[med-svn] [Git][med-team/python-pyfaidx][master] release
Alexandre Detiste (@detiste-guest)
gitlab at salsa.debian.org
Sun May 4 14:43:41 BST 2025
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 <tchet at debian.org> 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20250504/85923ea4/attachment-0001.htm>
More information about the debian-med-commit
mailing list