Control: tags 937993 + patch

Dear maintainer,

I've prepared an NMU for python-packaging (versioned as 20.3-1.2). The diff
is attached to this message.

Regards.

diff -Nru python-packaging-20.3/debian/changelog python-packaging-20.3/debian/changelog
--- python-packaging-20.3/debian/changelog	2020-04-13 23:56:51.000000000 -0400
+++ python-packaging-20.3/debian/changelog	2020-04-17 18:38:33.000000000 -0400
@@ -1,3 +1,10 @@
+python-packaging (20.3-1.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Drop python2 support; Closes: #937993
+
+ -- Sandro Tosi <mo...@debian.org>  Fri, 17 Apr 2020 18:38:33 -0400
+
 python-packaging (20.3-1.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru python-packaging-20.3/debian/control python-packaging-20.3/debian/control
--- python-packaging-20.3/debian/control	2020-04-13 23:56:26.000000000 -0400
+++ python-packaging-20.3/debian/control	2020-04-17 18:35:48.000000000 -0400
@@ -4,23 +4,15 @@
 Maintainer: Matthias Klose <d...@debian.org>
 Build-Depends: debhelper (>= 9),
   dh-python,
-  python-all, python3-all, pypy,
-  python-pretend, python3-pretend, pypy-pretend,
-  python-pyparsing, python3-pyparsing, pypy-pyparsing,
-  python-six, python3-six, pypy-six,
+  python3-all, pypy,
+  python3-pretend, pypy-pretend,
+  python3-pyparsing, pypy-pyparsing,
+  python3-six, pypy-six,
   python3-pytest,
-  python-setuptools, python3-setuptools, pypy-setuptools,
+  python3-setuptools, pypy-setuptools,
 Standards-Version: 4.5.0
 Homepage: https://pypi.python.org/pypi/packaging
 
-Package: python-packaging
-Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}
-Description: core utilities for python packages
- These core utilities currently consist of:
-  - Version Handling (PEP 440)
-  - Dependency Specification (PEP 440)
-
 Package: python3-packaging
 Architecture: all
 Depends: ${python3:Depends}, ${misc:Depends}
diff -Nru python-packaging-20.3/debian/python-packaging.install python-packaging-20.3/debian/python-packaging.install
--- python-packaging-20.3/debian/python-packaging.install	2015-10-28 09:28:22.000000000 -0400
+++ python-packaging-20.3/debian/python-packaging.install	1969-12-31 19:00:00.000000000 -0500
@@ -1 +0,0 @@
-usr/lib/python2.*/dist-packages/packaging*
diff -Nru python-packaging-20.3/debian/rules python-packaging-20.3/debian/rules
--- python-packaging-20.3/debian/rules	2020-04-13 23:56:38.000000000 -0400
+++ python-packaging-20.3/debian/rules	2020-04-17 18:35:57.000000000 -0400
@@ -5,7 +5,6 @@
 #export DH_VERBOSE=1
 
 export PYBUILD_DISABLE_pypy=test
-export PYBUILD_DISABLE_python2=test
 
 %:
-	dh $@ --with python2,python3,pypy --buildsystem=pybuild
+	dh $@ --with python3,pypy --buildsystem=pybuild

Reply via email to