Bug#943135: numba: Python2 removal in sid/bullseye - reopen 943135
peter green
plugwash at p10link.net
Sun Apr 26 00:35:02 BST 2020
severity 943135 serious
tags 943135 +patch
thanks
> This bug was closed, but the package has still some dependencies towards
> Python2 packages, in details:
>
> (source:numba)Testsuite-Triggers->python-all-dev
> (source:numba)Testsuite-Triggers->python-funcsigs
> (source:numba)Testsuite-Triggers->python-numba
> (source:numba)Testsuite-Triggers->python-singledispatch
> (binary:numba-doc)Recommends->python-numba
>
> Re-opening, so that they can be taken care of.
I attatch a debdiff cleaning up the remaining python2 stuff.
Bumping severity to serious because the python2 leftovers are causing a autopkgtest failure which the release team now consider rc.
I may or may not NMU this later.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-science-maintainers/attachments/20200426/ae0da9c4/attachment.html>
-------------- next part --------------
diff -Nru numba-0.48.0/debian/changelog numba-0.48.0/debian/changelog
--- numba-0.48.0/debian/changelog 2020-02-13 11:09:45.000000000 +0000
+++ numba-0.48.0/debian/changelog 2020-04-25 18:22:26.000000000 +0000
@@ -1,3 +1,11 @@
+numba (0.48.0-1.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Remove autopkgtest for removed python-numba package.
+ * Remove reccomends on removed python-numba package.
+
+ -- Peter Michael Green <plugwash at debian.org> Sat, 25 Apr 2020 18:22:26 +0000
+
numba (0.48.0-1) unstable; urgency=medium
* New upstream version 0.48.0
diff -Nru numba-0.48.0/debian/control numba-0.48.0/debian/control
--- numba-0.48.0/debian/control 2020-02-13 11:04:02.000000000 +0000
+++ numba-0.48.0/debian/control 2020-04-25 18:21:48.000000000 +0000
@@ -51,7 +51,6 @@
${sphinxdoc:Depends},
${misc:Depends}
Recommends:
- python-numba,
python3-numba
Description: native machine code compiler for Python (docs)
Numba compiles native machine code instructions from Python programs at
diff -Nru numba-0.48.0/debian/tests/control numba-0.48.0/debian/tests/control
--- numba-0.48.0/debian/tests/control 2019-11-24 05:52:38.000000000 +0000
+++ numba-0.48.0/debian/tests/control 2020-04-25 18:21:26.000000000 +0000
@@ -1,5 +1,3 @@
-Tests: python-numba
-Depends: python-numba, python-all-dev, python-funcsigs, python-singledispatch
Tests: python3-numba
Depends: python3-numba, python3-all-dev
diff -Nru numba-0.48.0/debian/tests/python-numba numba-0.48.0/debian/tests/python-numba
--- numba-0.48.0/debian/tests/python-numba 2019-11-24 05:52:38.000000000 +0000
+++ numba-0.48.0/debian/tests/python-numba 1970-01-01 00:00:00.000000000 +0000
@@ -1,4 +0,0 @@
-#!/bin/sh
-set -e
-cd "$AUTOPKGTEST_TMP" # run on installed package
-for py in $(pyversions -i); do echo "[*] Testing with $py:"; $py -Wd -m numba.runtests -v -m 2>&1; done
More information about the debian-science-maintainers
mailing list