All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/4] python-six: bump version to 1.11.0
@ 2017-11-02 11:04 yegorslists at googlemail.com
  2017-11-02 11:05 ` [Buildroot] [PATCH 2/4] python-cffi: bump version to 1.11.2 yegorslists at googlemail.com
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: yegorslists at googlemail.com @ 2017-11-02 11:04 UTC (permalink / raw)
  To: buildroot

From: Yegor Yefremov <yegorslists@googlemail.com>

Add licence file checksum.

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

diff --git a/package/python-six/python-six.hash b/package/python-six/python-six.hash
index a90c79b75c..f9dbf09eaa 100644
--- a/package/python-six/python-six.hash
+++ b/package/python-six/python-six.hash
@@ -1,2 +1,4 @@
-# Locally computed:
-sha256  105f8d68616f8248e24bf0e9372ef04d3cc10104f1980f54d57b2ce73a5ad56a  six-1.10.0.tar.gz
+# md5 from https://pypi.python.org/pypi/six/json, sha256 locally computed
+md5	d12789f9baf7e9fb2524c0c64f1773f8  six-1.11.0.tar.gz
+sha256	70e8a77beed4562e7f14fe23a786b54f6296e34344c23bc42f07b15018ff98e9  six-1.11.0.tar.gz
+sha256  63478682e84e8c98f4c46308995f1f521a6886976e25421827d2a2be03581328  LICENSE
diff --git a/package/python-six/python-six.mk b/package/python-six/python-six.mk
index 850f9340d3..cd80634233 100644
--- a/package/python-six/python-six.mk
+++ b/package/python-six/python-six.mk
@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-PYTHON_SIX_VERSION = 1.10.0
+PYTHON_SIX_VERSION = 1.11.0
 PYTHON_SIX_SOURCE = six-$(PYTHON_SIX_VERSION).tar.gz
-PYTHON_SIX_SITE = https://pypi.python.org/packages/source/s/six
+PYTHON_SIX_SITE = https://pypi.python.org/packages/16/d8/bc6316cf98419719bd59c91742194c111b6f2e85abac88e496adefaf7afe
 PYTHON_SIX_SETUP_TYPE = setuptools
 PYTHON_SIX_LICENSE = MIT
 PYTHON_SIX_LICENSE_FILES = LICENSE
-- 
2.11.0

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

* [Buildroot] [PATCH 2/4] python-cffi: bump version to 1.11.2
  2017-11-02 11:04 [Buildroot] [PATCH 1/4] python-six: bump version to 1.11.0 yegorslists at googlemail.com
@ 2017-11-02 11:05 ` yegorslists at googlemail.com
  2017-11-02 11:05 ` [Buildroot] [PATCH 3/4] python-pathpy: bump version to 10.5 yegorslists at googlemail.com
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: yegorslists at googlemail.com @ 2017-11-02 11:05 UTC (permalink / raw)
  To: buildroot

From: Yegor Yefremov <yegorslists@googlemail.com>

Add licence file checksum.

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

diff --git a/package/python-cffi/python-cffi.hash b/package/python-cffi/python-cffi.hash
index f6b139d3a7..3d4387fb08 100644
--- a/package/python-cffi/python-cffi.hash
+++ b/package/python-cffi/python-cffi.hash
@@ -1,3 +1,4 @@
 # md5 from https://pypi.python.org/pypi/cffi/json, sha256 locally computed
-md5 2b5fa41182ed0edaf929a789e602a070 cffi-1.10.0.tar.gz
-sha256 b3b02911eb1f6ada203b0763ba924234629b51586f72a21faacc638269f4ced5 cffi-1.10.0.tar.gz
+md5	a731487324b501c8295221b629d3f5f3  cffi-1.11.2.tar.gz
+sha256	ab87dd91c0c4073758d07334c1e5f712ce8fe48f007b86f8238773963ee700a6  cffi-1.11.2.tar.gz
+sha256  04b80f5b077bbed68808cfebadeb5e3523f2a8c9a96495c587bd96df1eac2a33  LICENSE
diff --git a/package/python-cffi/python-cffi.mk b/package/python-cffi/python-cffi.mk
index da95f7df08..1ef83917ad 100644
--- a/package/python-cffi/python-cffi.mk
+++ b/package/python-cffi/python-cffi.mk
@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-PYTHON_CFFI_VERSION = 1.10.0
+PYTHON_CFFI_VERSION = 1.11.2
 PYTHON_CFFI_SOURCE = cffi-$(PYTHON_CFFI_VERSION).tar.gz
-PYTHON_CFFI_SITE = https://pypi.python.org/packages/5b/b9/790f8eafcdab455bcd3bd908161f802c9ce5adbf702a83aa7712fcc345b7
+PYTHON_CFFI_SITE = https://pypi.python.org/packages/c9/70/89b68b6600d479034276fed316e14b9107d50a62f5627da37fafe083fde3
 PYTHON_CFFI_SETUP_TYPE = setuptools
 PYTHON_CFFI_DEPENDENCIES = host-pkgconf libffi
 PYTHON_CFFI_LICENSE = MIT
-- 
2.11.0

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

* [Buildroot] [PATCH 3/4] python-pathpy: bump version to 10.5
  2017-11-02 11:04 [Buildroot] [PATCH 1/4] python-six: bump version to 1.11.0 yegorslists at googlemail.com
  2017-11-02 11:05 ` [Buildroot] [PATCH 2/4] python-cffi: bump version to 1.11.2 yegorslists at googlemail.com
@ 2017-11-02 11:05 ` yegorslists at googlemail.com
  2017-11-02 11:05 ` [Buildroot] [PATCH 4/4] python-pyxb: bump version to 1.2.6 yegorslists at googlemail.com
  2017-11-02 13:19 ` [Buildroot] [PATCH 1/4] python-six: bump version to 1.11.0 Thomas Petazzoni
  3 siblings, 0 replies; 5+ messages in thread
From: yegorslists at googlemail.com @ 2017-11-02 11:05 UTC (permalink / raw)
  To: buildroot

From: Yegor Yefremov <yegorslists@googlemail.com>

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

diff --git a/package/python-pathpy/python-pathpy.hash b/package/python-pathpy/python-pathpy.hash
index 451826c192..de22f6c576 100644
--- a/package/python-pathpy/python-pathpy.hash
+++ b/package/python-pathpy/python-pathpy.hash
@@ -1,3 +1,3 @@
 # md5 from https://pypi.python.org/pypi/path.py/json, sha256 locally computed
-md5	9c130bc6c1fd04365a3dac010f07b8f2  path.py-10.3.1.tar.gz
-sha256	412706be1cd8ab723c77829f9aa0c4d4b7c7b26c7b1be0275a6841c3cb1001e0  path.py-10.3.1.tar.gz
+md5	afb4f92e4114b595f50573ecd61c31ee  path.py-10.5.tar.gz
+sha256	63a7af08676668fd51750f111affbd38c1a13c61aba15c6665b16681771c79a8  path.py-10.5.tar.gz
diff --git a/package/python-pathpy/python-pathpy.mk b/package/python-pathpy/python-pathpy.mk
index c118ec0181..452331682b 100644
--- a/package/python-pathpy/python-pathpy.mk
+++ b/package/python-pathpy/python-pathpy.mk
@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-PYTHON_PATHPY_VERSION = 10.3.1
+PYTHON_PATHPY_VERSION = 10.5
 PYTHON_PATHPY_SOURCE = path.py-$(PYTHON_PATHPY_VERSION).tar.gz
-PYTHON_PATHPY_SITE = https://pypi.python.org/packages/00/79/b1e5a02d156be8eedc1e60e5ce700edfb1d43992ec23f47da05fe5abe3a7
+PYTHON_PATHPY_SITE = https://pypi.python.org/packages/a5/7b/7b303dc1b79fc394b67cea351455ec0db8e6ca5d8537687d40cb7c7d70bb
 PYTHON_PATHPY_SETUP_TYPE = setuptools
 PYTHON_PATHPY_LICENSE = MIT
 PYTHON_PATHPY_DEPENDENCIES = host-python-setuptools-scm
-- 
2.11.0

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

* [Buildroot] [PATCH 4/4] python-pyxb: bump version to 1.2.6
  2017-11-02 11:04 [Buildroot] [PATCH 1/4] python-six: bump version to 1.11.0 yegorslists at googlemail.com
  2017-11-02 11:05 ` [Buildroot] [PATCH 2/4] python-cffi: bump version to 1.11.2 yegorslists at googlemail.com
  2017-11-02 11:05 ` [Buildroot] [PATCH 3/4] python-pathpy: bump version to 10.5 yegorslists at googlemail.com
@ 2017-11-02 11:05 ` yegorslists at googlemail.com
  2017-11-02 13:19 ` [Buildroot] [PATCH 1/4] python-six: bump version to 1.11.0 Thomas Petazzoni
  3 siblings, 0 replies; 5+ messages in thread
From: yegorslists at googlemail.com @ 2017-11-02 11:05 UTC (permalink / raw)
  To: buildroot

From: Yegor Yefremov <yegorslists@googlemail.com>

Add licence file checksum.

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

diff --git a/package/python-pyxb/python-pyxb.hash b/package/python-pyxb/python-pyxb.hash
index 9aa50fc76e..0cfce57618 100644
--- a/package/python-pyxb/python-pyxb.hash
+++ b/package/python-pyxb/python-pyxb.hash
@@ -1,3 +1,4 @@
-# md5 from https://pypi.python.org/pypi/pyxb/json, sha256 locally computed
-md5	197c462ab8427ea197313ca3776b252a  PyXB-1.2.5.tar.gz
-sha256	4e8f62ee2cfffc37e4f40634ab9c79e0311cfaf28cf4ce5e7f4828ec56e4ff67  PyXB-1.2.5.tar.gz
+# md5 from https://pypi.python.org/pypi/PyXB/json, sha256 locally computed
+md5	4303573fc7094ce4664c5b71cd4bdb48  PyXB-1.2.6.tar.gz
+sha256	2a00f38dd1d87b88f92d79bc5a09718d730419b88e814545f472bbd5a3bf27b4  PyXB-1.2.6.tar.gz
+sha256  cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30  LICENSE
diff --git a/package/python-pyxb/python-pyxb.mk b/package/python-pyxb/python-pyxb.mk
index d0b2da5461..6af10b51e7 100644
--- a/package/python-pyxb/python-pyxb.mk
+++ b/package/python-pyxb/python-pyxb.mk
@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-PYTHON_PYXB_VERSION = 1.2.5
+PYTHON_PYXB_VERSION = 1.2.6
 PYTHON_PYXB_SOURCE = PyXB-$(PYTHON_PYXB_VERSION).tar.gz
-PYTHON_PYXB_SITE = https://pypi.python.org/packages/43/7a/9d40392e4380463f37bf5aa2851dfd8ba7c0e4d2a9dc2355177b8b785794
+PYTHON_PYXB_SITE = https://pypi.python.org/packages/e3/09/4fdb190ea2b7cb43d6d3e745276ee69f4d6181be70fcbfda7df3c5f72f0e
 PYTHON_PYXB_LICENSE = Apache-2.0
 PYTHON_PYXB_LICENSE_FILES = LICENSE
 PYTHON_PYXB_SETUP_TYPE = distutils
-- 
2.11.0

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

* [Buildroot] [PATCH 1/4] python-six: bump version to 1.11.0
  2017-11-02 11:04 [Buildroot] [PATCH 1/4] python-six: bump version to 1.11.0 yegorslists at googlemail.com
                   ` (2 preceding siblings ...)
  2017-11-02 11:05 ` [Buildroot] [PATCH 4/4] python-pyxb: bump version to 1.2.6 yegorslists at googlemail.com
@ 2017-11-02 13:19 ` Thomas Petazzoni
  3 siblings, 0 replies; 5+ messages in thread
From: Thomas Petazzoni @ 2017-11-02 13:19 UTC (permalink / raw)
  To: buildroot

Hello,

On Thu,  2 Nov 2017 12:04:59 +0100, yegorslists at googlemail.com wrote:
> From: Yegor Yefremov <yegorslists@googlemail.com>
> 
> Add licence file checksum.
> 
> Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
> ---
>  package/python-six/python-six.hash | 6 ++++--
>  package/python-six/python-six.mk   | 4 ++--
>  2 files changed, 6 insertions(+), 4 deletions(-)

All four patches applied. Thanks!

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

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

end of thread, other threads:[~2017-11-02 13:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-02 11:04 [Buildroot] [PATCH 1/4] python-six: bump version to 1.11.0 yegorslists at googlemail.com
2017-11-02 11:05 ` [Buildroot] [PATCH 2/4] python-cffi: bump version to 1.11.2 yegorslists at googlemail.com
2017-11-02 11:05 ` [Buildroot] [PATCH 3/4] python-pathpy: bump version to 10.5 yegorslists at googlemail.com
2017-11-02 11:05 ` [Buildroot] [PATCH 4/4] python-pyxb: bump version to 1.2.6 yegorslists at googlemail.com
2017-11-02 13:19 ` [Buildroot] [PATCH 1/4] python-six: bump version to 1.11.0 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.