[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#924671: marked as done (unblock: skimage/0.14.2-2)



Your message dated Fri, 15 Mar 2019 19:51:05 +0100
with message-id <c0b34c8e-0379-8a70-9999-03da52225a21@debian.org>
and subject line Re: Bug#924671: unblock: skimage/0.14.2-2
has caused the Debian Bug report #924671,
regarding unblock: skimage/0.14.2-2
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
924671: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=924671
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock

Please unblock package skimage.

The package fixes the important bug #924606, "skimage: autopkgtest needs
update for new version of python-scipy: ValueError: No warning raised
matching: matrix subclass". The debdiff is attached. The package
currently fails on the testing CI, because it is still tested against
the old python-scipy (which was the cause of the bug). Once python-scipy
migrated, the test will succeed (see result in unstable).

unblock skimage/0.14.2-2

Best regards

Ole

diff -Nru skimage-0.14.2/debian/changelog skimage-0.14.2/debian/changelog
--- skimage-0.14.2/debian/changelog	2019-02-08 20:32:08.000000000 +0100
+++ skimage-0.14.2/debian/changelog	2019-03-14 22:58:01.000000000 +0100
@@ -1,3 +1,10 @@
+skimage (0.14.2-2) unstable; urgency=medium
+
+  * Team upload
+  * Disable numpy matrix deprecation warnings (Closes: #924606)
+
+ -- Ole Streicher <olebole@debian.org>  Thu, 14 Mar 2019 22:58:01 +0100
+
 skimage (0.14.2-1) unstable; urgency=medium
 
   * Team upload
diff -Nru skimage-0.14.2/debian/patches/no-numpy-warnings.patch skimage-0.14.2/debian/patches/no-numpy-warnings.patch
--- skimage-0.14.2/debian/patches/no-numpy-warnings.patch	1970-01-01 01:00:00.000000000 +0100
+++ skimage-0.14.2/debian/patches/no-numpy-warnings.patch	2019-03-14 22:56:59.000000000 +0100
@@ -0,0 +1,23 @@
+From: Ole Streicher <olebole@debian.org>
+Date: Thu, 14 Mar 2019 22:53:56 +0100
+Subject: Disable numpy matrix deprecation warnings
+
+Numpy matrix deprecation warnings are disabled by python-scipy 1.1.0-4,
+so we shall make sure that the tests don't fail then.
+
+Closes: #924606
+
+--- a/skimage/segmentation/tests/test_random_walker.py
++++ b/skimage/segmentation/tests/test_random_walker.py
+@@ -15,10 +15,7 @@
+ PYAMG_MISSING_WARNING = r'pyamg|\A\Z'
+ PYAMG_OR_SCIPY_WARNING = SCIPY_RANK_WARNING + '|' + PYAMG_MISSING_WARNING
+ 
+-if (Version(np.__version__) >= '1.15.0'):
+-    NUMPY_MATRIX_WARNING = 'matrix subclass'
+-else:
+-    NUMPY_MATRIX_WARNING = None
++NUMPY_MATRIX_WARNING = None
+ 
+ 
+ def make_2d_syntheticdata(lx, ly=None):
diff -Nru skimage-0.14.2/debian/patches/series skimage-0.14.2/debian/patches/series
--- skimage-0.14.2/debian/patches/series	2019-02-08 20:32:08.000000000 +0100
+++ skimage-0.14.2/debian/patches/series	2019-03-14 22:49:00.000000000 +0100
@@ -5,3 +5,4 @@
 Allow-warnings-on-dask.patch
 Don-t-download-intersphinx-mapping.patch
 fix-wrong-condition-on-prebuilt-c-files.patch
+no-numpy-warnings.patch

--- End Message ---
--- Begin Message ---
On 15-03-2019 17:24, Ole Streicher wrote:
> unblock skimage/0.14.2-2

unblocked

Paul


Attachment: signature.asc
Description: OpenPGP digital signature


--- End Message ---

Reply to: