Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/3] python-idna: bump to version 2.1
@ 2016-03-23 15:59 yegorslists at googlemail.com
  2016-03-23 15:59 ` [Buildroot] [PATCH 2/3] python-cryptography: bump to version 1.3.1 yegorslists at googlemail.com
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: yegorslists at googlemail.com @ 2016-03-23 15:59 UTC (permalink / raw)
  To: buildroot

From: Yegor Yefremov <yegorslists@googlemail.com>

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

diff --git a/package/python-idna/python-idna.hash b/package/python-idna/python-idna.hash
index 10e3e9d..4e4c677 100644
--- a/package/python-idna/python-idna.hash
+++ b/package/python-idna/python-idna.hash
@@ -1,3 +1,3 @@
-# md5 from https://pypi.python.org/pypi?:action=show_md5&digest=bd17a9d15e755375f48a62c13b25b801, sha256 locally computed
-md5     bd17a9d15e755375f48a62c13b25b801  idna-2.0.tar.gz
-sha256  16199aad938b290f5be1057c0e1efc6546229391c23cea61ca940c115f7d3d3b  idna-2.0.tar.gz
+# md5 from https://pypi.python.org/pypi?:action=show_md5&digest=f6473caa9c5e0cc1ad3fd5d04c3c114b, sha256 locally computed
+md5     f6473caa9c5e0cc1ad3fd5d04c3c114b  idna-2.1.tar.gz
+sha256  ed36f281aebf3cd0797f163bb165d84c31507cedd15928b095b1675e2d04c676  idna-2.1.tar.gz
diff --git a/package/python-idna/python-idna.mk b/package/python-idna/python-idna.mk
index 7dd1253..3f9f109 100644
--- a/package/python-idna/python-idna.mk
+++ b/package/python-idna/python-idna.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-PYTHON_IDNA_VERSION = 2.0
+PYTHON_IDNA_VERSION = 2.1
 PYTHON_IDNA_SOURCE = idna-$(PYTHON_IDNA_VERSION).tar.gz
 PYTHON_IDNA_SITE = https://pypi.python.org/packages/source/i/idna
 PYTHON_IDNA_LICENSE =  BSD-3c
-- 
2.7.0

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

* [Buildroot] [PATCH 2/3] python-cryptography: bump to version 1.3.1
  2016-03-23 15:59 [Buildroot] [PATCH 1/3] python-idna: bump to version 2.1 yegorslists at googlemail.com
@ 2016-03-23 15:59 ` yegorslists at googlemail.com
  2016-03-23 15:59 ` [Buildroot] [PATCH 3/3] python-pyopenssl: bump to version 16.0.0 yegorslists at googlemail.com
  2016-03-24 21:33 ` [Buildroot] [PATCH 1/3] python-idna: bump to version 2.1 Thomas Petazzoni
  2 siblings, 0 replies; 4+ messages in thread
From: yegorslists at googlemail.com @ 2016-03-23 15:59 UTC (permalink / raw)
  To: buildroot

From: Yegor Yefremov <yegorslists@googlemail.com>

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

diff --git a/package/python-cryptography/python-cryptography.hash b/package/python-cryptography/python-cryptography.hash
index e48e2e2..fa15fa0 100644
--- a/package/python-cryptography/python-cryptography.hash
+++ b/package/python-cryptography/python-cryptography.hash
@@ -1,4 +1,4 @@
-# From https://pypi.python.org/pypi?:action=show_md5&digest=5474d2b3e8c7555a60852e48d2743f85
-md5     5474d2b3e8c7555a60852e48d2743f85  cryptography-1.2.3.tar.gz
+# From https://pypi.python.org/pypi?:action=show_md5&digest=bc8148d2ff2d80fef8ef2d2e856b3a7f
+md5     bc8148d2ff2d80fef8ef2d2e856b3a7f  cryptography-1.3.1.tar.gz
 # Calculated based on the hash above
-sha256  8eb11c77dd8e73f48df6b2f7a7e16173fe0fe8fdfe266232832e88477e08454e  cryptography-1.2.3.tar.gz
+sha256  b4b36175e0f95ddc88435c26dbe3397edce48e2ff5fe41d504cdb3beddcd53e2  cryptography-1.3.1.tar.gz
diff --git a/package/python-cryptography/python-cryptography.mk b/package/python-cryptography/python-cryptography.mk
index 1f91422..1b5eb9c 100644
--- a/package/python-cryptography/python-cryptography.mk
+++ b/package/python-cryptography/python-cryptography.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-PYTHON_CRYPTOGRAPHY_VERSION = 1.2.3
+PYTHON_CRYPTOGRAPHY_VERSION = 1.3.1
 PYTHON_CRYPTOGRAPHY_SOURCE = cryptography-$(PYTHON_CRYPTOGRAPHY_VERSION).tar.gz
 PYTHON_CRYPTOGRAPHY_SITE = https://pypi.python.org/packages/source/c/cryptography
 PYTHON_CRYPTOGRAPHY_SETUP_TYPE = setuptools
-- 
2.7.0

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

* [Buildroot] [PATCH 3/3] python-pyopenssl: bump to version 16.0.0
  2016-03-23 15:59 [Buildroot] [PATCH 1/3] python-idna: bump to version 2.1 yegorslists at googlemail.com
  2016-03-23 15:59 ` [Buildroot] [PATCH 2/3] python-cryptography: bump to version 1.3.1 yegorslists at googlemail.com
@ 2016-03-23 15:59 ` yegorslists at googlemail.com
  2016-03-24 21:33 ` [Buildroot] [PATCH 1/3] python-idna: bump to version 2.1 Thomas Petazzoni
  2 siblings, 0 replies; 4+ messages in thread
From: yegorslists at googlemail.com @ 2016-03-23 15:59 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   | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/package/python-pyopenssl/python-pyopenssl.hash b/package/python-pyopenssl/python-pyopenssl.hash
index 0c6e25a..27427d2 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=f447644afcbd5f0a1f47350fec63a4c6, sha256 locally computed
-md5     f447644afcbd5f0a1f47350fec63a4c6  pyOpenSSL-0.15.1.tar.gz
-sha256  f0a26070d6db0881de8bcc7846934b7c3c930d8f9c79d45883ee48984bc0d672  pyOpenSSL-0.15.1.tar.gz
+# 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
diff --git a/package/python-pyopenssl/python-pyopenssl.mk b/package/python-pyopenssl/python-pyopenssl.mk
index 239fd98..7606411 100644
--- a/package/python-pyopenssl/python-pyopenssl.mk
+++ b/package/python-pyopenssl/python-pyopenssl.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-PYTHON_PYOPENSSL_VERSION = 0.15.1
+PYTHON_PYOPENSSL_VERSION = 16.0.0
 PYTHON_PYOPENSSL_SOURCE = pyOpenSSL-$(PYTHON_PYOPENSSL_VERSION).tar.gz
 PYTHON_PYOPENSSL_SITE = https://pypi.python.org/packages/source/p/pyOpenSSL
 PYTHON_PYOPENSSL_LICENSE = Apache-2.0
-- 
2.7.0

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

* [Buildroot] [PATCH 1/3] python-idna: bump to version 2.1
  2016-03-23 15:59 [Buildroot] [PATCH 1/3] python-idna: bump to version 2.1 yegorslists at googlemail.com
  2016-03-23 15:59 ` [Buildroot] [PATCH 2/3] python-cryptography: bump to version 1.3.1 yegorslists at googlemail.com
  2016-03-23 15:59 ` [Buildroot] [PATCH 3/3] python-pyopenssl: bump to version 16.0.0 yegorslists at googlemail.com
@ 2016-03-24 21:33 ` Thomas Petazzoni
  2 siblings, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2016-03-24 21:33 UTC (permalink / raw)
  To: buildroot

Hello,

On Wed, 23 Mar 2016 16:59:23 +0100, yegorslists at googlemail.com wrote:
> From: Yegor Yefremov <yegorslists@googlemail.com>
> 
> Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
> ---
>  package/python-idna/python-idna.hash | 6 +++---
>  package/python-idna/python-idna.mk   | 2 +-
>  2 files changed, 4 insertions(+), 4 deletions(-)

All three applied to master, thanks.

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

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

end of thread, other threads:[~2016-03-24 21:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-23 15:59 [Buildroot] [PATCH 1/3] python-idna: bump to version 2.1 yegorslists at googlemail.com
2016-03-23 15:59 ` [Buildroot] [PATCH 2/3] python-cryptography: bump to version 1.3.1 yegorslists at googlemail.com
2016-03-23 15:59 ` [Buildroot] [PATCH 3/3] python-pyopenssl: bump to version 16.0.0 yegorslists at googlemail.com
2016-03-24 21:33 ` [Buildroot] [PATCH 1/3] python-idna: bump to version 2.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