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

Bug#860964: marked as done (unblock: astroquery/0.3.4+dfsg-3)



Your message dated Sat, 22 Apr 2017 20:04:42 +0000
with message-id <E1d21Gs-0006mT-LO@respighi.debian.org>
and subject line unblock astroquery
has caused the Debian Bug report #860964,
regarding unblock: astroquery/0.3.4+dfsg-3
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.)


-- 
860964: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=860964
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

Dear release team,

please unblock astroquery in the current freeze.

It solves #860709, "astroquery: FTBFS on i386: dh_auto_test: pybuild --test -i python{version} -p 2.7 returned exit code 13",
severity: serious.

Changelog entry:


astroquery (0.3.4+dfsg-3) unstable; urgency=medium

  * Fix test failures on 32 bits architectures (Closes: #860709)

 -- Vincent Prat <vinceprat@free.fr>  Sat, 22 Apr 2017 18:44:31 +0200


The debdiff is attached. Requested commands:

unblock astroquery/0.3.4+dfsg-3
diff -Nru astroquery-0.3.4+dfsg/debian/changelog astroquery-0.3.4+dfsg/debian/changelog
--- astroquery-0.3.4+dfsg/debian/changelog	2017-04-22 21:05:04.000000000 +0200
+++ astroquery-0.3.4+dfsg/debian/changelog	2017-04-22 19:50:19.000000000 +0200
@@ -1,3 +1,9 @@
+astroquery (0.3.4+dfsg-3) unstable; urgency=medium
+
+  * Fix test failures on 32 bits architectures (Closes: #860709)
+
+ -- Vincent Prat <vinceprat@free.fr>  Sat, 22 Apr 2017 18:44:31 +0200
+
 astroquery (0.3.4+dfsg-2) unstable; urgency=medium
 
   * Team upload.
diff -Nru astroquery-0.3.4+dfsg/debian/patches/fix_tests_32_bits astroquery-0.3.4+dfsg/debian/patches/fix_tests_32_bits
--- astroquery-0.3.4+dfsg/debian/patches/fix_tests_32_bits	1970-01-01 01:00:00.000000000 +0100
+++ astroquery-0.3.4+dfsg/debian/patches/fix_tests_32_bits	2017-04-22 19:44:20.000000000 +0200
@@ -0,0 +1,13 @@
+Author: Vincent Prat <vinceprat@free.fr>
+Description: Fix a series of test failures on 32 bits architectures
+--- a/astroquery/sdss/tests/test_sdss.py
++++ b/astroquery/sdss/tests/test_sdss.py
+@@ -140,6 +140,8 @@
+         for col in xid.colnames:
+             if xid[col].dtype.type is np.string_:
+                 assert xid[col] == data[col]
++            elif data[col].dtype.type is np.string_:
++                assert (map(np.string_,xid[col]) == data[col]).all()
+             else:
+                 assert_allclose(xid[col], data[col])
+ 
diff -Nru astroquery-0.3.4+dfsg/debian/patches/series astroquery-0.3.4+dfsg/debian/patches/series
--- astroquery-0.3.4+dfsg/debian/patches/series	2017-04-22 21:05:04.000000000 +0200
+++ astroquery-0.3.4+dfsg/debian/patches/series	2017-04-22 18:46:40.000000000 +0200
@@ -1,3 +1,4 @@
 pytest3
 no_auto_use_astropy_helpers.patch
 nvas_nonfree_imfits_test.patch
+fix_tests_32_bits

--- End Message ---
--- Begin Message ---
Unblocked astroquery.

--- End Message ---

Reply to: