[med-svn] [Git][med-team/pycorrfit][master] Add python3-zombie-imp on d/control and autokgtest still
vimerbf (@vimerbf-guest)
gitlab at salsa.debian.org
Thu Jul 4 07:29:07 BST 2024
vimerbf pushed to branch master at Debian Med / pycorrfit
Commits:
ec22d56a by Bo YU at 2024-07-04T14:28:31+08:00
Add python3-zombie-imp on d/control and autokgtest still
Signed-off-by: Bo YU <tsu.yubo at gmail.com>
- - - - -
5 changed files:
- debian/changelog
- debian/control
- debian/patches/series
- − debian/patches/use-importlib.patch
- debian/tests/control
Changes:
=====================================
debian/changelog
=====================================
@@ -3,8 +3,8 @@ pycorrfit (1.1.7+dfsg-3) unstable; urgency=medium
* Team upload.
[ Bo YU]
- * Add use-importlib.patch to workaround to fix ftbfs.
- (Closes: #1074222). Thanks Andreas Tille working on this.
+ * Add python3-zombie-imp to workaround to fix ftbfs.
+ (Closes: #1074222). Thanks Andreas Tille and Alexandre Detiste.
[ Andreas Tille ]
* Standards-Version: 4.7.0 (routine-update)
=====================================
debian/control
=====================================
@@ -27,6 +27,7 @@ Build-Depends: cython3,
texlive-latex-extra,
texlive-latex-recommended,
texlive-science,
+ python3-zombie-imp,
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/med-team/pycorrfit
Vcs-Git: https://salsa.debian.org/med-team/pycorrfit.git
=====================================
debian/patches/series
=====================================
@@ -1,2 +1 @@
-use-importlib.patch
fix_doc.patch
=====================================
debian/patches/use-importlib.patch deleted
=====================================
@@ -1,18 +0,0 @@
-Description: fix ftbfs on python3.12
-Author: Bo YU <tsu.yubo at gmail.com>
-Bug: https://bugs.debian.org/1074222
-Forwarded: https://github.com/FCS-analysis/PyCorrFit/issues/208
-Last-Update: 2024-07-02
----
-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
---- a/pycorrfit/_version.py
-+++ b/pycorrfit/_version.py
-@@ -12,7 +12,7 @@
- # Put the entire script into a `True` statement and add the hint
- # `pragma: no cover` to ignore code coverage here.
- if True: # pragma: no cover
-- import imp
-+ import importlib
- import os
- from os.path import abspath, basename, dirname, join
- import subprocess
=====================================
debian/tests/control
=====================================
@@ -1,3 +1,3 @@
Tests: pycorrfit-autopkgtests
Restrictions: allow-stderr
-Depends: @, python3-pytest
+Depends: @, python3-pytest, python3-zombie-imp
View it on GitLab: https://salsa.debian.org/med-team/pycorrfit/-/commit/ec22d56a7d6edb2d6d44858dc5ed4a1a76562ddc
--
This project does not include diff previews in email notifications.
View it on GitLab: https://salsa.debian.org/med-team/pycorrfit/-/commit/ec22d56a7d6edb2d6d44858dc5ed4a1a76562ddc
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/20240704/5d9155cc/attachment-0001.htm>
More information about the debian-med-commit
mailing list