[med-svn] r23680 - in trunk/packages/dicompyler/trunk/debian: . patches
Andreas Tille
tille at moszumanska.debian.org
Sat Feb 18 07:25:36 UTC 2017
Author: tille
Date: 2017-02-18 07:25:35 +0000 (Sat, 18 Feb 2017)
New Revision: 23680
Modified:
trunk/packages/dicompyler/trunk/debian/changelog
trunk/packages/dicompyler/trunk/debian/patches/allow_pillow_instead_of_pil.patch
trunk/packages/dicompyler/trunk/debian/patches/enable_later_versions_of_matplotlib.patch
trunk/packages/dicompyler/trunk/debian/patches/enable_pydicom_0.9.8.patch
Log:
allow python-dicom 0.9.9 which is now in testing
Modified: trunk/packages/dicompyler/trunk/debian/changelog
===================================================================
--- trunk/packages/dicompyler/trunk/debian/changelog 2017-02-18 07:19:58 UTC (rev 23679)
+++ trunk/packages/dicompyler/trunk/debian/changelog 2017-02-18 07:25:35 UTC (rev 23680)
@@ -3,6 +3,7 @@
* Fix Open Patient dialog (Thanks for the patch to Vojtech Kulvait
<kulvait at gmail.com>)
may be close: #854837
+ * allow python-dicom 0.9.9 which is now in testing
-- Andreas Tille <tille at debian.org> Sat, 18 Feb 2017 08:11:47 +0100
Modified: trunk/packages/dicompyler/trunk/debian/patches/allow_pillow_instead_of_pil.patch
===================================================================
--- trunk/packages/dicompyler/trunk/debian/patches/allow_pillow_instead_of_pil.patch 2017-02-18 07:19:58 UTC (rev 23679)
+++ trunk/packages/dicompyler/trunk/debian/patches/allow_pillow_instead_of_pil.patch 2017-02-18 07:25:35 UTC (rev 23680)
@@ -12,6 +12,6 @@
'numpy>=1.2.1',
- 'pil>=1.1.7',
+ 'pillow>=2.5.1',
- 'pydicom>=0.9.5, <=0.9.8']
+ 'pydicom>=0.9.5, <=0.9.9']
if sys.version_info[0] == 2 and sys.version_info[1] < 6:
Modified: trunk/packages/dicompyler/trunk/debian/patches/enable_later_versions_of_matplotlib.patch
===================================================================
--- trunk/packages/dicompyler/trunk/debian/patches/enable_later_versions_of_matplotlib.patch 2017-02-18 07:19:58 UTC (rev 23679)
+++ trunk/packages/dicompyler/trunk/debian/patches/enable_later_versions_of_matplotlib.patch 2017-02-18 07:25:35 UTC (rev 23680)
@@ -63,4 +63,4 @@
+ 'matplotlib>=0.99, <=1.3.1',
'numpy>=1.2.1',
'pillow>=2.5.1',
- 'pydicom>=0.9.5, <=0.9.8']
+ 'pydicom>=0.9.5, <=0.9.9']
Modified: trunk/packages/dicompyler/trunk/debian/patches/enable_pydicom_0.9.8.patch
===================================================================
--- trunk/packages/dicompyler/trunk/debian/patches/enable_pydicom_0.9.8.patch 2017-02-18 07:19:58 UTC (rev 23679)
+++ trunk/packages/dicompyler/trunk/debian/patches/enable_pydicom_0.9.8.patch 2017-02-18 07:25:35 UTC (rev 23680)
@@ -11,7 +11,7 @@
'numpy>=1.2.1',
'pil>=1.1.7',
- 'pydicom>=0.9.5, <0.9.7']
-+ 'pydicom>=0.9.5, <=0.9.8']
++ 'pydicom>=0.9.5, <=0.9.9']
if sys.version_info[0] == 2 and sys.version_info[1] < 6:
requires.append('simplejson')
More information about the debian-med-commit
mailing list