[med-svn] r23141 - in trunk/packages/python-hl7/trunk/debian: . patches

Andreas Tille tille at moszumanska.debian.org
Mon Nov 28 20:01:47 UTC 2016


Author: tille
Date: 2016-11-28 20:01:47 +0000 (Mon, 28 Nov 2016)
New Revision: 23141

Added:
   trunk/packages/python-hl7/trunk/debian/patches/
   trunk/packages/python-hl7/trunk/debian/patches/accapt_higher_version_of_mock.patch
   trunk/packages/python-hl7/trunk/debian/patches/series
Modified:
   trunk/packages/python-hl7/trunk/debian/NEWS.Debian
   trunk/packages/python-hl7/trunk/debian/changelog
   trunk/packages/python-hl7/trunk/debian/control
   trunk/packages/python-hl7/trunk/debian/watch
Log:
New patch for upstream code, d/watch: version=4


Modified: trunk/packages/python-hl7/trunk/debian/NEWS.Debian
===================================================================
--- trunk/packages/python-hl7/trunk/debian/NEWS.Debian	2016-11-28 19:37:23 UTC (rev 23140)
+++ trunk/packages/python-hl7/trunk/debian/NEWS.Debian	2016-11-28 20:01:47 UTC (rev 23141)
@@ -4,7 +4,7 @@
 
   Since both packages python-hl7 and python3-hl7 create the very same
   script /usr/bin/mllp_send this would create a file conflict if both
-  packages should be installed in parallel the script is droped from the
+  packages should be installed in parallel the script is dropped from the
   python-hl7 package since Python 3 will be the preferred interpreter and
   if a user only need the script this package should be used.
 

Modified: trunk/packages/python-hl7/trunk/debian/changelog
===================================================================
--- trunk/packages/python-hl7/trunk/debian/changelog	2016-11-28 19:37:23 UTC (rev 23140)
+++ trunk/packages/python-hl7/trunk/debian/changelog	2016-11-28 20:01:47 UTC (rev 23141)
@@ -1,10 +1,11 @@
-python-hl7 (0.3.4-1) UNRELEASED; urgency=medium
+python-hl7 (0.3.4-1) unstable; urgency=medium
 
   * new upstream version
   * cme fix dpkg-control
   * debhelper 10
+  * d/watch: version=4
 
- -- Andreas Tille <tille at debian.org>  Mon, 28 Nov 2016 20:32:45 +0100
+ -- Andreas Tille <tille at debian.org>  Mon, 28 Nov 2016 20:37:46 +0100
 
 python-hl7 (0.3.3-4) unstable; urgency=medium
 

Modified: trunk/packages/python-hl7/trunk/debian/control
===================================================================
--- trunk/packages/python-hl7/trunk/debian/control	2016-11-28 19:37:23 UTC (rev 23140)
+++ trunk/packages/python-hl7/trunk/debian/control	2016-11-28 20:01:47 UTC (rev 23141)
@@ -16,7 +16,7 @@
                python3-six,
                python3-mock
 Standards-Version: 3.9.8
-Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/python-hl7/trunk/
+Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/python-hl7/trunk/
 Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/python-hl7/trunk/
 Homepage: https://github.com/johnpaulett/python-hl7/
 

Added: trunk/packages/python-hl7/trunk/debian/patches/accapt_higher_version_of_mock.patch
===================================================================
--- trunk/packages/python-hl7/trunk/debian/patches/accapt_higher_version_of_mock.patch	                        (rev 0)
+++ trunk/packages/python-hl7/trunk/debian/patches/accapt_higher_version_of_mock.patch	2016-11-28 20:01:47 UTC (rev 23141)
@@ -0,0 +1,15 @@
+Author: Andreas Tille <tille at debian.org>
+Last-Update: Mon, 28 Nov 2016 20:37:46 +0100
+Description: Do not require old version of mock
+
+--- a/setup.py
++++ b/setup.py
+@@ -16,7 +16,7 @@ if sys.version_info < (3, 0):
+     ])
+ if sys.version_info < (3, 3):
+     tests_require.extend([
+-        'mock==1.0.1'
++        'mock>=1.0.1'
+     ])
+ 
+ setup(

Added: trunk/packages/python-hl7/trunk/debian/patches/series
===================================================================
--- trunk/packages/python-hl7/trunk/debian/patches/series	                        (rev 0)
+++ trunk/packages/python-hl7/trunk/debian/patches/series	2016-11-28 20:01:47 UTC (rev 23141)
@@ -0,0 +1 @@
+accapt_higher_version_of_mock.patch

Modified: trunk/packages/python-hl7/trunk/debian/watch
===================================================================
--- trunk/packages/python-hl7/trunk/debian/watch	2016-11-28 19:37:23 UTC (rev 23140)
+++ trunk/packages/python-hl7/trunk/debian/watch	2016-11-28 20:01:47 UTC (rev 23141)
@@ -1,4 +1,2 @@
-version=3
+version=4
 http://pypi.debian.net/hl7/ hl7-([.\d]+)\.tar\.gz
-
-# https://pypi.python.org/pypi/hl7 .*/h/hl7/hl7-([.\d]+)\.tar\.gz




More information about the debian-med-commit mailing list