Control: tags 937402 + patch Control: tags 937402 + pending
Dear maintainer, I've prepared an NMU for pycares (versioned as 2.1.1-2.1) and uploaded it to DELAYED/7. Please feel free to tell me if I should delay it longer. Regards.
diff -Nru pycares-2.1.1/debian/changelog pycares-2.1.1/debian/changelog --- pycares-2.1.1/debian/changelog 2016-11-15 17:23:37.000000000 -0500 +++ pycares-2.1.1/debian/changelog 2019-10-19 18:23:40.000000000 -0400 @@ -1,3 +1,10 @@ +pycares (2.1.1-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * Drop python2 support; Closes: #937402 + + -- Sandro Tosi <[email protected]> Sat, 19 Oct 2019 18:23:40 -0400 + pycares (2.1.1-2) unstable; urgency=medium * debian/rules, debian/add-ons/configure: use configure script from c-ares diff -Nru pycares-2.1.1/debian/control pycares-2.1.1/debian/control --- pycares-2.1.1/debian/control 2016-11-15 17:19:13.000000000 -0500 +++ pycares-2.1.1/debian/control 2019-10-19 18:23:06.000000000 -0400 @@ -8,28 +8,12 @@ python3-all, python3-all-dev, python3-setuptools, - python-all, - python-all-dev, - python-docutils, - python-setuptools, - python-sphinx, - python-sphinx-rtd-theme, + python3-sphinx, + python3-sphinx-rtd-theme, Standards-Version: 3.9.8 Homepage: https://github.com/saghul/pycares Vcs-Git: https://git.ortolo.eu/git/pkg-pycares.git Vcs-Browser: https://git.ortolo.eu/pkg-pycares.git -X-Python-Version: >= 2.7 -X-Python3-Version: >= 3.3 - -Package: python-pycares -Architecture: any -Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends} -Suggests: python-pycares-doc -Description: Python interface for c-ares (Python 2) - pycares is a Python module which provides an interface to c-ares. c-ares is a - C library that performs DNS requests and name resolutions asynchronously. - . - This package installs the library for Python 2. Package: python3-pycares Architecture: any diff -Nru pycares-2.1.1/debian/rules pycares-2.1.1/debian/rules --- pycares-2.1.1/debian/rules 2016-11-15 17:19:43.000000000 -0500 +++ pycares-2.1.1/debian/rules 2019-10-19 18:23:29.000000000 -0400 @@ -9,7 +9,7 @@ export PYBUILD_NAME = pycares %: - dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild + dh $@ --with python3,sphinxdoc --buildsystem=pybuild override_dh_auto_configure: dh_auto_configure

