Control: tags -1 patch

On Sun, 26 Nov 2023 10:06:52 +0000 Matthias Klose wrote:
If the package cannot be built with cython 3.0.5, please change the
build dependency from cython3 to cython3-legacy (available now in
unstable).  There is no replacement for cython3-dbg.

The attached patch switches to cython3-legacy as the short term workaround.

The package still fails to build due to #1042683.

Kind Regards,

Bas

--
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1
diff -Nru sagemath-9.5/debian/changelog sagemath-9.5/debian/changelog
--- sagemath-9.5/debian/changelog       2023-02-07 16:47:13.000000000 +0100
+++ sagemath-9.5/debian/changelog       2023-12-10 14:15:34.000000000 +0100
@@ -1,3 +1,10 @@
+sagemath (9.5-6.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Switch to cython3-legacy.
+
+ -- Bas Couwenberg <sebas...@debian.org>  Sun, 10 Dec 2023 14:15:34 +0100
+
 sagemath (9.5-6) unstable; urgency=high
 
   * Add patches to fix builds on i386 and arm64:
diff -Nru sagemath-9.5/debian/control sagemath-9.5/debian/control
--- sagemath-9.5/debian/control 2023-02-07 16:47:13.000000000 +0100
+++ sagemath-9.5/debian/control 2023-12-10 14:15:34.000000000 +0100
@@ -161,7 +161,7 @@
  python3-nbformat,
  python3-notebook (>= 4.2.3-3),
 # Python dependencies from sagelib's install_requires:
- cython3 (>= 0.29.1),
+ cython3-legacy (>= 0.29.1),
  python3-cypari2 (>= 2.1),
  python3-fpylll (>= 0.4.1),
  python3-gmpy2,
diff -Nru sagemath-9.5/debian/control.in sagemath-9.5/debian/control.in
--- sagemath-9.5/debian/control.in      2023-02-07 00:15:21.000000000 +0100
+++ sagemath-9.5/debian/control.in      2023-12-10 14:15:34.000000000 +0100
@@ -27,7 +27,7 @@
  RUNTIME_RECOMMENDS
  JUPYTER_DEPENDS
 # Python dependencies from sagelib's install_requires:
- cython3 (>= 0.29.1),
+ cython3-legacy (>= 0.29.1),
  python3-cypari2 (>= 2.1),
  python3-fpylll (>= 0.4.1),
  python3-gmpy2,

Reply via email to