Bug#1058472: ffcv: diff for NMU version 1.0.0+git20240202+ds-2.1
Control: tags 1058472 + patch
Dear maintainer,
I've uploaded an NMU for ffcv (versioned as 1.0.0+git20240202+ds-2.1).
The diff is attached to this message.
cu
Adrian
diffstat for ffcv-1.0.0+git20240202+ds ffcv-1.0.0+git20240202+ds
changelog | 8 ++++++++
patches/no-numba.patch | 12 ++++++++++++
patches/series | 1 +
3 files changed, 21 insertions(+)
diff -Nru ffcv-1.0.0+git20240202+ds/debian/changelog ffcv-1.0.0+git20240202+ds/debian/changelog
--- ffcv-1.0.0+git20240202+ds/debian/changelog 2024-07-16 17:16:54.000000000 +0300
+++ ffcv-1.0.0+git20240202+ds/debian/changelog 2025-04-11 16:09:30.000000000 +0300
@@ -1,3 +1,11 @@
+ffcv (1.0.0+git20240202+ds-2.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Also drop the runtime dependency on python3-numba.
+ (Closes: #1058472)
+
+ -- Adrian Bunk <bunk@debian.org> Fri, 11 Apr 2025 16:09:30 +0300
+
ffcv (1.0.0+git20240202+ds-2) unstable; urgency=medium
* Bump standards version to 4.7.0.
diff -Nru ffcv-1.0.0+git20240202+ds/debian/patches/no-numba.patch ffcv-1.0.0+git20240202+ds/debian/patches/no-numba.patch
--- ffcv-1.0.0+git20240202+ds/debian/patches/no-numba.patch 1970-01-01 02:00:00.000000000 +0200
+++ ffcv-1.0.0+git20240202+ds/debian/patches/no-numba.patch 2025-04-11 16:09:30.000000000 +0300
@@ -0,0 +1,12 @@
+Description: Drop the runtime dependency on python3-numba
+Author: Adrian Bunk <bunk@debian.org>
+Bug-Debian: https://bugs.debian.org/1058472
+
+--- ffcv-1.0.0+git20240202+ds.orig/setup.py
++++ ffcv-1.0.0+git20240202+ds/setup.py
+@@ -120,5 +120,4 @@ setup(name='ffcv',
+ 'assertpy',
+ 'tqdm',
+ 'psutil',
+- 'numba',
+ ])
diff -Nru ffcv-1.0.0+git20240202+ds/debian/patches/series ffcv-1.0.0+git20240202+ds/debian/patches/series
--- ffcv-1.0.0+git20240202+ds/debian/patches/series 1970-01-01 02:00:00.000000000 +0200
+++ ffcv-1.0.0+git20240202+ds/debian/patches/series 2025-04-11 16:09:30.000000000 +0300
@@ -0,0 +1 @@
+no-numba.patch
Reply to: