Control: tags 938245 + patch Control: tags 938245 + pending
Dear maintainer, I've prepared an NMU for python-urlobject (versioned as 2.4.0-1.1) and uploaded it to DELAYED/7. Please feel free to tell me if I should delay it longer. Regards.
diff -Nru python-urlobject-2.4.0/debian/changelog python-urlobject-2.4.0/debian/changelog --- python-urlobject-2.4.0/debian/changelog 2016-07-05 10:57:17.000000000 -0400 +++ python-urlobject-2.4.0/debian/changelog 2019-10-12 23:56:03.000000000 -0400 @@ -1,3 +1,10 @@ +python-urlobject (2.4.0-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Drop python2 support; Closes: #938245 + + -- Sandro Tosi <[email protected]> Sat, 12 Oct 2019 23:56:03 -0400 + python-urlobject (2.4.0-1) unstable; urgency=medium * New upstream release. diff -Nru python-urlobject-2.4.0/debian/control python-urlobject-2.4.0/debian/control --- python-urlobject-2.4.0/debian/control 2016-07-05 10:53:14.000000000 -0400 +++ python-urlobject-2.4.0/debian/control 2019-10-12 23:55:37.000000000 -0400 @@ -5,26 +5,12 @@ Homepage: http://github.com/zacharyvoase/urlobject Build-Depends: dh-python, - python-setuptools (>= 0.6.24), python3-setuptools (>= 0.6.24), - python-all (>= 2.6.6-3), - python3-all, python-sphinx (>= 1.0.7+dfsg) | python3-sphinx, + python3-all, python3-sphinx, debhelper (>= 9), - python-six, python3-six + python3-six Standards-Version: 3.9.5 -Package: python-urlobject -Architecture: all -Depends: ${misc:Depends}, ${python:Depends}, python-six, ${sphinxdoc:Depends} -Provides: ${python:Provides} -Description: utility class for manipulating URLs. - URLObject is a utility class for manipulating URLs. The latest - incarnation of this library builds upon the ideas of its - predecessor, but aims for a clearer API, focusing on proper - method names over operator overrides. It's also being developed - from the ground up in a test-driven manner, and has full - Sphinx documentation. - Package: python3-urlobject Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, python3-six, ${sphinxdoc:Depends} diff -Nru python-urlobject-2.4.0/debian/python-urlobject.docs python-urlobject-2.4.0/debian/python-urlobject.docs --- python-urlobject-2.4.0/debian/python-urlobject.docs 2016-07-05 10:53:14.000000000 -0400 +++ python-urlobject-2.4.0/debian/python-urlobject.docs 1969-12-31 19:00:00.000000000 -0500 @@ -1,2 +0,0 @@ -doc/.build/html -README.md diff -Nru python-urlobject-2.4.0/debian/rules python-urlobject-2.4.0/debian/rules --- python-urlobject-2.4.0/debian/rules 2016-07-05 10:53:14.000000000 -0400 +++ python-urlobject-2.4.0/debian/rules 2019-10-12 23:55:51.000000000 -0400 @@ -1,10 +1,9 @@ #!/usr/bin/make -f -export PYBUILD_DESTDIR_python2=debian/python-urlobject/ export PYBUILD_DESTDIR_python3=debian/python3-urlobject/ %: - dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild + dh $@ --with python3,sphinxdoc --buildsystem=pybuild override_dh_auto_build: dh_auto_build -v

