Source: python-multipletau Version: 0.3.3+ds-2 Severity: normal Tags: patch
Dear Maintainer, As subject. Patch attached, but really, making the needed change will take about as long as opening the patch. Cheers, mwh -- System Information: Debian Release: buster/sid APT prefers eoan-updates APT policy: (500, 'eoan-updates'), (500, 'eoan'), (400, 'eoan-proposed'), (100, 'eoan-backports') Architecture: amd64 (x86_64) Kernel: Linux 5.3.0-19-generic (SMP w/8 CPU cores) Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_WARN, TAINT_OOT_MODULE Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled
diff -Nru python-multipletau-0.3.3+ds/debian/changelog python-multipletau-0.3.3+ds/debian/changelog --- python-multipletau-0.3.3+ds/debian/changelog 2019-09-05 02:41:07.000000000 +1200 +++ python-multipletau-0.3.3+ds/debian/changelog 2019-11-14 15:13:30.000000000 +1300 @@ -1,3 +1,9 @@ +python-multipletau (0.3.3+ds-2ubuntu1) focal; urgency=medium + + * Do not test dropped Python2 libraries in autopkgtest. + + -- Michael Hudson-Doyle <[email protected]> Thu, 14 Nov 2019 15:13:30 +1300 + python-multipletau (0.3.3+ds-2) unstable; urgency=medium * Team upload. diff -Nru python-multipletau-0.3.3+ds/debian/control python-multipletau-0.3.3+ds/debian/control --- python-multipletau-0.3.3+ds/debian/control 2019-09-05 02:41:07.000000000 +1200 +++ python-multipletau-0.3.3+ds/debian/control 2019-11-14 15:13:30.000000000 +1300 @@ -1,5 +1,6 @@ Source: python-multipletau -Maintainer: Debian Med Packaging Team <[email protected]> +Maintainer: Ubuntu Developers <[email protected]> +XSBC-Original-Maintainer: Debian Med Packaging Team <[email protected]> Uploaders: Alexandre Mestiashvili <[email protected]> Section: python Priority: optional diff -Nru python-multipletau-0.3.3+ds/debian/tests/control python-multipletau-0.3.3+ds/debian/tests/control --- python-multipletau-0.3.3+ds/debian/tests/control 2019-09-05 02:41:07.000000000 +1200 +++ python-multipletau-0.3.3+ds/debian/tests/control 2019-11-14 15:13:25.000000000 +1300 @@ -1,6 +1,4 @@ -Test-Command: for p in $(pyversions -s) $(py3versions -s); do $p -m pytest tests/; done +Test-Command: for p in $(py3versions -s); do $p -m pytest tests/; done Depends: - python-pytest, - python-multipletau, python3-pytest, python3-multipletau,

