Control: tags 938226 + patch Control: tags 938226 + pending
Dear maintainer, I've prepared an NMU for python-treq (versioned as 18.6.0-0.2) and uploaded it to DELAYED/7. Please feel free to tell me if I should delay it longer. Regards.
diff -Nru python-treq-18.6.0/debian/changelog python-treq-18.6.0/debian/changelog --- python-treq-18.6.0/debian/changelog 2018-12-21 17:55:14.000000000 -0500 +++ python-treq-18.6.0/debian/changelog 2019-10-17 18:18:22.000000000 -0400 @@ -1,3 +1,10 @@ +python-treq (18.6.0-0.2) unstable; urgency=medium + + * Non-maintainer upload. + * Drop python2 support; Closes: #938226 + + -- Sandro Tosi <mo...@debian.org> Thu, 17 Oct 2019 18:18:22 -0400 + python-treq (18.6.0-0.1) unstable; urgency=medium * Non-maintainer upload. diff -Nru python-treq-18.6.0/debian/control python-treq-18.6.0/debian/control --- python-treq-18.6.0/debian/control 2018-12-21 17:55:14.000000000 -0500 +++ python-treq-18.6.0/debian/control 2019-10-17 18:17:36.000000000 -0400 @@ -5,16 +5,7 @@ Build-Depends: debhelper (>= 9), dh-python, - python-all, - python-attr, - python-incremental, - python-openssl, - python-requests (>= 2.1.0), - python-service-identity, - python-setuptools, - python-six, - python-sphinx, - python-twisted (>= 16.4.0), + python3-sphinx, python3-all, python3-attr, python3-incremental, @@ -29,18 +20,6 @@ Vcs-Git: https://salsa.debian.org/python-team/modules/python-treq.git Vcs-Browser: https://salsa.debian.org/python-team/modules/python-treq -Package: python-treq -Architecture: all -Depends: - ${misc:Depends}, - ${python:Depends}, -Description: Higher level API for making HTTP requests with Twisted (Python 2) - Treq is a HTTP library inspired by requests written on top of Twisted. - It provides a simple, higher level API for making HTTP requests when using - Twisted. - . - This is the Python 2 package. - Package: python3-treq Architecture: all Depends: diff -Nru python-treq-18.6.0/debian/rules python-treq-18.6.0/debian/rules --- python-treq-18.6.0/debian/rules 2018-12-21 17:55:14.000000000 -0500 +++ python-treq-18.6.0/debian/rules 2019-10-17 18:17:49.000000000 -0400 @@ -3,7 +3,7 @@ export PYBUILD_NAME=treq %: - dh $@ --with sphinxdoc,python2,python3 --buildsystem=pybuild + dh $@ --with sphinxdoc,python3 --buildsystem=pybuild override_dh_auto_build: $(MAKE) -C docs html PYTHONPATH=$(CURDIR)/src diff -Nru python-treq-18.6.0/debian/tests/control python-treq-18.6.0/debian/tests/control --- python-treq-18.6.0/debian/tests/control 2018-12-21 17:55:14.000000000 -0500 +++ python-treq-18.6.0/debian/tests/control 2019-10-17 18:18:07.000000000 -0400 @@ -1,5 +1,2 @@ -Test-Command: trial treq/test -Depends: python-mock, python-requests, python-twisted - Test-Command: trial3 treq/test Depends: python3-mock, python3-requests, python3-twisted