Alexandre Detiste pushed to branch master at Debian Med / python-iow
Commits: 72487074 by Alexandre Detiste at 2024-05-03T12:30:47+02:00 drop runtime dependency on nose, release - - - - - 2 changed files: - debian/changelog - debian/patches/no-runtime-cython.patch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +python-iow (1.0.6-5) unstable; urgency=medium + + * Team upload. + * Drop the runtime dependency on Nose + + -- Alexandre Detiste <[email protected]> Fri, 03 May 2024 12:29:58 +0200 + python-iow (1.0.6-4) unstable; urgency=medium * Team upload ===================================== debian/patches/no-runtime-cython.patch ===================================== @@ -1,13 +1,16 @@ Description: Drop the runtime dependency on Cython Author: Graham Inggs <[email protected]> -Last-Update: 2023-12-10 +Last-Update: 2024-05-03 + +Also drop runtime dependency on nose, adetiste --- a/setup.py +++ b/setup.py -@@ -121,7 +121,6 @@ +@@ -120,8 +120,6 @@ + 'GPL/*']}, install_requires=[ 'numpy >= 1.9.2', - 'nose >= 1.3.7', +- 'nose >= 1.3.7', - 'cython >= 0.24.1', 'pandas', 'click', View it on GitLab: https://salsa.debian.org/med-team/python-iow/-/commit/72487074bee17110fdaaa6f93de5cce8765d10fc -- View it on GitLab: https://salsa.debian.org/med-team/python-iow/-/commit/72487074bee17110fdaaa6f93de5cce8765d10fc 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
