[med-svn] [Git][med-team/hdmf][master] 3 commits: Drop python3-unittest2 from Build-Depends
Andreas Tille (@tille)
gitlab at salsa.debian.org
Wed Dec 20 16:27:24 GMT 2023
Andreas Tille pushed to branch master at Debian Med / hdmf
Commits:
b27bc009 by Andreas Tille at 2023-12-20T17:16:55+01:00
Drop python3-unittest2 from Build-Depends
- - - - -
f5b72538 by Andreas Tille at 2023-12-20T17:17:07+01:00
routine-update: Build-Depends: s/dh-python/dh-sequence-python3/
- - - - -
717552a8 by Andreas Tille at 2023-12-20T17:20:38+01:00
routine-update: Ready to upload to unstable
- - - - -
3 changed files:
- debian/changelog
- debian/control
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+hdmf (3.11.0-2) unstable; urgency=medium
+
+ * Team upload.
+ * Drop python3-unittest2 from Build-Depends
+ Closes: #1058965
+ * Build-Depends: s/dh-python/dh-sequence-python3/ (routine-update)
+
+ -- Andreas Tille <tille at debian.org> Wed, 20 Dec 2023 17:18:29 +0100
+
hdmf (3.11.0-1) unstable; urgency=medium
* Team Upload.
=====================================
debian/control
=====================================
@@ -4,21 +4,20 @@ Uploaders: Yaroslav Halchenko <debian at onerussian.com>
Section: python
Testsuite: autopkgtest-pkg-python
Priority: optional
-Build-Depends: dh-python,
+Build-Depends: dh-sequence-python3,
pybuild-plugin-pyproject,
python3-setuptools,
python3-all,
python3-hatchling,
python3-hatch-vcs,
debhelper-compat (= 13),
- python3-h5py (>= 2.9~),
+ python3-h5py,
python3-jsonschema,
python3-numpy,
python3-scipy,
python3-dateutil,
python3-ruamel.yaml,
- python3-pandas,
- python3-unittest2
+ python3-pandas
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/med-team/hdmf
Vcs-Git: https://salsa.debian.org/med-team/hdmf.git
@@ -29,7 +28,7 @@ Package: python3-hdmf
Architecture: all
Depends: ${misc:Depends},
${python3:Depends},
- python3-h5py (>= 2.9~),
+ python3-h5py,
python3-jsonschema,
python3-numpy,
python3-scipy,
=====================================
debian/rules
=====================================
@@ -5,4 +5,4 @@
export LC_ALL=C.UTF-8
export PYBUILD_NAME=hdmf
%:
- dh $@ --with python3 --buildsystem=pybuild
+ dh $@ --buildsystem=pybuild
View it on GitLab: https://salsa.debian.org/med-team/hdmf/-/compare/213e623adaf95af5f1a144106ac857a0738070ef...717552a861e343a8987100910dad0f4eb830230c
--
View it on GitLab: https://salsa.debian.org/med-team/hdmf/-/compare/213e623adaf95af5f1a144106ac857a0738070ef...717552a861e343a8987100910dad0f4eb830230c
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/20231220/92414519/attachment-0001.htm>
More information about the debian-med-commit
mailing list