python-pyzmq: bump to version 14.3.1
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 24 Jul 2014 01:45:30 +0000 (21:45 -0400)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 24 Jul 2014 20:32:27 +0000 (22:32 +0200)
> Warning: Users of Python 3.4 should not use pyzmq < 14.3,
> due to changes in garbage collection.

Plus, there's some interesting stuff in 14.x.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/python-pyzmq/python-pyzmq.mk

index b792ee92b0d0301009987b2d91da696b22b1873a..2889241e6264302d32030b47ef9c4c581c94f363 100644 (file)
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-PYTHON_PYZMQ_VERSION = 13.1.0
+PYTHON_PYZMQ_VERSION = 14.3.1
 PYTHON_PYZMQ_SOURCE = pyzmq-$(PYTHON_PYZMQ_VERSION).tar.gz
 PYTHON_PYZMQ_SITE = http://pypi.python.org/packages/source/p/pyzmq/
 PYTHON_PYZMQ_LICENSE = LGPLv3+ BSD-3c Apache-2.0