Your message dated Sun, 14 Mar 2010 11:18:59 +0000
with message-id <[email protected]>
and subject line Bug#562257: fixed in python-debian 0.1.15
has caused the Debian Bug report #562257,
regarding native python version comparison
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.)
--
562257: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=562257
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
package: python-debian
version: 0.1.14
severity: wishlist
[ a bug report is better, otherwise we will _all_ forget about this :-) ]
On Wed, Dec 23, 2009 at 08:07:57PM +0100, Filippo Giunchedi wrote:
> Hi,
> FYI: straight out of IRC, otherwise I'll forget
>
> 19:29 * buxy is fixing the PTS with the multiples sources in Sources.gz file
> 19:30 <buxy> I wrote a pure-python dpkg version comparison for this
> 19:30 <buxy> if anyone is interested in it, it will be in www/bin/common.py
> in the PTS code as soon as I'll commit it
> 19:31 <phil> Wow, seriously, yet another version comparison algorithm?
> 19:39 <buxy> well, forking dpkg --compare-versions was not interesting and I
> don't like python-apt :)
> 19:39 <buxy> (I simply transposed the perl code from Dpkg::Version in python)
> 19:48 <CIA-6> qa.debian.org: hertzog * r2324 /trunk/pts/www/bin/
> 19:48 <godog> buxy: python-debian would be a nice fit, there isn't one IIRC
> 19:57 <buxy> godog: I agree, feel free to pick it up :)
> 20:00 <godog> buxy: I'm sending this log to the list, the broader the
> audience the better :)
> 20:02 <buxy> godog: thanks
>
> in fact I just checked, and the Version class makes use of apt_pkg.
>
> If anyone wants to pick it up that would be nice, I'm not sure I can work on
> it anytime soon.
>
> cheers,
> filippo
--
Stefano Zacchiroli -o- PhD in Computer Science \ PostDoc @ Univ. Paris 7
z...@{upsilon.cc,pps.jussieu.fr,debian.org} -<>- http://upsilon.cc/zack/
Dietro un grande uomo c'è ..| . |. Et ne m'en veux pas si je te tutoie
sempre uno zaino ...........| ..: |.... Je dis tu à tous ceux que j'aime
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Source: python-debian
Source-Version: 0.1.15
We believe that the bug you reported is fixed in the latest version of
python-debian, which is due to be installed in the Debian FTP archive:
python-debian_0.1.15.dsc
to main/p/python-debian/python-debian_0.1.15.dsc
python-debian_0.1.15.tar.gz
to main/p/python-debian/python-debian_0.1.15.tar.gz
python-debian_0.1.15_all.deb
to main/p/python-debian/python-debian_0.1.15_all.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
John Wright <[email protected]> (supplier of updated python-debian package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Sun, 14 Mar 2010 05:04:50 -0600
Source: python-debian
Binary: python-debian
Architecture: source all
Version: 0.1.15
Distribution: unstable
Urgency: low
Maintainer: Debian python-debian Maintainers
<[email protected]>
Changed-By: John Wright <[email protected]>
Description:
python-debian - Python modules to work with Debian-related data formats
Closes: 466753 495272 539316 539334 543223 552190 562257 570210 571470 573009
Changes:
python-debian (0.1.15) unstable; urgency=low
.
[ John Wright ]
* deb822: Don't ignore leading newlines on field data with apt_pkg
(Closes: #466753)
* changelog: Consistently parse different types of inputs. The
previous implementation added extra newlines when given a file
object as input, rather than the result of str.splitlines().
(Closes: #539316)
* deb822: Faster non-shared storage by keeping a TagFile object
around for each Deb822 object yielded
.
[ Stefano Zacchiroli ]
* make debian_support.Version hashable, patch from Piotr Ożarowski
(Closes: #543223)
.
[ Filippo Giunchedi ]
* changelog: add iterator over changelog blocks (Closes: #539334)
* changelog: split tests into tests/test_changelog.py for consistency
.
[ John Wright ]
* deb822: Use the apt_pkg.TagFile class instead of apt_pkg.ParseTagFile()
(Closes: #552190)
* test_deb822.py: Update to support new gpg "SIG_ID" algorithm
* deb822: Better support for non-ascii values. Deb822 objects now
always contain unicode objects instead of strings. Use the encoding
argument to Deb822's initializer and its iter_paragraphs class
method if the encoding of a file you are reading in is not utf-8.
(The dump method also takes an encoding argument, if you wish the
output not to be utf-8-encoded.) (Closes: #495272)
* Use the apt_pkg.TagFile iterator interface instead of hacking its
offset. As of python-apt version 0.7.94, that interface doesn't use
shared storage. (Closes: #571470)
* debian_support: Add a native python Version class, based on Raphael
Hertzog's DpkgVersion class in the PTS (Closes: #562257, #573009)
.
[ Jelmer Vernooij ]
* Remove unused imports in the debfile and debtags modules
.
[ John Wright ]
* changelog: Use debian_support.Version directly
* Deprecate the 'debian_bundle' package in favor of a new 'debian'
package (Closes: #570210)
* debian_support: split tests into tests/test_debian_support.py for
consistency
* Convert to "3.0 (native)" source format and update Standards-Version
to 3.8.4 (no changes necessary)
Checksums-Sha1:
2a404ba75852083028698894456b5c2edbe32ef2 1241 python-debian_0.1.15.dsc
2ea86ca50ff617f86c71b32849d8dde6388e771d 181539 python-debian_0.1.15.tar.gz
20c252cd7a20d678eeb4e8acee9eec0ad7006918 57760 python-debian_0.1.15_all.deb
Checksums-Sha256:
d84a997708eebcbd287c8e712af37c93d8c3961452fe9f68a106748612fababc 1241
python-debian_0.1.15.dsc
f6a523f18aacc99eaaaaa9caf783e38b841617a18f79279dde9a88a79f7f38f4 181539
python-debian_0.1.15.tar.gz
87c0657f66b82be33bc3987fe8a40bfca5a51d0947b98da5626dfd6c354f8a21 57760
python-debian_0.1.15_all.deb
Files:
378062222df685356efe2e82efa479e5 1241 python optional python-debian_0.1.15.dsc
d58345b37efdba5c40f8e88496926ff8 181539 python optional
python-debian_0.1.15.tar.gz
b2d8b404fd71f253d24dea73f620c631 57760 python optional
python-debian_0.1.15_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAkucxIoACgkQ0UIZh3p4ZWFTWQCgg3hKi3oEeUXsE8DtRw8Tq6xe
khMAnR3XibynwBdh+/M3oyqoTI77sW4K
=+R0r
-----END PGP SIGNATURE-----
--- End Message ---