Version: 1.9.3-3
Tags: patch  pending

Dear maintainer,

I've prepared an NMU for python-crontab (versioned as 1.9.3-3.1) and
uploaded it to DELAYED/XX. Please feel free to tell me if I
should delay it longer.

Regards.
Håvard
diff -Nru python-crontab-1.9.3/debian/changelog 
python-crontab-1.9.3/debian/changelog
--- python-crontab-1.9.3/debian/changelog       2019-07-22 01:34:59.000000000 
+0200
+++ python-crontab-1.9.3/debian/changelog       2020-02-21 09:05:51.000000000 
+0100
@@ -1,3 +1,12 @@
+python-crontab (1.9.3-3.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Remove python as dependency from autopkgtest. closes: #937670, #950207
+  * Change from deprecated ADTTMP to AUTOPKGTEST_TMP in autopkgtest.
+  * Remove ancient X-python-version field in d/control
+
+ -- Håvard Flaget Aasen <haavard_aa...@yahoo.no>  Fri, 21 Feb 2020 09:05:51 
+0100
+
 python-crontab (1.9.3-3) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru python-crontab-1.9.3/debian/control 
python-crontab-1.9.3/debian/control
--- python-crontab-1.9.3/debian/control 2019-07-22 01:34:59.000000000 +0200
+++ python-crontab-1.9.3/debian/control 2020-02-21 08:58:08.000000000 +0100
@@ -14,8 +14,6 @@
 Homepage: https://launchpad.net/python-crontab
 Vcs-Browser: https://github.com/jmetzmeier/python-crontab-debian
 Vcs-Git: https://github.com/jmetzmeier/python-crontab-debian.git
-X-Python3-Version: >= 3.3
-X-Python-Version: >= 2.7
 
 Package: python3-crontab
 Architecture: all
diff -Nru python-crontab-1.9.3/debian/tests/control 
python-crontab-1.9.3/debian/tests/control
--- python-crontab-1.9.3/debian/tests/control   2019-07-22 01:34:59.000000000 
+0200
+++ python-crontab-1.9.3/debian/tests/control   2020-02-21 08:53:17.000000000 
+0100
@@ -1,3 +1,3 @@
 Tests: python3-crontab
-Depends: python3-crontab, python, python3-pytest, python3-all
+Depends: python3-crontab, python3-pytest, python3-all
 Restrictions: allow-stderr
diff -Nru python-crontab-1.9.3/debian/tests/python3-crontab 
python-crontab-1.9.3/debian/tests/python3-crontab
--- python-crontab-1.9.3/debian/tests/python3-crontab   2019-07-22 
01:34:59.000000000 +0200
+++ python-crontab-1.9.3/debian/tests/python3-crontab   2020-02-21 
09:02:32.000000000 +0100
@@ -1,7 +1,7 @@
 #!/bin/sh
 set -e -u
-cp -a tests/ "$ADTTMP"
-cd "$ADTTMP/tests/"
+cp -a tests/ "$AUTOPKGTEST_TMP"
+cd "$AUTOPKGTEST_TMP/tests/"
 for py in $(py3versions -i); do
     LC_ALL=C.UTF-8 "$py" -m pytest
 done

Reply via email to