Alexandre Detiste pushed to branch master at Debian Med / tnseq-transit
Commits: a910ce59 by Alexandre Detiste at 2025-02-03T15:06:14+01:00 patch-out generation of python3-pkg-resources dep (Closes: #1083799) - - - - - 9a95b5ea by Alexandre Detiste at 2025-02-03T15:06:59+01:00 release - - - - - 3 changed files: - debian/changelog - + debian/patches/remove_pkg_resources.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,9 +1,15 @@ -tnseq-transit (3.3.10-1) UNRELEASED; urgency=medium +tnseq-transit (3.3.12-1) unstable; urgency=medium - * New upstream version + * Team Upload + * New upstream version 3.3.12 + * Patch-out generation of python3-pkg-resources dep (Closes: #1083799) + + [ Andreas Tille ] + * New upstream version 3.3.10 * Standards-Version: 4.7.0 (routine-update) + * Refresh patches - -- Andreas Tille <[email protected]> Wed, 04 Dec 2024 10:54:51 +0100 + -- Alexandre Detiste <[email protected]> Mon, 03 Feb 2025 15:06:19 +0100 tnseq-transit (3.3.4-1) unstable; urgency=medium ===================================== debian/patches/remove_pkg_resources.patch ===================================== @@ -0,0 +1,11 @@ +--- a/setup.py ++++ b/setup.py +@@ -196,7 +196,7 @@ + # https://packaging.python.org/en/latest/requirements.html + # 'pypubsub<4.0' and 'wxPython' are needed for GUI only, but go ahead and install them + # the reason for restriction on pypubsub is that version>=4.0 does not work with python2 - I can probably get rid of this restriction, since everybody must be using python3 by now +- install_requires=['wheel','setuptools', 'numpy~=1.16', 'scipy~=1.2', 'matplotlib~=3.0', 'pillow', 'scikit-learn', 'statsmodels~=0.9', 'pypubsub', 'wxPython'], ++ install_requires=['wheel', 'numpy~=1.16', 'scipy~=1.2', 'matplotlib~=3.0', 'pillow', 'scikit-learn', 'statsmodels~=0.9', 'pypubsub', 'wxPython'], + + #dependency_links = [ + # "git+https://github.com/wxWidgets/wxPython.git#egg=wxPython" ===================================== debian/patches/series ===================================== @@ -1,2 +1,3 @@ skip_test_requiring_non_existing_input_data.patch fix_problematic_comparison.patch +remove_pkg_resources.patch View it on GitLab: https://salsa.debian.org/med-team/tnseq-transit/-/compare/0f7c76d4720d6988a34d5e1ac498514176c6b49a...9a95b5ea98f1604103221b0f4a99fb6139f09584 -- View it on GitLab: https://salsa.debian.org/med-team/tnseq-transit/-/compare/0f7c76d4720d6988a34d5e1ac498514176c6b49a...9a95b5ea98f1604103221b0f4a99fb6139f09584 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
