Étienne Mollier pushed to branch master at Debian Med / changeo
Commits: b8d89c6d by Étienne Mollier at 2024-10-09T16:53:04+02:00 rm-setuptools.patch: new: remove dependency on setuptools. Closes: #1083334 - - - - - b4040614 by Étienne Mollier at 2024-10-09T16:53:48+02:00 d/control: declare compliance to standards version 4.7.0. - - - - - 4f9816d8 by Étienne Mollier at 2024-10-09T17:02:12+02:00 Ready for upload to unstable. - - - - - 4 changed files: - debian/changelog - debian/control - + debian/patches/rm-setuptools.patch - + debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,12 @@ +changeo (1.3.0-2) unstable; urgency=medium + + * Team upload. + * rm-setuptools.patch: new: remove dependency on setuptools. + (Closes: #1083334) + * d/control: declare compliance to standards version 4.7.0. + + -- Étienne Mollier <[email protected]> Wed, 09 Oct 2024 16:54:09 +0200 + changeo (1.3.0-1) unstable; urgency=medium * Team upload. ===================================== debian/control ===================================== @@ -8,7 +8,7 @@ Build-Depends: debhelper-compat (= 13), dh-python, python3-all, python3-setuptools -Standards-Version: 4.6.2 +Standards-Version: 4.7.0 Vcs-Browser: https://salsa.debian.org/med-team/changeo Vcs-Git: https://salsa.debian.org/med-team/changeo.git Homepage: https://changeo.readthedocs.io ===================================== debian/patches/rm-setuptools.patch ===================================== @@ -0,0 +1,29 @@ +Description: remove setuptools from runtime dependencies. + This allows dh-python to cease filling python3:Dependencies substvar + with the deprecated python3-pkg-resources. The patch may be beneficial + upstream since other automated tools may pull setuptools unnecessarily + due to its presence in requirements files. +Author: Étienne Mollier <[email protected]> +Bug-Debian: https://bugs.debian.org/1083334 +Forwarded: no +Last-Update: 2024-10-09 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +--- changeo.orig/changeo.egg-info/requires.txt ++++ changeo/changeo.egg-info/requires.txt +@@ -3,6 +3,5 @@ + pandas>=0.24 + biopython>=1.77 + PyYAML>=5.1 +-setuptools>=2.0 + presto>=0.7.0 + airr>=1.3.1 +--- changeo.orig/requirements.txt ++++ changeo/requirements.txt +@@ -3,6 +3,5 @@ + pandas>=0.24 + biopython>=1.77 + PyYAML>=5.1 +-setuptools>=2.0 + presto>=0.7.0 + airr>=1.3.1 ===================================== debian/patches/series ===================================== @@ -0,0 +1 @@ +rm-setuptools.patch View it on GitLab: https://salsa.debian.org/med-team/changeo/-/compare/f875ec348c4564417ed4f9b15b69dcc13c88c7bc...4f9816d8a7c8082777a3405158848b92b22c9b46 -- View it on GitLab: https://salsa.debian.org/med-team/changeo/-/compare/f875ec348c4564417ed4f9b15b69dcc13c88c7bc...4f9816d8a7c8082777a3405158848b92b22c9b46 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
