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

Bug#772772: unblock: python-enable/4.3.0-2



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


Reply to: