Antonio Valentino pushed to branch master at Debian GIS Project / pyorbital
Commits: de557593 by Antonio Valentino at 2025-09-07T09:01:29+00:00 New 0003-Pytest-3.4-compat.patch - - - - - 90319190 by Antonio Valentino at 2025-09-07T09:02:06+00:00 Set distribution to unstable - - - - - 3 changed files: - debian/changelog - + debian/patches/0003-Pytest-3.4-compat.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +pyorbital (1.10.2-2) unstable; urgency=medium + + * devian/patches: + - New 0003-Pytest-3.4-compat.patch (Closes: #1114280). + + -- Antonio Valentino <[email protected]> Sun, 07 Sep 2025 09:01:39 +0000 + pyorbital (1.10.2-1) unstable; urgency=medium * New upstream release. ===================================== debian/patches/0003-Pytest-3.4-compat.patch ===================================== @@ -0,0 +1,21 @@ +From: Antonio Valentino <[email protected]> +Date: Sun, 7 Sep 2025 08:45:54 +0000 +Subject: Pytest 3.4 compat + +Forwarded: https://github.com/pytroll/pyorbital/pull/200 +--- + pyorbital/tests/test_tlefile.py | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/pyorbital/tests/test_tlefile.py b/pyorbital/tests/test_tlefile.py +index 6e50df5..915156e 100644 +--- a/pyorbital/tests/test_tlefile.py ++++ b/pyorbital/tests/test_tlefile.py +@@ -721,6 +721,7 @@ class TestSQLiteTLE(unittest.TestCase): + """Clean temporary files.""" + with suppress(PermissionError, NotADirectoryError): + self.temp_dir.cleanup() ++ self.db.close() + + def test_init(self): + """Test that the init did what it should have.""" ===================================== debian/patches/series ===================================== @@ -1,2 +1,3 @@ 0001-Fix-pricacy-breach.patch 0002-Reproducible-build.patch +0003-Pytest-3.4-compat.patch View it on GitLab: https://salsa.debian.org/debian-gis-team/pyorbital/-/compare/a94a69604d411e15673c3ac74ce4f132b2aa850f...903191906296f1d6b666e9fc4db1510118c115c6 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/pyorbital/-/compare/a94a69604d411e15673c3ac74ce4f132b2aa850f...903191906296f1d6b666e9fc4db1510118c115c6 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
