Control: tags 937565 + patch

Dear maintainer,

I've prepared an NMU for pytest-runner (versioned as 2.11.1-1.2). The diff
is attached to this message.

Regards.

diff -Nru pytest-runner-2.11.1/debian/changelog pytest-runner-2.11.1/debian/changelog
--- pytest-runner-2.11.1/debian/changelog	2018-09-27 13:35:32.000000000 -0400
+++ pytest-runner-2.11.1/debian/changelog	2020-04-02 10:40:58.000000000 -0400
@@ -1,3 +1,10 @@
+pytest-runner (2.11.1-1.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Drop python2 support; Closes: #937565
+
+ -- Sandro Tosi <mo...@debian.org>  Thu, 02 Apr 2020 10:40:58 -0400
+
 pytest-runner (2.11.1-1.1) unstable; urgency=high
 
   * Non-maintainer upload.
diff -Nru pytest-runner-2.11.1/debian/control pytest-runner-2.11.1/debian/control
--- pytest-runner-2.11.1/debian/control	2018-09-27 13:35:32.000000000 -0400
+++ pytest-runner-2.11.1/debian/control	2020-04-02 10:40:38.000000000 -0400
@@ -5,10 +5,6 @@
 Uploaders: Brian May <b...@debian.org>,
 Build-Depends: debhelper (>= 9),
                dh-python (>= 2.20160609~),
-               python-all,
-               python-pytest,
-               python-setuptools,
-               python-setuptools-scm,
                python3-all,
                python3-pytest,
                python3-setuptools,
@@ -18,18 +14,6 @@
 Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/pytest-runner.git
 Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/pytest-runner.git
 
-Package: python-pytest-runner
-Architecture: all
-Depends: ${misc:Depends},
-         ${python:Depends},
-         python-pkg-resources,
-         python-setuptools,
-Description: Invoke py.test as distutils command with dependency resolution - Python 2.x
- Setup scripts can use pytest-runner to add setup.py test support for pytest
- runner.
- .
- This package contains the Python 2 module.
-
 Package: python3-pytest-runner
 Architecture: all
 Depends: ${misc:Depends},
diff -Nru pytest-runner-2.11.1/debian/rules pytest-runner-2.11.1/debian/rules
--- pytest-runner-2.11.1/debian/rules	2017-07-11 03:56:07.000000000 -0400
+++ pytest-runner-2.11.1/debian/rules	2020-04-02 10:40:47.000000000 -0400
@@ -4,7 +4,7 @@
 export PYBUILD_NAME=pytest-runner
 
 %:
-	dh $@ --with python2,python3 --buildsystem=pybuild
+	dh $@ --with python3 --buildsystem=pybuild
 
 override_dh_installchangelogs:
 	dh_installchangelogs CHANGES.rst

Reply via email to