[med-svn] [Git][med-team/conda-package-handling][master] 3 commits: Drop python3-six from (Build-)Depends
Andreas Tille (@tille)
gitlab at salsa.debian.org
Fri Dec 8 11:22:11 GMT 2023
Andreas Tille pushed to branch master at Debian Med / conda-package-handling
Commits:
19b29a11 by Andreas Tille at 2023-12-08T12:18:26+01:00
Drop python3-six from (Build-)Depends
- - - - -
f841e173 by Andreas Tille at 2023-12-08T12:19:00+01:00
routine-update: Build-Depends: s/dh-python/dh-sequence-python3/
- - - - -
ed01ab98 by Andreas Tille at 2023-12-08T12:20:23+01:00
routine-update: Ready to upload to unstable
- - - - -
3 changed files:
- debian/changelog
- debian/control
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+conda-package-handling (2.2.0-2) unstable; urgency=medium
+
+ * Drop python3-six from (Build-)Depends
+ Closes: #1052523
+ * Build-Depends: s/dh-python/dh-sequence-python3/ (routine-update)
+
+ -- Andreas Tille <tille at debian.org> Fri, 08 Dec 2023 12:19:13 +0100
+
conda-package-handling (2.2.0-1) unstable; urgency=medium
* New upstream version
=====================================
debian/control
=====================================
@@ -4,13 +4,12 @@ Uploaders: Andreas Tille <tille at debian.org>
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 13),
- dh-python,
+ dh-sequence-python3,
cython3,
python3-dev,
python3-setuptools,
libarchive-dev,
python3-pytest <!nocheck>,
- python3-six <!nocheck>,
python3-tqdm <!nocheck>,
python3-pytest-mock <!nocheck>,
python3-conda-package-streaming <!nocheck>
@@ -25,7 +24,6 @@ Architecture: any
Depends: ${shlibs:Depends},
${python3:Depends},
${misc:Depends},
- python3-six,
python3-tqdm
Description: create and extract conda packages of various formats
Cph is an abstraction of conda package handling and a tool for
=====================================
debian/rules
=====================================
@@ -7,7 +7,7 @@ export LC_ALL=C.UTF-8
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
%:
- dh $@ --with python3 --buildsystem=pybuild
+ dh $@ --buildsystem=pybuild
override_dh_install:
dh_install
View it on GitLab: https://salsa.debian.org/med-team/conda-package-handling/-/compare/2c4cf3037b08c4e04964c8b147ae43266c4aec65...ed01ab9852b6e426dd9e708c10c32eaa11edaf8b
--
View it on GitLab: https://salsa.debian.org/med-team/conda-package-handling/-/compare/2c4cf3037b08c4e04964c8b147ae43266c4aec65...ed01ab9852b6e426dd9e708c10c32eaa11edaf8b
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/20231208/2e1cdce3/attachment-0001.htm>
More information about the debian-med-commit
mailing list