Alexandre Detiste pushed to branch master at Debian Med / python-pyfaidx
Commits: 42ab07c3 by Alexandre Detiste at 2025-05-04T15:43:29+02:00 release - - - - - 3 changed files: - debian/changelog - + debian/patches/remove_importlib_metadata.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +python-pyfaidx (0.8.1.3-2) unstable; urgency=medium + + * Team upload. + * Drop dependency on python3-importlib-metadata + that was not needed anymore since Python 3.8 + + -- Alexandre Detiste <[email protected]> Sun, 04 May 2025 15:42:22 +0200 + python-pyfaidx (0.8.1.3-1) unstable; urgency=medium * New upstream version 0.8.1.3 ===================================== debian/patches/remove_importlib_metadata.patch ===================================== @@ -0,0 +1,11 @@ +--- a/pyproject.toml ++++ b/pyproject.toml +@@ -27,7 +27,7 @@ + "Topic :: Scientific/Engineering :: Bio-Informatics" + ] + dependencies = [ +- "importlib_metadata", ++ "importlib_metadata; python_version < '3.8'", + "packaging" + ] + dynamic = ["version"] ===================================== debian/patches/series ===================================== @@ -1,3 +1,4 @@ test-locale-to-c.patch remove-ignore-docstring.patch manual-layout.patch +remove_importlib_metadata.patch View it on GitLab: https://salsa.debian.org/med-team/python-pyfaidx/-/commit/42ab07c3b55e7c41f9e75e261eb548090d8f5004 -- View it on GitLab: https://salsa.debian.org/med-team/python-pyfaidx/-/commit/42ab07c3b55e7c41f9e75e261eb548090d8f5004 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
