Version in base suite: 1.7.2-2 Base version: conda-package-handling_1.7.2-2 Target version: conda-package-handling_1.7.2-2+deb11u1 Base file: /srv/ftp-master.debian.org/ftp/pool/main/c/conda-package-handling/conda-package-handling_1.7.2-2.dsc Target file: /srv/ftp-master.debian.org/policy/pool/main/c/conda-package-handling/conda-package-handling_1.7.2-2+deb11u1.dsc changelog | 7 +++++++ patches/extend-test-datetime-to-dec-2021.patch | 17 ----------------- patches/series | 2 +- patches/skip-test-timeline.patch | 18 ++++++++++++++++++ 4 files changed, 26 insertions(+), 18 deletions(-) gpgv: Signature made Sun Dec 6 15:31:46 2020 UTC gpgv: using RSA key 3E99A526F5DCC0CBBF1CEEA600BAE74B343369F1 gpgv: issuer "npatra974@gmail.com" gpgv: Can't check signature: No public key dpkg-source: warning: failed to verify signature on /srv/release.debian.org/tmp/tmpxg4qu674/conda-package-handling_1.7.2-2.dsc diff -Nru conda-package-handling-1.7.2/debian/changelog conda-package-handling-1.7.2/debian/changelog --- conda-package-handling-1.7.2/debian/changelog 2020-12-06 15:29:39.000000000 +0000 +++ conda-package-handling-1.7.2/debian/changelog 2023-11-17 10:30:00.000000000 +0000 @@ -1,3 +1,10 @@ +conda-package-handling (1.7.2-2+deb11u1) bullseye; urgency=medium + + * Team upload. + * Disable flaky test. Closes: #976506. + + -- Santiago Vila Fri, 17 Nov 2023 11:30:00 +0100 + conda-package-handling (1.7.2-2) unstable; urgency=medium * Team upload. diff -Nru conda-package-handling-1.7.2/debian/patches/extend-test-datetime-to-dec-2021.patch conda-package-handling-1.7.2/debian/patches/extend-test-datetime-to-dec-2021.patch --- conda-package-handling-1.7.2/debian/patches/extend-test-datetime-to-dec-2021.patch 2020-12-06 15:26:42.000000000 +0000 +++ conda-package-handling-1.7.2/debian/patches/extend-test-datetime-to-dec-2021.patch 1970-01-01 00:00:00.000000000 +0000 @@ -1,17 +0,0 @@ -Description: Extend datetime to Dec 1, 2021 in test_secure_refusal_to_extract_abs_paths to prevent failing tests in arm64. -Upstream has confirmed this here: https://github.com/conda/conda-package-handling/issues/74#issuecomment-739349646 -Author: Nilesh Patra -Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=976506 -Forwarded: https://github.com/conda/conda-package-handling/pull/75 -Last-Update: 2020-12-06 ---- a/tests/test_api.py -+++ b/tests/test_api.py -@@ -183,7 +183,7 @@ - assert stat.st_nlink == 1 - - --@pytest.mark.skipif(datetime.now() <= datetime(2020, 12, 1), reason="Don't understand why this doesn't behave. Punt.") -+@pytest.mark.skipif(datetime.now() <= datetime(2021, 12, 1), reason="Don't understand why this doesn't behave. Punt.") - def test_secure_refusal_to_extract_abs_paths(testing_workdir): - with tarfile.open('pinkie.tar.bz2', 'w:bz2') as tf: - open('thebrain', 'w').close() diff -Nru conda-package-handling-1.7.2/debian/patches/series conda-package-handling-1.7.2/debian/patches/series --- conda-package-handling-1.7.2/debian/patches/series 2020-12-06 15:23:18.000000000 +0000 +++ conda-package-handling-1.7.2/debian/patches/series 2023-11-17 10:30:00.000000000 +0000 @@ -1,4 +1,4 @@ fix_linking.patch fix_test.patch fix-out-dir.patch -extend-test-datetime-to-dec-2021.patch +skip-test-timeline.patch diff -Nru conda-package-handling-1.7.2/debian/patches/skip-test-timeline.patch conda-package-handling-1.7.2/debian/patches/skip-test-timeline.patch --- conda-package-handling-1.7.2/debian/patches/skip-test-timeline.patch 1970-01-01 00:00:00.000000000 +0000 +++ conda-package-handling-1.7.2/debian/patches/skip-test-timeline.patch 2023-11-17 10:30:00.000000000 +0000 @@ -0,0 +1,18 @@ +Description: Stop extending datetime in test_secure_refusal_to_extract_abs_paths to prevent failing tests in arm64. +Upstream has confirmed this here: https://github.com/conda/conda-package-handling/issues/74#issuecomment-739349646 +Author: Nilesh Patra +Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=976506 +Forwarded: https://github.com/conda/conda-package-handling/pull/75 +Last-Update: 2023-11-17 + +--- a/tests/test_api.py ++++ b/tests/test_api.py +@@ -183,7 +183,7 @@ + assert stat.st_nlink == 1 + + +-@pytest.mark.skipif(datetime.now() <= datetime(2020, 12, 1), reason="Don't understand why this doesn't behave. Punt.") ++@pytest.mark.skip(reason="Don't understand why this doesn't behave. Punt.") + def test_secure_refusal_to_extract_abs_paths(testing_workdir): + with tarfile.open('pinkie.tar.bz2', 'w:bz2') as tf: + open('thebrain', 'w').close()