Commit adceeca6 authored by Philippe Proulx's avatar Philippe Proulx Committed by Thomas Petazzoni
Browse files

python-pyzmq: bump to version 14.3.1



> 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: default avatarPhilippe Proulx <eeppeliteloop@gmail.com>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent 827ba100
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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