Control: tags 938547 + patch Control: tags 938547 + pending
Dear maintainer, I've prepared an NMU for sphinx-testing (versioned as 0.8.1-1.1) and uploaded it to DELAYED/7. Please feel free to tell me if I should delay it longer. Regards.
diff -Nru sphinx-testing-0.8.1/debian/changelog sphinx-testing-0.8.1/debian/changelog --- sphinx-testing-0.8.1/debian/changelog 2019-01-04 19:04:36.000000000 -0500 +++ sphinx-testing-0.8.1/debian/changelog 2019-10-13 00:07:12.000000000 -0400 @@ -1,3 +1,10 @@ +sphinx-testing (0.8.1-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Drop python2 support; Closes: #938547 + + -- Sandro Tosi <[email protected]> Sun, 13 Oct 2019 00:07:12 -0400 + sphinx-testing (0.8.1-1) unstable; urgency=medium * New upstream release diff -Nru sphinx-testing-0.8.1/debian/control sphinx-testing-0.8.1/debian/control --- sphinx-testing-0.8.1/debian/control 2019-01-04 19:04:36.000000000 -0500 +++ sphinx-testing-0.8.1/debian/control 2019-10-13 00:07:00.000000000 -0400 @@ -4,15 +4,6 @@ Maintainer: Kouhei Maeda <[email protected]> Build-Depends: debhelper (>= 9), dh-python, - python-all, - python-setuptools, - python-nose, - python-flake8, - python-mock, - python-sphinx, - python-six, - python-jinja2, - python-pygments, python3-all, python3-setuptools, python3-nose, @@ -25,16 +16,6 @@ Standards-Version: 4.3.0 Homepage: http://bitbucket.org/tk0miya/sphinx-testing -Package: python-sphinx-testing -Architecture: all -Depends: ${python:Depends}, ${misc:Depends}, - python-sphinx (>= 0.6), - python-six -Description: testing utility for Sphinx extensions - sphinx-testing provides testing utility classes and functions for Sphinx - extensions. - See also pydoc sphinx_testing. - Package: python3-sphinx-testing Architecture: all Depends: ${python3:Depends}, ${misc:Depends}, diff -Nru sphinx-testing-0.8.1/debian/rules sphinx-testing-0.8.1/debian/rules --- sphinx-testing-0.8.1/debian/rules 2019-01-04 18:28:30.000000000 -0500 +++ sphinx-testing-0.8.1/debian/rules 2019-10-13 00:07:09.000000000 -0400 @@ -9,7 +9,7 @@ export PYBUILD_TEST_NOSE=1 %: - dh $@ --with python2,python3 --buildsystem=pybuild + dh $@ --with python3 --buildsystem=pybuild override_dh_installchangelogs: dh_installchangelogs CHANGES.rst

