[med-svn] [Git][med-team/nibabel][master] 3 commits: use dh-sequence-python3
Alexandre Detiste (@detiste-guest)
gitlab at salsa.debian.org
Sat Nov 30 23:51:51 GMT 2024
Alexandre Detiste pushed to branch master at Debian Med / nibabel
Commits:
6d50a1fe by Alexandre Detiste at 2024-12-01T00:29:13+01:00
use dh-sequence-python3
- - - - -
8044e186 by Alexandre Detiste at 2024-12-01T00:31:35+01:00
release
- - - - -
c615c661 by Alexandre Detiste at 2024-12-01T00:51:42+01:00
add post-release tweak
- - - - -
5 changed files:
- debian/changelog
- debian/control
- + debian/patches/pr1383.patch
- debian/patches/series
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,8 +1,10 @@
-nibabel (5.2.1-3) UNRELEASED; urgency=medium
+nibabel (5.3.2-1) unstable; urgency=medium
- * pytest-8.patch: document mitigations upstream.
+ * New upstream version 5.3.2 (Closes: #1088757)
+ * Refresh patches
+ * Use dh-sequence-python3
- -- Étienne Mollier <emollier at debian.org> Wed, 29 May 2024 11:53:40 +0200
+ -- Alexandre Detiste <tchet at debian.org> Sun, 01 Dec 2024 00:29:49 +0100
nibabel (5.2.1-2) unstable; urgency=medium
=====================================
debian/control
=====================================
@@ -6,7 +6,7 @@ Uploaders: Michael Hanke <michael.hanke at gmail.com>,
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
- dh-python,
+ dh-sequence-python3,
pybuild-plugin-pyproject,
python3-fuse,
python3-all,
=====================================
debian/patches/pr1383.patch
=====================================
@@ -0,0 +1,23 @@
+From 069942c59c69f4d29a2815399d9c987ec1f7d923 Mon Sep 17 00:00:00 2001
+From: Chris Markiewicz <markiewicz at stanford.edu>
+Date: Fri, 25 Oct 2024 11:33:07 -0400
+Subject: [PATCH] TEST: Replace dict literal with set()
+
+Closes gh-1382
+---
+ nibabel/tests/test_api_validators.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/nibabel/tests/test_api_validators.py b/nibabel/tests/test_api_validators.py
+index 2388089f2..d559fd632 100644
+--- a/nibabel/tests/test_api_validators.py
++++ b/nibabel/tests/test_api_validators.py
+@@ -99,7 +99,7 @@ class TestRunAllTests(ValidateAPI):
+ We check this in the module teardown function
+ """
+
+- run_tests = {}
++ run_tests = set()
+
+ def obj_params(self):
+ yield 1, 2
=====================================
debian/patches/series
=====================================
@@ -4,3 +4,4 @@ no_doc_sources
python3.10.patch
skip-test-removalschedule.patch
skip-armel-test-nan2zero.patch
+pr1383.patch
=====================================
debian/rules
=====================================
@@ -9,7 +9,7 @@ NIBABEL_MODULE_DIR=$(CURDIR)/debian/*/usr/lib/python*/dist-packages/nibabel
export MPLCONFIGDIR=$(CURDIR)/build
%:
- dh $@ --buildsystem=pybuild --builddirectory=build --with=python3
+ dh $@ --buildsystem=pybuild --builddirectory=build
execute_after_dh_auto_build:
PYTHONPATH=$(CURDIR) \
View it on GitLab: https://salsa.debian.org/med-team/nibabel/-/compare/1e309442d2aaa8fb6a2a7c866ac36dc04008a0ee...c615c6613197b0d5b8183180265075b9b8a3c4d7
--
View it on GitLab: https://salsa.debian.org/med-team/nibabel/-/compare/1e309442d2aaa8fb6a2a7c866ac36dc04008a0ee...c615c6613197b0d5b8183180265075b9b8a3c4d7
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/20241130/4c52ca69/attachment-0001.htm>
More information about the debian-med-commit
mailing list