Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] python-tornado: bump to 4.1
@ 2015-03-24 19:50 Yegor Yefremov
  2015-03-24 19:50 ` [Buildroot] [PATCH 2/2] python-lxml: bump to 3.4.2 Yegor Yefremov
  2015-03-24 23:51 ` [Buildroot] [PATCH 1/2] python-tornado: bump to 4.1 Thomas Petazzoni
  0 siblings, 2 replies; 3+ messages in thread
From: Yegor Yefremov @ 2015-03-24 19:50 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
---
 package/python-tornado/python-tornado.hash | 2 +-
 package/python-tornado/python-tornado.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/python-tornado/python-tornado.hash b/package/python-tornado/python-tornado.hash
index f5234d5..72748ab 100644
--- a/package/python-tornado/python-tornado.hash
+++ b/package/python-tornado/python-tornado.hash
@@ -1,2 +1,2 @@
 # Locally computed:
-sha256  900c5124ebdb6598ca8e8a0c5888f41a5f14117952d5515258e3d20222b21bfa  tornado-4.0.2.tar.gz
+sha256  99abd3aede45c93739346ee7384e710120121c3744da155d5cff1c0101702228  tornado-4.1.tar.gz
diff --git a/package/python-tornado/python-tornado.mk b/package/python-tornado/python-tornado.mk
index 5b88dd6..2300579 100644
--- a/package/python-tornado/python-tornado.mk
+++ b/package/python-tornado/python-tornado.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-PYTHON_TORNADO_VERSION = 4.0.2
+PYTHON_TORNADO_VERSION = 4.1
 PYTHON_TORNADO_SOURCE = tornado-$(PYTHON_TORNADO_VERSION).tar.gz
 PYTHON_TORNADO_SITE = https://pypi.python.org/packages/source/t/tornado
 PYTHON_TORNADO_LICENSE = Apache-2.0
-- 
2.1.0

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

* [Buildroot] [PATCH 2/2] python-lxml: bump to 3.4.2
  2015-03-24 19:50 [Buildroot] [PATCH 1/2] python-tornado: bump to 4.1 Yegor Yefremov
@ 2015-03-24 19:50 ` Yegor Yefremov
  2015-03-24 23:51 ` [Buildroot] [PATCH 1/2] python-tornado: bump to 4.1 Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Yegor Yefremov @ 2015-03-24 19:50 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
---
 package/python-lxml/python-lxml.hash | 2 +-
 package/python-lxml/python-lxml.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/python-lxml/python-lxml.hash b/package/python-lxml/python-lxml.hash
index 470a245..e5d5766 100644
--- a/package/python-lxml/python-lxml.hash
+++ b/package/python-lxml/python-lxml.hash
@@ -1,2 +1,2 @@
 # Locally computed
-sha256  069594837d0376a1bacf5cc42aa9a1be2e1c1396dc62f7d07f7358afecd34adf  lxml-3.4.1.tgz
+sha256  c7d5990298af6ffb00312973a25f0cc917a6368126dd40eaab41d78d3e1ea25d  lxml-3.4.2.tgz
diff --git a/package/python-lxml/python-lxml.mk b/package/python-lxml/python-lxml.mk
index e7222e8..5dcc4ca 100644
--- a/package/python-lxml/python-lxml.mk
+++ b/package/python-lxml/python-lxml.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-PYTHON_LXML_VERSION = 3.4.1
+PYTHON_LXML_VERSION = 3.4.2
 PYTHON_LXML_SITE = http://lxml.de/files
 PYTHON_LXML_SOURCE = lxml-$(PYTHON_LXML_VERSION).tgz
 
-- 
2.1.0

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

* [Buildroot] [PATCH 1/2] python-tornado: bump to 4.1
  2015-03-24 19:50 [Buildroot] [PATCH 1/2] python-tornado: bump to 4.1 Yegor Yefremov
  2015-03-24 19:50 ` [Buildroot] [PATCH 2/2] python-lxml: bump to 3.4.2 Yegor Yefremov
@ 2015-03-24 23:51 ` Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2015-03-24 23:51 UTC (permalink / raw)
  To: buildroot

Dear Yegor Yefremov,

On Tue, 24 Mar 2015 20:50:49 +0100, Yegor Yefremov wrote:
> Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
> ---
>  package/python-tornado/python-tornado.hash | 2 +-
>  package/python-tornado/python-tornado.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

Both patches applied, thanks.

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

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

end of thread, other threads:[~2015-03-24 23:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-24 19:50 [Buildroot] [PATCH 1/2] python-tornado: bump to 4.1 Yegor Yefremov
2015-03-24 19:50 ` [Buildroot] [PATCH 2/2] python-lxml: bump to 3.4.2 Yegor Yefremov
2015-03-24 23:51 ` [Buildroot] [PATCH 1/2] python-tornado: bump to 4.1 Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox