[med-svn] [Git][med-team/python-iow][master] drop runtime dependency on nose, release
Alexandre Detiste (@detiste-guest)
gitlab at salsa.debian.org
Fri May 3 11:31:08 BST 2024
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 <tchet at debian.org> 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 <ginggs at debian.org>
-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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20240503/70b1bf8b/attachment-0001.htm>
More information about the debian-med-commit
mailing list