[Python-modules-commits] r28765 - in packages/pyzmq/trunk/debian (2 files)
jtaylor-guest at users.alioth.debian.org
jtaylor-guest at users.alioth.debian.org
Sat May 3 16:12:02 UTC 2014
Date: Saturday, May 3, 2014 @ 16:12:01
Author: jtaylor-guest
Revision: 28765
New upstream release
Modified:
packages/pyzmq/trunk/debian/changelog
packages/pyzmq/trunk/debian/patches/noncopysend-test.patch
Modified: packages/pyzmq/trunk/debian/changelog
===================================================================
--- packages/pyzmq/trunk/debian/changelog 2014-05-03 16:03:27 UTC (rev 28764)
+++ packages/pyzmq/trunk/debian/changelog 2014-05-03 16:12:01 UTC (rev 28765)
@@ -1,3 +1,9 @@
+pyzmq (14.2.0-1) unstable; urgency=medium
+
+ * New upstream release
+
+ -- Julian Taylor <jtaylor.debian at googlemail.com> Sat, 03 May 2014 17:45:57 +0200
+
pyzmq (14.1.1-1) unstable; urgency=medium
* New upstream release
Modified: packages/pyzmq/trunk/debian/patches/noncopysend-test.patch
===================================================================
--- packages/pyzmq/trunk/debian/patches/noncopysend-test.patch 2014-05-03 16:03:27 UTC (rev 28764)
+++ packages/pyzmq/trunk/debian/patches/noncopysend-test.patch 2014-05-03 16:12:01 UTC (rev 28765)
@@ -5,11 +5,11 @@
--- a/zmq/tests/test_message.py
+++ b/zmq/tests/test_message.py
-@@ -340,10 +340,8 @@ class TestFrame(BaseZMQTestCase):
+@@ -336,10 +336,8 @@ class TestFrame(BaseZMQTestCase):
for i in range(1,len(shapes)+1):
shape = shapes[:i]
for dt in dtypes:
-- A = numpy.ndarray(shape, dtype=dt)
+- A = numpy.empty(shape, dtype=dt)
- while numpy.isnan(A).any():
- # don't let nan sneak in
- A = numpy.ndarray(shape, dtype=dt)
More information about the Python-modules-commits
mailing list