[med-svn] [Git][med-team/obitools][master] 2 commits: Add patch for compatibility to Python 3.13
Stuart Prescott (@stuart)
gitlab at salsa.debian.org
Fri Jan 10 13:27:01 GMT 2025
Stuart Prescott pushed to branch master at Debian Med / obitools
Commits:
2372f1cf by Stuart Prescott at 2025-01-10T23:52:35+11:00
Add patch for compatibility to Python 3.13
- - - - -
74c4d1f7 by Stuart Prescott at 2025-01-10T23:52:53+11:00
Add changelog for upload
- - - - -
3 changed files:
- debian/changelog
- + debian/patches/python3.13
- debian/patches/series
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+obitools (3.0.1~b26+dfsg-4) unstable; urgency=medium
+
+ * Team upload.
+ * Add patch to fix FTBFS with Python 3.13 as the default (Closes: #1092065).
+
+ -- Stuart Prescott <stuart at debian.org> Fri, 10 Jan 2025 23:52:37 +1100
+
obitools (3.0.1~b26+dfsg-3) unstable; urgency=medium
* Team upload.
=====================================
debian/patches/python3.13
=====================================
@@ -0,0 +1,11 @@
+--- a/python/obitools3/apps/progress.pxd
++++ b/python/obitools3/apps/progress.pxd
+@@ -10,7 +10,7 @@
+ cdef extern from "unistd.h":
+ int fsync(int fd);
+
+-cdef extern from "time.h":
++cdef extern from "sys/time.h":
+ struct tm :
+ int tm_yday
+ int tm_hour
=====================================
debian/patches/series
=====================================
@@ -3,3 +3,4 @@ no_cython_in_binary_package.patch
any_arch
no-rpath
python3.12
+python3.13
View it on GitLab: https://salsa.debian.org/med-team/obitools/-/compare/6a4d6a742782074455460027e04bd1572a81ccad...74c4d1f747a6aee6809b579dd2cdd37d65d9ca38
--
View it on GitLab: https://salsa.debian.org/med-team/obitools/-/compare/6a4d6a742782074455460027e04bd1572a81ccad...74c4d1f747a6aee6809b579dd2cdd37d65d9ca38
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/20250110/76db4132/attachment-0001.htm>
More information about the debian-med-commit
mailing list