diff -Nru parsedatetime-2.4/debian/changelog parsedatetime-2.4/debian/changelog --- parsedatetime-2.4/debian/changelog 2019-11-13 03:21:34.000000000 +0000 +++ parsedatetime-2.4/debian/changelog 2020-03-27 14:16:44.000000000 +0000 @@ -1,3 +1,14 @@ +parsedatetime (2.4-5) unstable; urgency=medium + + [ Debian Janitor ] + * Set upstream metadata fields: Bug-Database, Repository, Repository- + Browse. + + [ Sandro Tosi ] + * Drop python2 support; Closes: #937240 + + -- Sandro Tosi Fri, 27 Mar 2020 10:16:44 -0400 + parsedatetime (2.4-4) unstable; urgency=medium * Team upload. diff -Nru parsedatetime-2.4/debian/control parsedatetime-2.4/debian/control --- parsedatetime-2.4/debian/control 2019-11-13 03:14:01.000000000 +0000 +++ parsedatetime-2.4/debian/control 2020-03-27 14:16:44.000000000 +0000 @@ -5,10 +5,6 @@ Priority: optional Build-Depends: debhelper-compat (= 12), dh-python, - python-all, - python-pytest , - python-pytest-runner , - python-setuptools, python3-all, python3-pytest , python3-pytest-runner , @@ -19,35 +15,6 @@ Homepage: https://pypi.python.org/pypi/parsedatetime/ Rules-Requires-Root: no -Package: python-parsedatetime -Architecture: all -Depends: ${misc:Depends}, - ${python:Depends} -Recommends: python-pyicu -Description: Python module to parse human-readable date/time expressions - parsedatetime is able to parse, for example, the following: - . - * August 25th, 2008 - * 25 Aug 2008 - * Aug 25 5pm - * 5pm August 25 - * next saturday - * tomorrow - * next thursday at 4pm - * at 4pm - * eod - * tomorrow eod - * eod tuesday - * eoy - * eom - * in 5 minutes - * 5 minutes from now - * 5 hours before now - * 2 hours before noon - * 2 days from tomorrow - . - This package provides the modules for Python 2. - Package: python3-parsedatetime Architecture: all Depends: ${misc:Depends}, diff -Nru parsedatetime-2.4/debian/rules parsedatetime-2.4/debian/rules --- parsedatetime-2.4/debian/rules 2019-11-13 03:10:59.000000000 +0000 +++ parsedatetime-2.4/debian/rules 2020-03-27 14:16:44.000000000 +0000 @@ -10,4 +10,4 @@ export PYBUILD_AFTER_TEST = rm -rf {build_dir}/tests %: - dh $@ --with python2,python3 --buildsystem pybuild + dh $@ --with python3 --buildsystem pybuild diff -Nru parsedatetime-2.4/debian/tests/control parsedatetime-2.4/debian/tests/control --- parsedatetime-2.4/debian/tests/control 2019-11-13 01:25:16.000000000 +0000 +++ parsedatetime-2.4/debian/tests/control 2020-03-27 14:16:44.000000000 +0000 @@ -1,16 +1,5 @@ Test-Command: set -e ; cp -r tests "$AUTOPKGTEST_TMP" - ; for py in $(pyversions -r 2>/dev/null) - ; do cd "$AUTOPKGTEST_TMP" - ; echo "Testing with $py:" - ; $py -m pytest -v tests/Test*.py - ; done -Depends: python-all, - python-parsedatetime, - python-pytest - -Test-Command: set -e - ; cp -r tests "$AUTOPKGTEST_TMP" ; for py in $(py3versions -r 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" ; echo "Testing with $py:" diff -Nru parsedatetime-2.4/debian/upstream/metadata parsedatetime-2.4/debian/upstream/metadata --- parsedatetime-2.4/debian/upstream/metadata 1970-01-01 00:00:00.000000000 +0000 +++ parsedatetime-2.4/debian/upstream/metadata 2020-03-27 14:16:44.000000000 +0000 @@ -0,0 +1,3 @@ +Bug-Database: https://github.com/bear/parsedatetime/issues +Repository: https://github.com/bear/parsedatetime.git +Repository-Browse: https://github.com/bear/parsedatetime