[Python-modules-commits] r31559 - in packages/python-enable/trunk/debian (3 files)

nirgal-guest at users.alioth.debian.org nirgal-guest at users.alioth.debian.org
Mon Dec 8 21:56:04 UTC 2014


    Date: Monday, December 8, 2014 @ 21:56:03
  Author: nirgal-guest
Revision: 31559

New patch pillow.diff to fix requirement in egg-info: PIL egg name is now Pillow. (Closes: #761140)

Added:
  packages/python-enable/trunk/debian/patches/pillow.diff
Modified:
  packages/python-enable/trunk/debian/changelog
  packages/python-enable/trunk/debian/patches/series

Modified: packages/python-enable/trunk/debian/changelog
===================================================================
--- packages/python-enable/trunk/debian/changelog	2014-12-08 21:53:43 UTC (rev 31558)
+++ packages/python-enable/trunk/debian/changelog	2014-12-08 21:56:03 UTC (rev 31559)
@@ -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 at nirgal.com>  Sun, 07 Dec 2014 23:53:34 +0100
+
 python-enable (4.3.0-1.2) unstable; urgency=medium
 
   * Non-maintainer upload.

Added: packages/python-enable/trunk/debian/patches/pillow.diff
===================================================================
--- packages/python-enable/trunk/debian/patches/pillow.diff	                        (rev 0)
+++ packages/python-enable/trunk/debian/patches/pillow.diff	2014-12-08 21:56:03 UTC (rev 31559)
@@ -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 at 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',
+ ]

Modified: packages/python-enable/trunk/debian/patches/series
===================================================================
--- packages/python-enable/trunk/debian/patches/series	2014-12-08 21:53:43 UTC (rev 31558)
+++ packages/python-enable/trunk/debian/patches/series	2014-12-08 21:56:03 UTC (rev 31559)
@@ -1,2 +1,3 @@
 fonttools.diff
 freetype2.diff
+pillow.diff




More information about the Python-modules-commits mailing list