Control: tags 937714 + patch
Control: tags 937714 + pending

Dear maintainer,

I've prepared an NMU for python-docker (versioned as 3.4.1-4.1) and
uploaded it to DELAYED/7. Please feel free to tell me if I
should delay it longer.

Regards.

diff -Nru python-docker-3.4.1/debian/changelog python-docker-3.4.1/debian/changelog
--- python-docker-3.4.1/debian/changelog	2019-01-10 17:35:42.000000000 -0500
+++ python-docker-3.4.1/debian/changelog	2019-10-19 17:48:18.000000000 -0400
@@ -1,3 +1,10 @@
+python-docker (3.4.1-4.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Drop python2 support; Closes: #937714
+
+ -- Sandro Tosi <mo...@debian.org>  Sat, 19 Oct 2019 17:48:18 -0400
+
 python-docker (3.4.1-4) unstable; urgency=medium
 
   * Revert "Drop dependency on ssl-match-hostname backport"
diff -Nru python-docker-3.4.1/debian/control python-docker-3.4.1/debian/control
--- python-docker-3.4.1/debian/control	2019-01-10 17:35:42.000000000 -0500
+++ python-docker-3.4.1/debian/control	2019-10-19 17:47:40.000000000 -0400
@@ -6,17 +6,8 @@
  Felipe Sateler <fsate...@debian.org>
 Build-Depends: debhelper (>= 10),
  dh-python,
- python-all (>= 2.7),
  python3-all,
- python-setuptools,
  python3-setuptools,
-# setup.py
- python-requests (>= 2.11.1~),
- python-six (>= 1.4.0~),
- python-websocket (>= 0.32.0~),
- python-dockerpycreds (>= 0.2.2),
- python-backports.ssl-match-hostname (>= 3.5),
- python-ipaddress (>=1.0.16),
 # setup.py - python3
  python3-requests (>= 2.11.1~),
  python3-six (>= 1.4.0~),
@@ -32,21 +23,6 @@
 Vcs-Browser: https://salsa.debian.org/docker-compose-team/python-docker
 X-Python3-Version: >= 3.5
 
-Package: python-docker
-Architecture: all
-Depends: ${misc:Depends}, ${python:Depends},
- python-backports.ssl-match-hostname (>= 3.5),
- python-ipaddress (>=1.0.16)
-Breaks: python-magnum (<< 5.0.0),
- python-senlin (<< 2.0.0),
- docker-compose (<< 1.21)
-Description: Python wrapper to access docker.io's control socket
- This package contains oodles of routines that aid in controlling
- docker.io over it's socket control, the same way the docker.io
- client controls the daemon.
- .
- This package provides Python 2 module bindings only.
-
 Package: python3-docker
 Architecture: all
 Depends: ${misc:Depends}, ${python3:Depends}
diff -Nru python-docker-3.4.1/debian/rules python-docker-3.4.1/debian/rules
--- python-docker-3.4.1/debian/rules	2019-01-10 17:35:42.000000000 -0500
+++ python-docker-3.4.1/debian/rules	2019-10-19 17:47:50.000000000 -0400
@@ -10,4 +10,4 @@
 	rm -f docker_py.egg-info/SOURCES.txt
 
 %:
-	dh $@ --with python2,python3 --buildsystem pybuild
+	dh $@ --with python3 --buildsystem pybuild
diff -Nru python-docker-3.4.1/debian/tests/control python-docker-3.4.1/debian/tests/control
--- python-docker-3.4.1/debian/tests/control	2019-01-10 17:35:42.000000000 -0500
+++ python-docker-3.4.1/debian/tests/control	2019-10-19 17:48:09.000000000 -0400
@@ -1,3 +1,3 @@
 Tests: integration
-Depends: docker.io, python-mock, python-pytest, python3-mock, python3-pytest, python-backports.ssl-match-hostname, @
+Depends: docker.io, python3-mock, python3-pytest, @
 Restrictions: isolation-machine needs-root
diff -Nru python-docker-3.4.1/debian/tests/integration python-docker-3.4.1/debian/tests/integration
--- python-docker-3.4.1/debian/tests/integration	2019-01-10 17:35:42.000000000 -0500
+++ python-docker-3.4.1/debian/tests/integration	2019-10-19 17:48:16.000000000 -0400
@@ -2,4 +2,3 @@
 set -e
 
 py.test-3 tests/integration/
-py.test tests/integration/

Reply via email to