Control: tags 937509 + patch Control: tags 937509 + pending
Dear maintainer, I've prepared an NMU for pypureomapi (versioned as 0.4-1.1) and uploaded it to DELAYED/7. Please feel free to tell me if I should delay it longer. Regards.
diff -Nru pypureomapi-0.4/debian/changelog pypureomapi-0.4/debian/changelog --- pypureomapi-0.4/debian/changelog 2015-07-13 14:23:14.000000000 -0400 +++ pypureomapi-0.4/debian/changelog 2019-10-04 22:02:53.000000000 -0400 @@ -1,3 +1,10 @@ +pypureomapi (0.4-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Drop python2 support; Closes: #937509 + + -- Sandro Tosi <mo...@debian.org> Fri, 04 Oct 2019 22:02:53 -0400 + pypureomapi (0.4-1) unstable; urgency=low [ Dr. Torge Szczepanek ] diff -Nru pypureomapi-0.4/debian/control pypureomapi-0.4/debian/control --- pypureomapi-0.4/debian/control 2015-07-02 12:38:12.000000000 -0400 +++ pypureomapi-0.4/debian/control 2019-10-04 22:02:38.000000000 -0400 @@ -4,23 +4,10 @@ Section: python Priority: extra Homepage: https://github.com/CygnusNetworks/pypureomapi -Build-Depends: debhelper (>= 9), python (>= 2.6), python-all, python3, python3-all +Build-Depends: debhelper (>= 9), python3, python3-all X-Python-Version: >= 2.6 X-Python3-Version: >= 3.3 -Package: python-pypureomapi -Architecture: all -Depends: ${python:Depends}, ${misc:Depends} -Description: ISC DHCP OMAPI protocol implementation in Python2 - This module grew out of frustration about pyomapi and later pyomapic. The - extension modules mentioned can be used to query the ISC DHCP server for - information about leases. pyomapic does this job using swig and the static - library provided with ISC DHCP. It leaks and has basically no error checking. - Adding error checking later turned out to be a maintenance hell with swig, so - a pure Python implementation for omapi, pypureomapi was born. It can mostly - be used as a drop-in replacement for pyomapic. - This is the py2 version of the module. - Package: python3-pypureomapi Architecture: all Depends: ${python3:Depends}, ${misc:Depends} diff -Nru pypureomapi-0.4/debian/python-pypureomapi.docs pypureomapi-0.4/debian/python-pypureomapi.docs --- pypureomapi-0.4/debian/python-pypureomapi.docs 2015-07-13 14:24:05.000000000 -0400 +++ pypureomapi-0.4/debian/python-pypureomapi.docs 1969-12-31 19:00:00.000000000 -0500 @@ -1 +0,0 @@ -README.md diff -Nru pypureomapi-0.4/debian/rules pypureomapi-0.4/debian/rules --- pypureomapi-0.4/debian/rules 2015-07-02 10:16:59.000000000 -0400 +++ pypureomapi-0.4/debian/rules 2019-10-04 22:02:52.000000000 -0400 @@ -3,4 +3,4 @@ export PYBUILD_NAME=pypureomapi %: - dh $@ --with python2,python3 --buildsystem=pybuild + dh $@ --with python3 --buildsystem=pybuild