Your message dated Sun, 16 Feb 2020 00:33:28 +0000
with message-id <[email protected]>
and subject line Bug#951299: Removed package(s) from unstable
has caused the Debian Bug report #845009,
regarding Cannot specify a 'check' option [ crc32 | crc64 | sha256 ]
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
845009: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=845009
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: python-lzma
Version: 0.5.3-3
Severity: normal
Tags: patch
Hello!
python-lzma fails with a ValueError exception if you try to set
the 'check' option to any of the accepted values as stated in the
documentation. I have attached an example script to demonstrate the
problem.
This bug was reported upstream quite a while ago now, here:
https://bugs.launchpad.net/pyliblzma/+bug/1243344, but remains
unfixed. I have recently forwarded my patch though, here:
https://code.launchpad.net/~e7appew/pyliblzma/bugfix-1243344.
I will soon make my fix to the Debian package along with
other changes in the 'bugfixes' branch of this repo:
https://github.com/e7appew/python-lzma.git.
Best regards,
Carlos
-- System Information:
Debian Release: stretch/sid
APT prefers unstable
APT policy: (990, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 4.7.0-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
Versions of packages python-lzma depends on:
ii libc6 2.24-5
ii liblzma5 5.2.2-1.2
ii python 2.7.11-2
pn python:any <none>
python-lzma recommends no packages.
python-lzma suggests no packages.
-- no debconf information
#!/usr/bin/python
import lzma
with open('data.tar', 'rb') as infile:
with open('new-data.tar.xz', 'wb') as outfile:
outfile.write(lzma.compress(infile.read(), options={'check':'crc64'}))
--- End Message ---
--- Begin Message ---
Version: 0.5.3-4+rm
Dear submitter,
as the package python-lzma has just been removed from the Debian archive
unstable we hereby close the associated bug reports. We are sorry
that we couldn't deal with your issue properly.
For details on the removal, please see https://bugs.debian.org/951299
The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.
Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.
This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].
Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)
--- End Message ---
_______________________________________________
Python-modules-team mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team