Alexandre Detiste pushed to branch master at Debian Med / python-awkward
Commits: 794e1587 by Alexandre Detiste at 2026-03-14T13:03:09+01:00 rewrite d/watch in v5 format - - - - - 2504a4b7 by Alexandre Detiste at 2026-03-14T13:05:20+01:00 do not generate a dependency on python3-importlib-metadata backport - - - - - 3c128f87 by Alexandre Detiste at 2026-03-14T13:06:18+01:00 release - - - - - 4 changed files: - debian/changelog - + debian/patches/drop_importlib_metadata.patch - debian/patches/series - debian/watch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +python-awkward (2.9.0-2) unstable; urgency=medium + + * Team upload. + * Rewrite d/watch in v5 format, this does not work with GitHub template + * Do not generate a dependency on python3-importlib-metadata backport + + -- Alexandre Detiste <[email protected]> Sat, 14 Mar 2026 13:05:41 +0100 + python-awkward (2.9.0-1) unstable; urgency=medium * Team upload. ===================================== debian/patches/drop_importlib_metadata.patch ===================================== @@ -0,0 +1,13 @@ +From: Alexandre Detiste <[email protected]> +Subject: remove extraneous dep on python3-importlib-metadata + +--- a/pyproject.toml ++++ b/pyproject.toml +@@ -43,7 +43,6 @@ + ] + dependencies = [ + "awkward_cpp==52", +- "importlib_metadata>=4.13.0;python_version < \"3.12\"", + "numpy>=1.21.3", + "packaging", + "typing_extensions>=4.1.0; python_version < \"3.11\"", ===================================== debian/patches/series ===================================== @@ -1,2 +1,3 @@ no-internet.patch remove-rapidjson-license-reference.diff +drop_importlib_metadata.patch ===================================== debian/watch ===================================== @@ -1,4 +1,5 @@ -version=4 +Version: 5 -opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%@PACKAGE@-$1.tar.gz%" \ -https://github.com/scikit-hep/awkward/tags (?:.*?/)?v?@ANY_VERSION@\.tar\.gz +Source: https://github.com/scikit-hep/awkward/tags +Matching-Pattern: (?:.*?/)?v?@ANY_VERSION@\.tar\.gz +Filenamemangle: s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%@PACKAGE@-$1.tar.gz% View it on GitLab: https://salsa.debian.org/med-team/python-awkward/-/compare/f42cc0cd0b86b80e1ae529153014941d9c4072db...3c128f87c94a5cc3071227fa7662aac9e24f2242 -- View it on GitLab: https://salsa.debian.org/med-team/python-awkward/-/compare/f42cc0cd0b86b80e1ae529153014941d9c4072db...3c128f87c94a5cc3071227fa7662aac9e24f2242 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
