All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] python-pyzmq: bump to version 14.3.1
@ 2014-07-24  1:45 Philippe Proulx
  2014-07-24 20:32 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Philippe Proulx @ 2014-07-24  1:45 UTC (permalink / raw)
  To: buildroot

From PyZMQ's changelog:

> 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>
---
 package/python-pyzmq/python-pyzmq.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/python-pyzmq/python-pyzmq.mk b/package/python-pyzmq/python-pyzmq.mk
index b792ee9..2889241 100644
--- a/package/python-pyzmq/python-pyzmq.mk
+++ b/package/python-pyzmq/python-pyzmq.mk
@@ -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
-- 
2.0.2

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Buildroot] [PATCH] python-pyzmq: bump to version 14.3.1
  2014-07-24  1:45 [Buildroot] [PATCH] python-pyzmq: bump to version 14.3.1 Philippe Proulx
@ 2014-07-24 20:32 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2014-07-24 20:32 UTC (permalink / raw)
  To: buildroot

Dear Philippe Proulx,

On Wed, 23 Jul 2014 21:45:30 -0400, Philippe Proulx wrote:
> From PyZMQ's changelog:
> 
> > 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>
> ---
>  package/python-pyzmq/python-pyzmq.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-07-24 20:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-24  1:45 [Buildroot] [PATCH] python-pyzmq: bump to version 14.3.1 Philippe Proulx
2014-07-24 20:32 ` Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.