[med-svn] [Git][med-team/nipy][master] 3 commits: d/control: add myself to uploaders.
Étienne Mollier (@emollier)
gitlab at salsa.debian.org
Wed Jan 11 22:08:01 GMT 2023
Étienne Mollier pushed to branch master at Debian Med / nipy
Commits:
9d1ab176 by Étienne Mollier at 2023-01-11T20:57:52+01:00
d/control: add myself to uploaders.
- - - - -
b9a61394 by Étienne Mollier at 2023-01-11T23:05:24+01:00
d/rules: dynamically patch numpy aliases.
This is a first step to address ftbfs with numpy 1.24, but there is
still at least one issue of inhomogeneity in a formula test.
- - - - -
8872c015 by Étienne Mollier at 2023-01-11T23:07:08+01:00
initialise changelog.
- - - - -
3 changed files:
- debian/changelog
- debian/control
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+nipy (0.5.0-6) UNRELEASED; urgency=medium
+
+ * d/control: add myself to uploaders.
+ * d/rules: dynamically patch numpy aliases.
+
+ -- Étienne Mollier <emollier at debian.org> Wed, 11 Jan 2023 23:06:56 +0100
+
nipy (0.5.0-5) unstable; urgency=medium
* Team upload.
=====================================
debian/control
=====================================
@@ -1,7 +1,8 @@
Source: nipy
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
Uploaders: Yaroslav Halchenko <debian at onerussian.com>,
- Michael Hanke <michael.hanke at gmail.com>
+ Michael Hanke <michael.hanke at gmail.com>,
+ Étienne Mollier <emollier at debian.org>
Section: python
Testsuite: autopkgtest-pkg-python
Priority: optional
=====================================
debian/rules
=====================================
@@ -39,6 +39,11 @@ manpages:
done
execute_before_dh_auto_build:
+ # FIXME: this probably ought to be forwarded upstream:
+ @echo 'W: Frightening monkey patch following numpy 1.24, see #1027255.'
+ find -type f -name '*.py' -or -name '*.pyx' -or -name '*.c' \
+ | xargs sed -i \
+ 's/\<np\.\(object\|bool\|float\|complex\|str\|int\)\>/\1/g'
@echo 'I: Force regeneration of C code resulting from .pyx files'
find $(CURDIR)/nipy/ -name '*.pyx' -exec cython3 '{}' ';'
View it on GitLab: https://salsa.debian.org/med-team/nipy/-/compare/6121b714fcc8042e26e69d13c8dfa9b09443f320...8872c0155f48fbc5c6768c4b7cfd7f5d0f0eff99
--
View it on GitLab: https://salsa.debian.org/med-team/nipy/-/compare/6121b714fcc8042e26e69d13c8dfa9b09443f320...8872c0155f48fbc5c6768c4b7cfd7f5d0f0eff99
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/20230111/ee147853/attachment-0001.htm>
More information about the debian-med-commit
mailing list