Package: python-packaging Version: 20.3-1 Severity: normal Tags: patch pending
Dear maintainer, I've prepared an NMU for python-packaging (versioned as 20.3-1.1). The diff is attached to this message. Please consider maintaining this package under DPMT Regards.
diff -Nru python-packaging-20.3/debian/changelog python-packaging-20.3/debian/changelog --- python-packaging-20.3/debian/changelog 2020-03-23 04:44:10.000000000 -0400 +++ python-packaging-20.3/debian/changelog 2020-04-13 23:56:51.000000000 -0400 @@ -1,3 +1,10 @@ +python-packaging (20.3-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Dont run unittests for python2 binary, to reduce pytest rdeps + + -- Sandro Tosi <mo...@debian.org> Mon, 13 Apr 2020 23:56:51 -0400 + python-packaging (20.3-1) unstable; urgency=medium * New upstream version. diff -Nru python-packaging-20.3/debian/control python-packaging-20.3/debian/control --- python-packaging-20.3/debian/control 2020-02-18 11:29:15.000000000 -0500 +++ python-packaging-20.3/debian/control 2020-04-13 23:56:26.000000000 -0400 @@ -8,7 +8,7 @@ python-pretend, python3-pretend, pypy-pretend, python-pyparsing, python3-pyparsing, pypy-pyparsing, python-six, python3-six, pypy-six, - python-pytest, python3-pytest, + python3-pytest, python-setuptools, python3-setuptools, pypy-setuptools, Standards-Version: 4.5.0 Homepage: https://pypi.python.org/pypi/packaging diff -Nru python-packaging-20.3/debian/rules python-packaging-20.3/debian/rules --- python-packaging-20.3/debian/rules 2016-05-17 10:09:34.000000000 -0400 +++ python-packaging-20.3/debian/rules 2020-04-13 23:56:38.000000000 -0400 @@ -5,6 +5,7 @@ #export DH_VERBOSE=1 export PYBUILD_DISABLE_pypy=test +export PYBUILD_DISABLE_python2=test %: dh $@ --with python2,python3,pypy --buildsystem=pybuild