Andreas Tille pushed to branch master at Debian Med / obitools
Commits: 0b7e431c by Andreas Tille at 2023-12-17T20:51:29+01:00 Drop cython3 dependency from binary package - - - - - 695747eb by Andreas Tille at 2023-12-17T20:54:05+01:00 routine-update: Ready to upload to unstable - - - - - 3 changed files: - debian/changelog - + debian/patches/no_cython_in_binary_package.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +obitools (1.2.13+dfsg-7) unstable; urgency=medium + + * Drop cython3 dependency from binary package + Closes: #1057995 + + -- Andreas Tille <[email protected]> Sun, 17 Dec 2023 20:52:01 +0100 + obitools (1.2.13+dfsg-6) unstable; urgency=medium [ Bas Couwenberg ] ===================================== debian/patches/no_cython_in_binary_package.patch ===================================== @@ -0,0 +1,13 @@ +Description: Drop cython3 dependency from binary package +Bug-Debian: https://bugs.debian.org/1057995 +Author: Andreas Tille <[email protected]> +Last-Update: Sun, 17 Dec 2023 20:49:16 +0100 + +--- a/requirements.txt ++++ b/requirements.txt +@@ -1,5 +1,4 @@ + --extra-index-url https://pypi.python.org/simple/ +-Cython>=0.24 + Sphinx<2.0 + wheel>=0.24.0 + virtualenv>=1.11.0 ===================================== debian/patches/series ===================================== @@ -3,3 +3,4 @@ fix_path_interpreter 2to3.patch port_python3.patch deocde-bytes-to-str.patch +no_cython_in_binary_package.patch View it on GitLab: https://salsa.debian.org/med-team/obitools/-/compare/7f2e1f0e49e2c03cd21c4928745629b732f57922...695747eb6703d11dc62ff0a66bd26baa6abd0e1d -- View it on GitLab: https://salsa.debian.org/med-team/obitools/-/compare/7f2e1f0e49e2c03cd21c4928745629b732f57922...695747eb6703d11dc62ff0a66bd26baa6abd0e1d 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
