All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/3] python-lxml: bump to version 3.6.4
@ 2016-09-20  9:43 yegorslists at googlemail.com
  2016-09-20  9:43 ` [Buildroot] [PATCH 2/3] python-netifaces: bump to version 0.10.5 yegorslists at googlemail.com
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: yegorslists at googlemail.com @ 2016-09-20  9:43 UTC (permalink / raw)
  To: buildroot

From: Yegor Yefremov <yegorslists@googlemail.com>

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 4cace8e..656c01f 100644
--- a/package/python-lxml/python-lxml.hash
+++ b/package/python-lxml/python-lxml.hash
@@ -1,2 +1,2 @@
 # Locally computed
-sha256  9c74ca28a7f0c30dca8872281b3c47705e21217c8bc63912d95c9e2a7cac6bdf  lxml-3.6.0.tgz
+sha256  61d5d3e00b5821e6cda099b3b4ccfea4527bf7c595e0fb3a7a760490cedd6172  lxml-3.6.4.tgz
diff --git a/package/python-lxml/python-lxml.mk b/package/python-lxml/python-lxml.mk
index 039fadd..b117ec8 100644
--- a/package/python-lxml/python-lxml.mk
+++ b/package/python-lxml/python-lxml.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-PYTHON_LXML_VERSION = 3.6.0
+PYTHON_LXML_VERSION = 3.6.4
 PYTHON_LXML_SITE = http://lxml.de/files
 PYTHON_LXML_SOURCE = lxml-$(PYTHON_LXML_VERSION).tgz
 
-- 
2.1.4

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

* [Buildroot] [PATCH 2/3] python-netifaces: bump to version 0.10.5
  2016-09-20  9:43 [Buildroot] [PATCH 1/3] python-lxml: bump to version 3.6.4 yegorslists at googlemail.com
@ 2016-09-20  9:43 ` yegorslists at googlemail.com
  2016-09-20 10:26   ` Peter Korsgaard
  2016-09-20  9:43 ` [Buildroot] [PATCH 3/3] python-cffi: bump to version 1.8.3 yegorslists at googlemail.com
  2016-09-20 10:26 ` [Buildroot] [PATCH 1/3] python-lxml: bump to version 3.6.4 Peter Korsgaard
  2 siblings, 1 reply; 6+ messages in thread
From: yegorslists at googlemail.com @ 2016-09-20  9:43 UTC (permalink / raw)
  To: buildroot

From: Yegor Yefremov <yegorslists@googlemail.com>

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

diff --git a/package/python-netifaces/python-netifaces.hash b/package/python-netifaces/python-netifaces.hash
index aebfdf6..6f3e358 100644
--- a/package/python-netifaces/python-netifaces.hash
+++ b/package/python-netifaces/python-netifaces.hash
@@ -1,3 +1,3 @@
-# md5 from https://pypi.python.org/pypi?:action=show_md5&digest=36da76e2cfadd24cc7510c2c0012eb1e, sha256 locally computed
-md5     36da76e2cfadd24cc7510c2c0012eb1e                                  netifaces-0.10.4.tar.gz
-sha256  9656a169cb83da34d732b0eb72b39373d48774aee009a3d1272b7ea2ce109cde  netifaces-0.10.4.tar.gz
+# md5 from https://pypi.python.org/pypi/netifaces/json, sha256 locally computed
+md5     5b4d1f1310ed279e6df27ef3a9b71519                                  netifaces-0.10.5.tar.gz
+sha256  59d8ad52dd3116fcb6635e175751b250dc783fb011adba539558bd764e5d628b  netifaces-0.10.5.tar.gz
diff --git a/package/python-netifaces/python-netifaces.mk b/package/python-netifaces/python-netifaces.mk
index 2c51ce0..3e01c24 100644
--- a/package/python-netifaces/python-netifaces.mk
+++ b/package/python-netifaces/python-netifaces.mk
@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-PYTHON_NETIFACES_VERSION = 0.10.4
+PYTHON_NETIFACES_VERSION = 0.10.5
 PYTHON_NETIFACES_SOURCE = netifaces-$(PYTHON_NETIFACES_VERSION).tar.gz
-PYTHON_NETIFACES_SITE = https://pypi.python.org/packages/source/n/netifaces
+PYTHON_NETIFACES_SITE = https://pypi.python.org/packages/a7/4c/8e0771a59fd6e55aac993a7cc1b6a0db993f299514c464ae6a1ecf83b31d
 PYTHON_NETIFACES_LICENSE = MIT
 PYTHON_NETIFACES_LICENSE_FILES = README.rst
 PYTHON_NETIFACES_SETUP_TYPE = setuptools
-- 
2.1.4

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

* [Buildroot] [PATCH 3/3] python-cffi: bump to version 1.8.3
  2016-09-20  9:43 [Buildroot] [PATCH 1/3] python-lxml: bump to version 3.6.4 yegorslists at googlemail.com
  2016-09-20  9:43 ` [Buildroot] [PATCH 2/3] python-netifaces: bump to version 0.10.5 yegorslists at googlemail.com
@ 2016-09-20  9:43 ` yegorslists at googlemail.com
  2016-09-20 10:26   ` Peter Korsgaard
  2016-09-20 10:26 ` [Buildroot] [PATCH 1/3] python-lxml: bump to version 3.6.4 Peter Korsgaard
  2 siblings, 1 reply; 6+ messages in thread
From: yegorslists at googlemail.com @ 2016-09-20  9:43 UTC (permalink / raw)
  To: buildroot

From: Yegor Yefremov <yegorslists@googlemail.com>

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

diff --git a/package/python-cffi/python-cffi.hash b/package/python-cffi/python-cffi.hash
index 125c93e..39065bc 100644
--- a/package/python-cffi/python-cffi.hash
+++ b/package/python-cffi/python-cffi.hash
@@ -1,4 +1,3 @@
-# From https://pypi.python.org/pypi?:action=show_md5&digest=2fae9160991afefb20ff0fbde3b14faf
-md5  2fae9160991afefb20ff0fbde3b14faf  cffi-1.6.0.tar.gz
-# Calculated based on the hash above
-sha256	 a7f75c4ef2362c0a0e54657add0a6c509fecbfa3b3807bc0925f5cb1c9f927db  cffi-1.6.0.tar.gz
+# md5 from https://pypi.python.org/pypi/cffi/json, sha256 locally computed
+md5  c8e877fe0426a99d0cf5872cf2f95b27  cffi-1.8.3.tar.gz
+sha256	 c321bd46faa7847261b89c0469569530cad5a41976bb6dba8202c0159f476568  cffi-1.8.3.tar.gz
diff --git a/package/python-cffi/python-cffi.mk b/package/python-cffi/python-cffi.mk
index 3c2d534..d348695 100644
--- a/package/python-cffi/python-cffi.mk
+++ b/package/python-cffi/python-cffi.mk
@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-PYTHON_CFFI_VERSION = 1.6.0
+PYTHON_CFFI_VERSION = 1.8.3
 PYTHON_CFFI_SOURCE = cffi-$(PYTHON_CFFI_VERSION).tar.gz
-PYTHON_CFFI_SITE = https://pypi.python.org/packages/b6/98/11feff87072e2e640fb8320712b781eccdef05d588618915236b32289d5a
+PYTHON_CFFI_SITE = https://pypi.python.org/packages/0a/f3/686af8873b70028fccf67b15c78fd4e4667a3da995007afc71e786d61b0a
 PYTHON_CFFI_SETUP_TYPE = setuptools
 PYTHON_CFFI_DEPENDENCIES = host-pkgconf libffi
 PYTHON_CFFI_LICENSE = MIT
-- 
2.1.4

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

* [Buildroot] [PATCH 1/3] python-lxml: bump to version 3.6.4
  2016-09-20  9:43 [Buildroot] [PATCH 1/3] python-lxml: bump to version 3.6.4 yegorslists at googlemail.com
  2016-09-20  9:43 ` [Buildroot] [PATCH 2/3] python-netifaces: bump to version 0.10.5 yegorslists at googlemail.com
  2016-09-20  9:43 ` [Buildroot] [PATCH 3/3] python-cffi: bump to version 1.8.3 yegorslists at googlemail.com
@ 2016-09-20 10:26 ` Peter Korsgaard
  2 siblings, 0 replies; 6+ messages in thread
From: Peter Korsgaard @ 2016-09-20 10:26 UTC (permalink / raw)
  To: buildroot

>>>>> "yegorslists" == yegorslists  <yegorslists@googlemail.com> writes:

 > From: Yegor Yefremov <yegorslists@googlemail.com>
 > Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 2/3] python-netifaces: bump to version 0.10.5
  2016-09-20  9:43 ` [Buildroot] [PATCH 2/3] python-netifaces: bump to version 0.10.5 yegorslists at googlemail.com
@ 2016-09-20 10:26   ` Peter Korsgaard
  0 siblings, 0 replies; 6+ messages in thread
From: Peter Korsgaard @ 2016-09-20 10:26 UTC (permalink / raw)
  To: buildroot

>>>>> "yegorslists" == yegorslists  <yegorslists@googlemail.com> writes:

 > From: Yegor Yefremov <yegorslists@googlemail.com>
 > Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 3/3] python-cffi: bump to version 1.8.3
  2016-09-20  9:43 ` [Buildroot] [PATCH 3/3] python-cffi: bump to version 1.8.3 yegorslists at googlemail.com
@ 2016-09-20 10:26   ` Peter Korsgaard
  0 siblings, 0 replies; 6+ messages in thread
From: Peter Korsgaard @ 2016-09-20 10:26 UTC (permalink / raw)
  To: buildroot

>>>>> "yegorslists" == yegorslists  <yegorslists@googlemail.com> writes:

 > From: Yegor Yefremov <yegorslists@googlemail.com>
 > Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2016-09-20 10:26 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-20  9:43 [Buildroot] [PATCH 1/3] python-lxml: bump to version 3.6.4 yegorslists at googlemail.com
2016-09-20  9:43 ` [Buildroot] [PATCH 2/3] python-netifaces: bump to version 0.10.5 yegorslists at googlemail.com
2016-09-20 10:26   ` Peter Korsgaard
2016-09-20  9:43 ` [Buildroot] [PATCH 3/3] python-cffi: bump to version 1.8.3 yegorslists at googlemail.com
2016-09-20 10:26   ` Peter Korsgaard
2016-09-20 10:26 ` [Buildroot] [PATCH 1/3] python-lxml: bump to version 3.6.4 Peter Korsgaard

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.