Package: release.debian.org Severity: normal X-Debbugs-Cc: rdf...@packages.debian.org Control: affects -1 + src:rdflib User: release.debian....@packages.debian.org Usertags: unblock
Please unblock package rdflib. [ Reason ] Fix for serious #1108255. [ Impact ] The package is going to be autoremoved with all its reverse deps (many!). [ Tests ] The change excludes tests that need Internet connection. So fewer autopkgtests are run but they run successfully. [ Risks ] None. [ Checklist ] [x] all changes are documented in the d/changelog [x] I reviewed all changes and I approve them [x] attach debdiff against the package in testing unblock rdflib/7.1.1-3
diff -Nru rdflib-7.1.1/debian/changelog rdflib-7.1.1/debian/changelog --- rdflib-7.1.1/debian/changelog 2024-11-09 16:18:49.000000000 +0100 +++ rdflib-7.1.1/debian/changelog 2025-07-03 08:42:23.000000000 +0200 @@ -1,3 +1,10 @@ +rdflib (7.1.1-3) unstable; urgency=medium + + * Team upload + * autopkgtest: Prevent running tests marked webtest (Closes: #1108255) + + -- Bastian Germann <b...@debian.org> Thu, 03 Jul 2025 08:42:23 +0200 + rdflib (7.1.1-2) unstable; urgency=medium * Team upload. diff -Nru rdflib-7.1.1/debian/tests/python3 rdflib-7.1.1/debian/tests/python3 --- rdflib-7.1.1/debian/tests/python3 2024-11-07 11:31:10.000000000 +0100 +++ rdflib-7.1.1/debian/tests/python3 2025-07-03 08:42:23.000000000 +0200 @@ -1,3 +1,3 @@ #!/bin/sh -python3 -m pytest -k 'not test_warning' +python3 -m pytest -m 'not webtest' -k 'not test_warning'