* [Buildroot] [PATCH 1/4] python-cbor: bump to version 1.0.0
@ 2017-02-07 11:48 yegorslists at googlemail.com
2017-02-07 11:48 ` [Buildroot] [PATCH 2/4] python-pyopenssl: bump to version 16.2.0 yegorslists at googlemail.com
` (3 more replies)
0 siblings, 4 replies; 8+ messages in thread
From: yegorslists at googlemail.com @ 2017-02-07 11:48 UTC (permalink / raw)
To: buildroot
From: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
---
package/python-cbor/python-cbor.hash | 6 +++---
package/python-cbor/python-cbor.mk | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/package/python-cbor/python-cbor.hash b/package/python-cbor/python-cbor.hash
index 6714348b5..a47607d9d 100644
--- a/package/python-cbor/python-cbor.hash
+++ b/package/python-cbor/python-cbor.hash
@@ -1,3 +1,3 @@
-# md5 from https://pypi.python.org/pypi?:action=show_md5&digest=711ee5ecc896595c1e95c1c48356606c, sha256 locally computed.
-md5 711ee5ecc896595c1e95c1c48356606c cbor-0.1.25.tar.gz
-sha256 e342d425dde88bb93b741e34e3ba092492ba1f6fca94ce356054fb7daa420746 cbor-0.1.25.tar.gz
+# md5 from https://pypi.python.org/pypi/cbor/json, sha256 locally computed
+md5 22b03b59784fd78cb6c27aa498af0db6 cbor-1.0.0.tar.gz
+sha256 13225a262ddf5615cbd9fd55a76a0d53069d18b07d2e9f19c39e6acb8609bbb6 cbor-1.0.0.tar.gz
diff --git a/package/python-cbor/python-cbor.mk b/package/python-cbor/python-cbor.mk
index 4c3ce9dba..32ca4594d 100644
--- a/package/python-cbor/python-cbor.mk
+++ b/package/python-cbor/python-cbor.mk
@@ -4,9 +4,9 @@
#
################################################################################
-PYTHON_CBOR_VERSION = 0.1.25
+PYTHON_CBOR_VERSION = 1.0.0
PYTHON_CBOR_SOURCE = cbor-$(PYTHON_CBOR_VERSION).tar.gz
-PYTHON_CBOR_SITE = http://pypi.python.org/packages/source/c/cbor
+PYTHON_CBOR_SITE = https://pypi.python.org/packages/9b/99/01c6a987c920500189eb74a291bd3a388e6c7cf85736bb6b066d9833315e
PYTHON_CBOR_LICENSE = Apache
PYTHON_CBOR_SETUP_TYPE = setuptools
--
2.11.0
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [Buildroot] [PATCH 2/4] python-pyopenssl: bump to version 16.2.0
2017-02-07 11:48 [Buildroot] [PATCH 1/4] python-cbor: bump to version 1.0.0 yegorslists at googlemail.com
@ 2017-02-07 11:48 ` yegorslists at googlemail.com
2017-02-07 13:24 ` Peter Korsgaard
2017-02-07 11:48 ` [Buildroot] [PATCH 3/4] python-ubjson: bump to version 0.8.5 yegorslists at googlemail.com
` (2 subsequent siblings)
3 siblings, 1 reply; 8+ messages in thread
From: yegorslists at googlemail.com @ 2017-02-07 11:48 UTC (permalink / raw)
To: buildroot
From: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
---
package/python-pyopenssl/python-pyopenssl.hash | 6 +++---
package/python-pyopenssl/python-pyopenssl.mk | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/package/python-pyopenssl/python-pyopenssl.hash b/package/python-pyopenssl/python-pyopenssl.hash
index 27427d2a1..894c4f8ba 100644
--- a/package/python-pyopenssl/python-pyopenssl.hash
+++ b/package/python-pyopenssl/python-pyopenssl.hash
@@ -1,3 +1,3 @@
-# md5 from https://pypi.python.org/pypi?:action=show_md5&digest=9587d813dcf656e9f2760e41a3682dc3, sha256 locally computed
-md5 9587d813dcf656e9f2760e41a3682dc3 pyOpenSSL-16.0.0.tar.gz
-sha256 363d10ee43d062285facf4e465f4f5163f9f702f9134f0a5896f134cbb92d17d pyOpenSSL-16.0.0.tar.gz
+# md5 from https://pypi.python.org/pypi/pyopenssl/json, sha256 locally computed
+md5 6635503758c65ea6f70d18d1b18e46d5 pyOpenSSL-16.2.0.tar.gz
+sha256 7779a3bbb74e79db234af6a08775568c6769b5821faecf6e2f4143edb227516e pyOpenSSL-16.2.0.tar.gz
diff --git a/package/python-pyopenssl/python-pyopenssl.mk b/package/python-pyopenssl/python-pyopenssl.mk
index 760641115..a5312a063 100644
--- a/package/python-pyopenssl/python-pyopenssl.mk
+++ b/package/python-pyopenssl/python-pyopenssl.mk
@@ -4,9 +4,9 @@
#
################################################################################
-PYTHON_PYOPENSSL_VERSION = 16.0.0
+PYTHON_PYOPENSSL_VERSION = 16.2.0
PYTHON_PYOPENSSL_SOURCE = pyOpenSSL-$(PYTHON_PYOPENSSL_VERSION).tar.gz
-PYTHON_PYOPENSSL_SITE = https://pypi.python.org/packages/source/p/pyOpenSSL
+PYTHON_PYOPENSSL_SITE = https://pypi.python.org/packages/0c/d6/b1fe519846a21614fa4f8233361574eddb223e0bc36b182140d916acfb3b
PYTHON_PYOPENSSL_LICENSE = Apache-2.0
PYTHON_PYOPENSSL_LICENSE_FILES = LICENSE
PYTHON_PYOPENSSL_SETUP_TYPE = setuptools
--
2.11.0
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [Buildroot] [PATCH 3/4] python-ubjson: bump to version 0.8.5
2017-02-07 11:48 [Buildroot] [PATCH 1/4] python-cbor: bump to version 1.0.0 yegorslists at googlemail.com
2017-02-07 11:48 ` [Buildroot] [PATCH 2/4] python-pyopenssl: bump to version 16.2.0 yegorslists at googlemail.com
@ 2017-02-07 11:48 ` yegorslists at googlemail.com
2017-02-07 13:25 ` Peter Korsgaard
2017-02-07 11:48 ` [Buildroot] [PATCH 4/4] python-service-identity: bump version to 16.0.0 yegorslists at googlemail.com
2017-02-07 13:24 ` [Buildroot] [PATCH 1/4] python-cbor: bump to version 1.0.0 Peter Korsgaard
3 siblings, 1 reply; 8+ messages in thread
From: yegorslists at googlemail.com @ 2017-02-07 11:48 UTC (permalink / raw)
To: buildroot
From: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
---
package/python-ubjson/python-ubjson.hash | 6 +++---
package/python-ubjson/python-ubjson.mk | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/package/python-ubjson/python-ubjson.hash b/package/python-ubjson/python-ubjson.hash
index 1995da632..88c8c62b3 100644
--- a/package/python-ubjson/python-ubjson.hash
+++ b/package/python-ubjson/python-ubjson.hash
@@ -1,3 +1,3 @@
-# md5 from https://pypi.python.org/pypi?:action=show_md5&digest=7d7e7b9b67acfb8c6b417dab78ac4639,sha256 locally computed.
-md5 7d7e7b9b67acfb8c6b417dab78ac4639 py-ubjson-0.8.4.tar.gz
-sha256 395c0cbbb097d88bb0db92fe1ac82d31b56f3be396946fe02d38f08e86a8efe9 py-ubjson-0.8.4.tar.gz
+# md5 from https://pypi.python.org/pypi/py-ubjson/json, sha256 locally computed
+md5 09584b02508451a8133095c3b5f2bf41 py-ubjson-0.8.5.tar.gz
+sha256 e58e99753aaff3ed5d884989a6236bd98a4b0dfdb0e62f9753c20f485691fa9e py-ubjson-0.8.5.tar.gz
diff --git a/package/python-ubjson/python-ubjson.mk b/package/python-ubjson/python-ubjson.mk
index a69efab64..e42b2dc50 100644
--- a/package/python-ubjson/python-ubjson.mk
+++ b/package/python-ubjson/python-ubjson.mk
@@ -4,9 +4,9 @@
#
################################################################################
-PYTHON_UBJSON_VERSION = 0.8.4
+PYTHON_UBJSON_VERSION = 0.8.5
PYTHON_UBJSON_SOURCE = py-ubjson-$(PYTHON_UBJSON_VERSION).tar.gz
-PYTHON_UBJSON_SITE = https://pypi.python.org/packages/bf/a3/990c47fa0d2d244a3d493ae917d5cbf2a0632c1ac6aa53445f4e53ce3675
+PYTHON_UBJSON_SITE = https://pypi.python.org/packages/99/12/173cd417cacdacd158f947365bb17952a93b4e9d08f8a2f4b77d6c17cb4e
PYTHON_UBJSON_LICENSE = Apache-2.0
PYTHON_UBJSON_LICENSE_FILES = LICENSE
PYTHON_UBJSON_SETUP_TYPE = setuptools
--
2.11.0
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [Buildroot] [PATCH 4/4] python-service-identity: bump version to 16.0.0
2017-02-07 11:48 [Buildroot] [PATCH 1/4] python-cbor: bump to version 1.0.0 yegorslists at googlemail.com
2017-02-07 11:48 ` [Buildroot] [PATCH 2/4] python-pyopenssl: bump to version 16.2.0 yegorslists at googlemail.com
2017-02-07 11:48 ` [Buildroot] [PATCH 3/4] python-ubjson: bump to version 0.8.5 yegorslists at googlemail.com
@ 2017-02-07 11:48 ` yegorslists at googlemail.com
2017-02-07 13:25 ` Peter Korsgaard
2017-02-07 13:24 ` [Buildroot] [PATCH 1/4] python-cbor: bump to version 1.0.0 Peter Korsgaard
3 siblings, 1 reply; 8+ messages in thread
From: yegorslists at googlemail.com @ 2017-02-07 11:48 UTC (permalink / raw)
To: buildroot
From: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
---
package/python-service-identity/python-service-identity.hash | 6 +++---
package/python-service-identity/python-service-identity.mk | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/package/python-service-identity/python-service-identity.hash b/package/python-service-identity/python-service-identity.hash
index caf29dc46..09561d8f9 100644
--- a/package/python-service-identity/python-service-identity.hash
+++ b/package/python-service-identity/python-service-identity.hash
@@ -1,3 +1,3 @@
-# md5 from https://pypi.python.org/pypi?:action=show_md5&digest=cea0b0156d73b025ecef660fb51f0d9a, sha256 locally computed.
-md5 cea0b0156d73b025ecef660fb51f0d9a service_identity-14.0.0.tar.gz
-sha256 3105a319a7c558490666694f599be0c377ad54824eefb404cde4ce49e74a4f5a service_identity-14.0.0.tar.gz
+# md5 from https://pypi.python.org/pypi/service_identity/json, sha256 locally computed
+md5 d52392597b9c44a740abf322bfdb21e6 service_identity-16.0.0.tar.gz
+sha256 0630e222f59f91f3db498be46b1d879ff220955d7bbad719a5cb9ad14e3c3036 service_identity-16.0.0.tar.gz
diff --git a/package/python-service-identity/python-service-identity.mk b/package/python-service-identity/python-service-identity.mk
index 9eca3c1da..88549abff 100644
--- a/package/python-service-identity/python-service-identity.mk
+++ b/package/python-service-identity/python-service-identity.mk
@@ -4,9 +4,9 @@
#
################################################################################
-PYTHON_SERVICE_IDENTITY_VERSION = 14.0.0
+PYTHON_SERVICE_IDENTITY_VERSION = 16.0.0
PYTHON_SERVICE_IDENTITY_SOURCE = service_identity-$(PYTHON_SERVICE_IDENTITY_VERSION).tar.gz
-PYTHON_SERVICE_IDENTITY_SITE = http://pypi.python.org/packages/source/s/service_identity
+PYTHON_SERVICE_IDENTITY_SITE = https://pypi.python.org/packages/f3/2a/7c04e7ab74f9f2be026745a9ffa81fd9d56139fa6f5f4b4c8a8c07b2bfba
PYTHON_SERVICE_IDENTITY_LICENSE = MIT
PYTHON_SERVICE_IDENTITY_LICENSE_FILES = LICENSE
PYTHON_SERVICE_IDENTITY_SETUP_TYPE = setuptools
--
2.11.0
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [Buildroot] [PATCH 1/4] python-cbor: bump to version 1.0.0
2017-02-07 11:48 [Buildroot] [PATCH 1/4] python-cbor: bump to version 1.0.0 yegorslists at googlemail.com
` (2 preceding siblings ...)
2017-02-07 11:48 ` [Buildroot] [PATCH 4/4] python-service-identity: bump version to 16.0.0 yegorslists at googlemail.com
@ 2017-02-07 13:24 ` Peter Korsgaard
3 siblings, 0 replies; 8+ messages in thread
From: Peter Korsgaard @ 2017-02-07 13:24 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] 8+ messages in thread
* [Buildroot] [PATCH 2/4] python-pyopenssl: bump to version 16.2.0
2017-02-07 11:48 ` [Buildroot] [PATCH 2/4] python-pyopenssl: bump to version 16.2.0 yegorslists at googlemail.com
@ 2017-02-07 13:24 ` Peter Korsgaard
0 siblings, 0 replies; 8+ messages in thread
From: Peter Korsgaard @ 2017-02-07 13:24 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] 8+ messages in thread
* [Buildroot] [PATCH 3/4] python-ubjson: bump to version 0.8.5
2017-02-07 11:48 ` [Buildroot] [PATCH 3/4] python-ubjson: bump to version 0.8.5 yegorslists at googlemail.com
@ 2017-02-07 13:25 ` Peter Korsgaard
0 siblings, 0 replies; 8+ messages in thread
From: Peter Korsgaard @ 2017-02-07 13:25 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] 8+ messages in thread
* [Buildroot] [PATCH 4/4] python-service-identity: bump version to 16.0.0
2017-02-07 11:48 ` [Buildroot] [PATCH 4/4] python-service-identity: bump version to 16.0.0 yegorslists at googlemail.com
@ 2017-02-07 13:25 ` Peter Korsgaard
0 siblings, 0 replies; 8+ messages in thread
From: Peter Korsgaard @ 2017-02-07 13:25 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] 8+ messages in thread
end of thread, other threads:[~2017-02-07 13:25 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-07 11:48 [Buildroot] [PATCH 1/4] python-cbor: bump to version 1.0.0 yegorslists at googlemail.com
2017-02-07 11:48 ` [Buildroot] [PATCH 2/4] python-pyopenssl: bump to version 16.2.0 yegorslists at googlemail.com
2017-02-07 13:24 ` Peter Korsgaard
2017-02-07 11:48 ` [Buildroot] [PATCH 3/4] python-ubjson: bump to version 0.8.5 yegorslists at googlemail.com
2017-02-07 13:25 ` Peter Korsgaard
2017-02-07 11:48 ` [Buildroot] [PATCH 4/4] python-service-identity: bump version to 16.0.0 yegorslists at googlemail.com
2017-02-07 13:25 ` Peter Korsgaard
2017-02-07 13:24 ` [Buildroot] [PATCH 1/4] python-cbor: bump to version 1.0.0 Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox