[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#772772: marked as done (unblock: python-enable/4.3.0-2)



Your message dated Wed, 10 Dec 2014 22:38:31 +0000
with message-id <1418251111.17238.8.camel@adam-barratt.org.uk>
and subject line Re: Bug#772772: unblock: python-enable/4.3.0-2
has caused the Debian Bug report #772772,
regarding unblock: python-enable/4.3.0-2
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 owner@bugs.debian.org
immediately.)


-- 
772772: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=772772
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
User: release.debian.org@packages.debian.org
Usertags: unblock
Severity: normal

Please unblock package python-enable

That version fixes RC bug #761140:

enable provide an egg-info file that lists its egg packages
requirements. One of these is "PIL", the python image library. However,
PIL is the name of the python import, not the name of the egg library.
Debian package python-pil provide a Pillow.egg-info, so the
enable.egg-info should contain a requirement on Pillow, and not on PIL.
That version include a new one-line patch to change that name.

Some python programs using pkg_resources fail to load when requirements
checks are processed, hence the severity. See #761140.

unblock python-enable/4.3.0-2

-- System Information:
Debian Release: 8.0
  APT prefers testing
  APT policy: (990, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)




diff -Nru python-enable-4.3.0/debian/changelog python-enable-4.3.0/debian/changelog
--- python-enable-4.3.0/debian/changelog	2014-09-04 04:18:13.000000000 +0200
+++ python-enable-4.3.0/debian/changelog	2014-12-07 23:53:43.000000000 +0100
@@ -1,3 +1,11 @@
+python-enable (4.3.0-2) unstable; urgency=medium
+
+  * Team upload.
+  * New patch pillow.diff to fix requirement in egg-info: PIL egg name
+    is now Pillow. (Closes: #761140)
+
+ -- Jean-Michel Nirgal Vourgère <jmv_deb@nirgal.com>  Sun, 07 Dec 2014 23:53:34 +0100
+
 python-enable (4.3.0-1.2) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru python-enable-4.3.0/debian/patches/pillow.diff python-enable-4.3.0/debian/patches/pillow.diff
--- python-enable-4.3.0/debian/patches/pillow.diff	1970-01-01 01:00:00.000000000 +0100
+++ python-enable-4.3.0/debian/patches/pillow.diff	2014-12-07 23:52:46.000000000 +0100
@@ -0,0 +1,19 @@
+Description: PIL is provided by Pillow
+ The egg-info dependencies uses the upstream name Pillow, not PIL which is the python import name.
+Author: Nirgal Vourgère <jmv_deb@nirgal.com>
+Bug-Debian: https://bugs.debian.org/761140
+Forwarded: https://github.com/enthought/enable/pull/154
+Last-Update: 2014-12-07
+---
+The information above should follow the Patch Tagging Guidelines, please
+checkout http://dep.debian.net/deps/dep3/ to learn about the format.
+
+--- python-enable-4.3.0.orig/enable/__init__.py
++++ python-enable-4.3.0/enable/__init__.py
+@@ -7,5 +7,5 @@ __version__ = '4.3.0'
+ 
+ __requires__ = [
+     'traitsui',
+-    'PIL',
++    'Pillow',
+ ]
diff -Nru python-enable-4.3.0/debian/patches/series python-enable-4.3.0/debian/patches/series
--- python-enable-4.3.0/debian/patches/series	2014-03-16 04:29:56.000000000 +0100
+++ python-enable-4.3.0/debian/patches/series	2014-12-07 23:52:58.000000000 +0100
@@ -1,2 +1,3 @@
 fonttools.diff
 freetype2.diff
+pillow.diff




Attachment: signature.asc
Description: OpenPGP digital signature


--- End Message ---
--- Begin Message ---
On Wed, 2014-12-10 at 22:23 +0000, Jean-Michel Nirgal Vourgère wrote:
> Please unblock package python-enable
> 
> That version fixes RC bug #761140:
> 
> enable provide an egg-info file that lists its egg packages
> requirements. One of these is "PIL", the python image library. However,
> PIL is the name of the python import, not the name of the egg library.
> Debian package python-pil provide a Pillow.egg-info, so the
> enable.egg-info should contain a requirement on Pillow, and not on PIL.
> That version include a new one-line patch to change that name.

Unblocked, thanks.

Regards,

Adam

--- End Message ---

Reply to: