[med-svn] [Git][med-team/conda-package-handling][master] 4 commits: Extend datetime to Dec 1, 2021 in test_secure_refusal_to_extract_abs_paths to...

Nilesh Patra gitlab at salsa.debian.org
Sun Dec 6 15:32:19 GMT 2020



Nilesh Patra pushed to branch master at Debian Med / conda-package-handling


Commits:
79478bf4 by Nilesh Patra at 2020-12-06T20:59:12+05:30
Extend datetime to Dec 1, 2021 in test_secure_refusal_to_extract_abs_paths to prevent failing tests in arm64.

- - - - -
009f85f1 by Nilesh Patra at 2020-12-06T20:59:34+05:30
routine-update: Standards-Version: 4.5.1

- - - - -
75ec3e12 by Nilesh Patra at 2020-12-06T20:59:38+05:30
routine-update: Remove trailing whitespace in debian/changelog

- - - - -
753c6820 by Nilesh Patra at 2020-12-06T20:59:39+05:30
routine-update: Ready to upload to unstable

- - - - -


4 changed files:

- debian/changelog
- debian/control
- + debian/patches/extend-test-datetime-to-dec-2021.patch
- debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,13 @@
+conda-package-handling (1.7.2-2) unstable; urgency=medium
+
+  * Team upload.
+  * Extend datetime to Dec 1, 2021 in api test
+    to prevent failing tests in arm64. (Closes: #976506)
+  * Standards-Version: 4.5.1 (routine-update)
+  * Remove trailing whitespace in debian/changelog (routine-update)
+
+ -- Nilesh Patra <npatra974 at gmail.com>  Sun, 06 Dec 2020 20:59:39 +0530
+
 conda-package-handling (1.7.2-1) unstable; urgency=medium
 
   * Team upload.


=====================================
debian/control
=====================================
@@ -12,7 +12,7 @@ Build-Depends: debhelper-compat (= 13),
                python3-pytest <!nocheck>,
                python3-tqdm <!nocheck>,
                python3-pytest-mock <!nocheck>,
-Standards-Version: 4.5.0
+Standards-Version: 4.5.1
 Vcs-Browser: https://salsa.debian.org/med-team/conda-package-handling
 Vcs-Git: https://salsa.debian.org/med-team/conda-package-handling.git
 Homepage: https://github.com/conda/conda-package-handling


=====================================
debian/patches/extend-test-datetime-to-dec-2021.patch
=====================================
@@ -0,0 +1,17 @@
+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 <npatra974 at gmail.com>
+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
+ 
+ 
+- at pytest.mark.skipif(datetime.now() <= datetime(2020, 12, 1), reason="Don't understand why this doesn't behave.  Punt.")
++ at 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()


=====================================
debian/patches/series
=====================================
@@ -1,3 +1,4 @@
 fix_linking.patch
 fix_test.patch
 fix-out-dir.patch
+extend-test-datetime-to-dec-2021.patch



View it on GitLab: https://salsa.debian.org/med-team/conda-package-handling/-/compare/507541229d44626e1f9cf2f253a20617641ae376...753c68206a21e611b0ed046b26ee36422e729154

-- 
View it on GitLab: https://salsa.debian.org/med-team/conda-package-handling/-/compare/507541229d44626e1f9cf2f253a20617641ae376...753c68206a21e611b0ed046b26ee36422e729154
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20201206/96bcf7a7/attachment-0001.html>


More information about the debian-med-commit mailing list