Bug#1065221: O: py7zr -- pure Python 7-zip library

2024-05-22 Thread Étienne Mollier
yokota, on 2024-05-13:
> py7zr 0.21 is now split-out all architecture-dependent binary module
> to external python modules.
> And py7zr target architecture is changed to "all".
> I think we send RM request to Debian release team to drop old
> architecture-dependent packages.

Removal requests may not be necessary for an "any" to "all"
change, but lets keep an eye on how things are moving.  It's
possible I'm missing something (an upload to NEW?), or the
upload might just work.  We'll see.

Have a nice day,  :)
-- 
  .''`.  Étienne Mollier 
 : :' :  pgp: 8f91 b227 c7d6 f2b1 948c  8236 793c f67e 8f0d 11da
 `. `'   sent from /dev/pts/0, please excuse my verbosity
   `-


signature.asc
Description: PGP signature


Bug#1065221: O: py7zr -- pure Python 7-zip library

2024-05-22 Thread Étienne Mollier
Hi Yokota,

yokota, on 2024-05-12:
> py7zr was ready for upload to Debian.
> Please examine salsa repository and upload to Debian if it looks well.

I reviewed through your changes in py7zr and ran a couple of
tests, notably the ones from the reverse dependency "calibre".
I have not seen matter for comments, the package looked suitable
for upload to unstable to me, so I proceeded.  Congratulations!

Thank you for your contribution!

Have a nice day,  :)
-- 
  .''`.  Étienne Mollier 
 : :' :  pgp: 8f91 b227 c7d6 f2b1 948c  8236 793c f67e 8f0d 11da
 `. `'   sent from /dev/pts/0, please excuse my verbosity
   `-


signature.asc
Description: PGP signature


Bug#1065221: O: py7zr -- pure Python 7-zip library

2024-05-12 Thread yokota
Hello Étienne,

> py7zr was ready for upload to Debian.

py7zr 0.21 is now split-out all architecture-dependent binary module
to external python modules.
And py7zr target architecture is changed to "all".
I think we send RM request to Debian release team to drop old
architecture-dependent packages.

--
YOKOTA Hiroshi



Bug#1065221: O: py7zr -- pure Python 7-zip library

2024-05-12 Thread yokota
Hello Étienne,

py7zr was ready for upload to Debian.
Please examine salsa repository and upload to Debian if it looks well.

https://salsa.debian.org/python-team/packages/py7zr

--
YOKOTA Hiroshi



Bug#1065221: O: py7zr -- pure Python 7-zip library

2024-04-09 Thread Andreas Tille
Hi Hiroshi,

Am Mon, Apr 08, 2024 at 08:34:23AM +0900 schrieb yokota:
> > When writing this I'm wondering whether it might be better to remove
> > this in Files-Excluded.  On one hand this saves us from mentioning the
> > copyright on the other hand we could be really sure that it is not used.
> > What do you think - should I override the previous upload without that
> > code copy?  I did not wanted to be too invasive with your packaging
> > but I would have done so in my packages.
> 
> Thanks for your suggestion.
> I was dropped embedded library code from brotlicffi

I commited a change to d/changelog.  In case ftpmaster might accept what
currently is in new queue we need to mention this.  Alternatively I
could push the new version to new since as far as I know ftpmaster can
cope with this.  However, I do not see any urgent need for this.  We can
rather upload your change in the source-only upload after the package
might have been accepted.  In case it will not be accepted we can change
d/changelog accordingly.

> and pyzstd, and push
> them to salsa.debian.org repository.
> 
> I was also fix some copyright issues.

Fine.  I've uploaded python-pyppmd and python-pyzstd to new.  Please
read my commit logs for python-pyzstd. 

Thanks a lot for all your work and ping here on this list if you need
further sponsoring help.

Kind regards
Andreas.

-- 
https://fam-tille.de



Bug#1065221: O: py7zr -- pure Python 7-zip library

2024-04-07 Thread yokota
Hello,

> When writing this I'm wondering whether it might be better to remove
> this in Files-Excluded.  On one hand this saves us from mentioning the
> copyright on the other hand we could be really sure that it is not used.
> What do you think - should I override the previous upload without that
> code copy?  I did not wanted to be too invasive with your packaging
> but I would have done so in my packages.

Thanks for your suggestion.
I was dropped embedded library code from brotlicffi and pyzstd, and push
them to salsa.debian.org repository.

I was also fix some copyright issues.

--
YOKOTA Hiroshi



Bug#1065221: O: py7zr -- pure Python 7-zip library

2024-04-07 Thread Andreas Tille
Hi again,


Am Sun, Apr 07, 2024 at 11:54:00AM +0900 schrieb yokota:
> Hello,
> 
> I think these packages are now ready for upload to NEW queue.
> Please examine them.
> 
> https://salsa.debian.org/python-team/packages/python-brotlicffi

See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1065221#47 where I
forgot to CC Debian Python list.

> https://salsa.debian.org/python-team/packages/python-inflate64

Uploaded as well.  I had to strip d/changelog and fixed the spelling of
"python" in description.  Please verify this for the next two packages.
I've also spotted third party code which was not mentioned in
d/copyright.

I'd recommend to do some

   grep -Ri copyright 

in your source tree to have a rough information about code that is
possibly missing in d/copyright.  Otherwise the package will be rejected
by ftpmaster.

> https://salsa.debian.org/python-team/packages/python-pyppmd
> https://salsa.debian.org/python-team/packages/python-pyzstd

Thanks a lot for your work in any case
Andreas. 

-- 
https://fam-tille.de



Bug#1065221: O: py7zr -- pure Python 7-zip library

2024-04-07 Thread Andreas Tille
Hi,

Am Sun, Apr 07, 2024 at 11:54:00AM +0900 schrieb yokota:
> Hello,
> 
> I think these packages are now ready for upload to NEW queue.
> Please examine them.
> 
> https://salsa.debian.org/python-team/packages/python-brotlicffi

Uploaded.  Please note that the clean process failed in my pbuilder
chroot without adding pybuild-plugin-pyproject to Build-Depends.

I also fixed the d/copyright file in two aspects:

  1. lintian claimed missing copyright statement since the line
 starting with Copyright: had only blanks

  2. The code copy of libbrotli was not mentioned.

When writing this I'm wondering whether it might be better to remove
this in Files-Excluded.  On one hand this saves us from mentioning the
copyright on the other hand we could be really sure that it is not used.
What do you think - should I override the previous upload without that
code copy?  I did not wanted to be too invasive with your packaging
but I would have done so in my packages.

Kind regards
   Andreas.

> https://salsa.debian.org/python-team/packages/python-inflate64
> https://salsa.debian.org/python-team/packages/python-pyppmd
> https://salsa.debian.org/python-team/packages/python-pyzstd
> 
> --
> YOKOTA Hiroshi
> 

-- 
https://fam-tille.de



Bug#1065221: O: py7zr -- pure Python 7-zip library

2024-04-06 Thread yokota
Hello,

I think these packages are now ready for upload to NEW queue.
Please examine them.

https://salsa.debian.org/python-team/packages/python-brotlicffi
https://salsa.debian.org/python-team/packages/python-inflate64
https://salsa.debian.org/python-team/packages/python-pyppmd
https://salsa.debian.org/python-team/packages/python-pyzstd

--
YOKOTA Hiroshi



Bug#1065221: O: py7zr -- pure Python 7-zip library

2024-03-30 Thread Andreas Metzler
On 2024-03-30 yokota  wrote:
> I'm interested in py7zr because it is required by Calibre.

> New py7zr requires some other modules that not packaged by Debian yet.
> I make those modules into Debian packages.
> https://salsa.debian.org/yokota/python-multivolumefile
> https://salsa.debian.org/yokota/python-bcj
> https://salsa.debian.org/yokota/python-brotlicffi
> https://salsa.debian.org/yokota/python-inflate64
> https://salsa.debian.org/yokota/python-pyppmd
> https://salsa.debian.org/yokota/python-pyzstd

> And here is my py7zr repository.
> https://salsa.debian.org/yokota/py7zr

> I am a Debian Maintainer, so I want mentor to upload these packages.

Amazing. :-)  Thank you very much for the heads-up.

I am not yet confident enough in python packaging to sponsor the
uploads. I trust you'll find knowledgeable helpers in Debian Python
Team, of which you are already a member.

cu Andreas
-- 
`What a good friend you are to him, Dr. Maturin. His other friends are
so grateful to you.'
`I sew his ears on from time to time, sure'



Bug#1065221: O: py7zr -- pure Python 7-zip library

2024-03-30 Thread yokota
Hello,

I'm interested in py7zr because it is required by Calibre.

New py7zr requires some other modules that not packaged by Debian yet.
I make those modules into Debian packages.
https://salsa.debian.org/yokota/python-multivolumefile
https://salsa.debian.org/yokota/python-bcj
https://salsa.debian.org/yokota/python-brotlicffi
https://salsa.debian.org/yokota/python-inflate64
https://salsa.debian.org/yokota/python-pyppmd
https://salsa.debian.org/yokota/python-pyzstd

And here is my py7zr repository.
https://salsa.debian.org/yokota/py7zr

I am a Debian Maintainer, so I want mentor to upload these packages.

--
YOKOTA Hiroshi



Bug#1065221: O: py7zr -- pure Python 7-zip library

2024-03-29 Thread Andreas Metzler
On 2024-03-02 Sandro Tosi  wrote:
[...]
> I intend to orphan the py7zr package.

> The package description is:
>  py7zr is a library and command-line utility to support 7zip archive
>  compression, decompression, encryption and decryption.

I will take a look, since I use calibre. (Just a heads-up, I will
happily step back if if other adopters with strong python-foo come
forth.)

cu Andreas
-- 
`What a good friend you are to him, Dr. Maturin. His other friends are
so grateful to you.'
`I sew his ears on from time to time, sure'



Bug#1065221: O: py7zr -- pure Python 7-zip library

2024-03-01 Thread Sandro Tosi
Package: wnpp
Severity: normal
X-Debbugs-Cc: py...@packages.debian.org, mo...@debian.org
Control: affects -1 + src:py7zr

I intend to orphan the py7zr package.

The package description is:
 py7zr is a library and command-line utility to support 7zip archive
 compression, decompression, encryption and decryption.