[med-svn] [Git][med-team/python-hl7][master] 5 commits: Drop Python2 support
Andreas Tille
gitlab at salsa.debian.org
Fri Aug 30 17:37:20 BST 2019
Andreas Tille pushed to branch master at Debian Med / python-hl7
Commits:
235ae103 by Andreas Tille at 2019-08-30T16:30:05Z
Drop Python2 support
- - - - -
4a8328eb by Andreas Tille at 2019-08-30T16:30:26Z
debhelper-compat 12
- - - - -
3bdc6916 by Andreas Tille at 2019-08-30T16:30:28Z
Standards-Version: 4.4.0
- - - - -
59efb11f by Andreas Tille at 2019-08-30T16:30:30Z
Use secure URI in debian/watch.
Fixes lintian: debian-watch-uses-insecure-uri
See https://lintian.debian.org/tags/debian-watch-uses-insecure-uri.html for more details.
- - - - -
7366ed6e by Andreas Tille at 2019-08-30T16:31:03Z
Upload to unstable
- - - - -
5 changed files:
- debian/changelog
- − debian/compat
- debian/control
- debian/rules
- debian/watch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,13 @@
+python-hl7 (0.3.4-4) unstable; urgency=medium
+
+ * Drop Python2 support
+ Closes: #937812
+ * debhelper-compat 12
+ * Standards-Version: 4.4.0
+ * Use secure URI in debian/watch.
+
+ -- Andreas Tille <tille at debian.org> Fri, 30 Aug 2019 18:30:31 +0200
+
python-hl7 (0.3.4-3) unstable; urgency=medium
* Testsuite: autopkgtest-pkg-python
=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-10
=====================================
debian/control
=====================================
@@ -5,39 +5,17 @@ Uploaders: John Paulett <john at paulett.org>,
Section: python
Testsuite: autopkgtest-pkg-python
Priority: optional
-Build-Depends: debhelper (>= 10),
+Build-Depends: debhelper-compat (= 12),
dh-python,
- python,
- python-setuptools,
- python-six,
- python-mock,
- python-unittest2,
python3,
python3-setuptools,
python3-six,
python3-mock
-Standards-Version: 4.1.4
+Standards-Version: 4.4.0
Vcs-Browser: https://salsa.debian.org/med-team/python-hl7
Vcs-Git: https://salsa.debian.org/med-team/python-hl7.git
Homepage: https://github.com/johnpaulett/python-hl7/
-Package: python-hl7
-Architecture: all
-Depends: ${python:Depends},
- ${misc:Depends},
- python-pkg-resources
-Recommends: python-six,
- python-mock
-Provides: ${python:Provides}
-Description: Python library for parsing HL7 messages
- HL7 is a communication protocol and message format for health care data.
- It is the de-facto standard for transmitting data between clinical
- information systems and between clinical devices. The version 2.x series,
- which is often is a pipe delimited format is currently the most widely
- accepted version of HL7 (version 3.0 is an XML-based format).
- python-hl7 currently only parses HL7 version 2.x messages into an easy
- to access, list-based, data structure.
-
Package: python3-hl7
Architecture: all
Depends: ${python3:Depends},
@@ -45,7 +23,6 @@ Depends: ${python3:Depends},
python3-pkg-resources
Recommends: python3-six,
python3-mock
-Breaks: python-hl7 (<= 0.3.2-1)
Provides: ${python:Provides},
python-hl7
Description: Python3 library for parsing HL7 messages
=====================================
debian/rules
=====================================
@@ -4,7 +4,7 @@
export PYBUILD_NAME=hl7
%:
- dh $@ --with python2,python3 --buildsystem=pybuild
+ dh $@ --with python3 --buildsystem=pybuild
override_dh_install:
dh_install
=====================================
debian/watch
=====================================
@@ -2,4 +2,4 @@ version=4
https://github.com/johnpaulett/python-hl7/releases .*/archive/@ANY_VERSION@@ARCHIVE_EXT@
-#http://pypi.debian.net/hl7/ hl7-([.\d]+)\.tar\.gz
+#https://pypi.debian.net/hl7/ hl7-([.\d]+)\.tar\.gz
View it on GitLab: https://salsa.debian.org/med-team/python-hl7/compare/43874a6a0f0787793db13517df66d67cc334139d...7366ed6ea4eabf4c49229050033b6d1a93da95e9
--
View it on GitLab: https://salsa.debian.org/med-team/python-hl7/compare/43874a6a0f0787793db13517df66d67cc334139d...7366ed6ea4eabf4c49229050033b6d1a93da95e9
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20190830/1f55e71d/attachment-0001.html>
More information about the debian-med-commit
mailing list