Your message dated Sat, 29 Oct 2011 15:32:34 +0000
with message-id <[email protected]>
and subject line Bug#589992: fixed in python-enum 0.4.4-2
has caused the Debian Bug report #589992,
regarding python-enum: useless "setuptools" in requires.txt
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.)


-- 
589992: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=589992
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: python-enum
Version: 0.4.4-1
Severity: important

Hello,

You cannot import enum with pkg_resources if you don't have whole python-setuptools installed as well:

from pkg_resources import require
require('enum')
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python2.6/dist-packages/pkg_resources.py", line 654, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib/python2.6/dist-packages/pkg_resources.py", line 552, in resolve
    raise DistributionNotFound(req)
pkg_resources.DistributionNotFound: distribute

This is is because a useless entry in requires.txt:

$ cat /usr/share/pyshared/enum-0.4.4.egg-info/requires.txt; echo
setuptools


--
Jakub Wilk

Attachment: signature.asc
Description: Digital signature


--- End Message ---
--- Begin Message ---
Source: python-enum
Source-Version: 0.4.4-2

We believe that the bug you reported is fixed in the latest version of
python-enum, which is due to be installed in the Debian FTP archive:

python-enum_0.4.4-2.debian.tar.gz
  to main/p/python-enum/python-enum_0.4.4-2.debian.tar.gz
python-enum_0.4.4-2.dsc
  to main/p/python-enum/python-enum_0.4.4-2.dsc
python-enum_0.4.4-2_all.deb
  to main/p/python-enum/python-enum_0.4.4-2_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.
Federico Ceratto <[email protected]> (supplier of updated python-enum 
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: Sat, 29 Oct 2011 14:16:43 +0100
Source: python-enum
Binary: python-enum
Architecture: source all
Version: 0.4.4-2
Distribution: unstable
Urgency: low
Maintainer: Federico Ceratto <[email protected]>
Changed-By: Federico Ceratto <[email protected]>
Description: 
 python-enum - robust enumerated type support in Python
Closes: 589992
Changes: 
 python-enum (0.4.4-2) unstable; urgency=low
 .
   * Removed useless "setuptools" in requires.txt (Closes: #589992)
Checksums-Sha1: 
 cee28cc8bbeff643ff9ff33aec2b8168ca447d01 1323 python-enum_0.4.4-2.dsc
 3e09d6d320fb291fcd584f22211ef430f65ebfd6 5869 python-enum_0.4.4-2.debian.tar.gz
 ad5cab0ca7ef25cd25551ea473cd074a9ed13c4c 9432 python-enum_0.4.4-2_all.deb
Checksums-Sha256: 
 ee486dac849b8cd0ebe37e4aa352ac9483c42d8631e134b60a77211fed16684d 1323 
python-enum_0.4.4-2.dsc
 090160442b716a62d1ac79ee96a46e689f0d80484a40bb31d2bc8f5846929c66 5869 
python-enum_0.4.4-2.debian.tar.gz
 f6ab040ac5cc4111875bac11d4c3157a491ff91eb85f08dee61952bb84d826c4 9432 
python-enum_0.4.4-2_all.deb
Files: 
 613b730b96695c425408e9fd2d06429c 1323 python optional python-enum_0.4.4-2.dsc
 a047767701bf93d03af620a6b24cb357 5869 python optional 
python-enum_0.4.4-2.debian.tar.gz
 510d496f6d1902841aaa9c580f6c3bae 9432 python optional 
python-enum_0.4.4-2_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEARECAAYFAk6sGSQACgkQ5qqQFxOSsXS+MgCfUPr79iRMnwRGKAQR8ZziWNzY
88EAnAlTPMoNjYtFcpqT974WPzoCiZDn
=7OzF
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to