Control: tags 938441 + patch Control: tags 938441 + pending
Dear maintainer, I've prepared an NMU for schedule (versioned as 0.3.2-1.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should delay it longer. Regards. diff -Nru schedule-0.3.2/debian/control schedule-0.3.2/debian/control --- schedule-0.3.2/debian/control 2015-12-12 14:11:47.000000000 +0100 +++ schedule-0.3.2/debian/control 2019-12-20 12:01:56.000000000 +0100 @@ -5,29 +5,15 @@ Priority: optional Build-Depends: debhelper (>= 9), dh-python, - python-all (>= 2.6.6-3), - python-setuptools, - python-mock, python3-all, python3-setuptools, python3-mock, Standards-Version: 3.9.6 Homepage: https://github.com/dbader/schedule -X-Python-Version: >= 2.7 X-Python3-Version: >= 3.4 Vcs-Browser: https://anonscm.debian.org/gitweb/?p=collab-maint/python-schedule.git Vcs-Git: git://anonscm.debian.org/collab-maint/python-schedule.git -Package: python-schedule -Architecture: all -Depends: ${misc:Depends}, ${python:Depends} -Provides: ${python:Provides} -Description: Job scheduling for humans (Python 2) - An in-process scheduler for periodic jobs that uses the builder pattern - for configuration. Schedule lets you run Python functions (or any other - callable) periodically at pre-determined intervals using a simple, - human-friendly syntax. - Package: python3-schedule Architecture: all Depends: ${misc:Depends}, ${python3:Depends} @@ -39,4 +25,3 @@ human-friendly syntax. . This package contains the Python 3 version of the library. - diff -Nru schedule-0.3.2/debian/changelog schedule-0.3.2/debian/changelog --- schedule-0.3.2/debian/changelog 2015-12-12 14:11:47.000000000 +0100 +++ schedule-0.3.2/debian/changelog 2019-12-20 12:02:21.000000000 +0100 @@ -1,3 +1,10 @@ +schedule (0.3.2-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Drop Python 2 support (Closes: #938441). + + -- OndÅej Nový <on...@debian.org> Fri, 20 Dec 2019 12:02:21 +0100 + schedule (0.3.2-1) unstable; urgency=low [ Donncha O'Cearbhaill ] diff -Nru schedule-0.3.2/debian/rules schedule-0.3.2/debian/rules --- schedule-0.3.2/debian/rules 2015-12-12 14:11:47.000000000 +0100 +++ schedule-0.3.2/debian/rules 2019-12-20 12:00:35.000000000 +0100 @@ -8,6 +8,6 @@ export PYBUILD_AFTER_TEST=rm -rf {build_dir}/test_* %: - dh $@ --with python2,python3 --buildsystem=pybuild + dh $@ --with python3 --buildsystem=pybuild