* [Buildroot] [PATCH 02/05] package/python-autobahn: bump to version 19.8.1
2019-08-04 1:06 [Buildroot] [PATCH 01/05 package/python-cryptography: bump to version 2.7 aduskett at gmail.com
@ 2019-08-04 1:06 ` aduskett at gmail.com
2019-08-04 6:59 ` Thomas Petazzoni
2019-08-04 1:06 ` [Buildroot] [PATCH 03/05] package/python-cffi: bump to version 1.12.3 aduskett at gmail.com
` (3 subsequent siblings)
4 siblings, 1 reply; 10+ messages in thread
From: aduskett at gmail.com @ 2019-08-04 1:06 UTC (permalink / raw)
To: buildroot
From: Adam Duskett <Aduskett@gmail.com>
In additon:
- select python-cryptography as it's now a runtime dependency
- Gix a typo in the help.
Signed-off-by: Adam Duskett <Aduskett@gmail.com>
---
package/python-autobahn/Config.in | 3 ++-
package/python-autobahn/python-autobahn.hash | 4 ++--
package/python-autobahn/python-autobahn.mk | 4 ++--
3 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/package/python-autobahn/Config.in b/package/python-autobahn/Config.in
index 7e1429cdd7..de7bb3662a 100644
--- a/package/python-autobahn/Config.in
+++ b/package/python-autobahn/Config.in
@@ -2,8 +2,9 @@ config BR2_PACKAGE_PYTHON_AUTOBAHN
bool "python-autobahn"
select BR2_PACKAGE_PYTHON_SIX # runtime
select BR2_PACKAGE_PYTHON_TXAIO # runtime
+ select BR2_PACKAGE_PYTHON_CRYPTOGRAPHY # runtime
help
- WebSocket client Hhh server library, WAMP real-time
+ WebSocket client & server library, WAMP real-time
framework.
https://pypi.python.org/pypi/autobahn
diff --git a/package/python-autobahn/python-autobahn.hash b/package/python-autobahn/python-autobahn.hash
index dce40f160e..344fc8d6a4 100644
--- a/package/python-autobahn/python-autobahn.hash
+++ b/package/python-autobahn/python-autobahn.hash
@@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/autobahn/json
-md5 b296b8ae0f42e7df8052b28d574ede82 autobahn-19.1.1.tar.gz
-sha256 aebbadb700c13792a2967c79002855d1153b9ec8f2949d169e908388699596ff autobahn-19.1.1.tar.gz
+md5 e6045ea79a9c22f6ad1810670d833bcc autobahn-19.8.1.tar.gz
+sha256 294e7381dd54e73834354832604ae85567caf391c39363fed0ea2bfa86aa4304 autobahn-19.8.1.tar.gz
# Locally computed sha256 checksums
sha256 0387eefce570453daaa60633f28676003731eeca28b2d0a0071c628e3a0004ef LICENSE
diff --git a/package/python-autobahn/python-autobahn.mk b/package/python-autobahn/python-autobahn.mk
index 213e0314c9..56e6d54227 100644
--- a/package/python-autobahn/python-autobahn.mk
+++ b/package/python-autobahn/python-autobahn.mk
@@ -4,9 +4,9 @@
#
################################################################################
-PYTHON_AUTOBAHN_VERSION = 19.1.1
+PYTHON_AUTOBAHN_VERSION = 19.8.1
PYTHON_AUTOBAHN_SOURCE = autobahn-$(PYTHON_AUTOBAHN_VERSION).tar.gz
-PYTHON_AUTOBAHN_SITE = https://files.pythonhosted.org/packages/66/cc/1e2b20dc6654d9a87fc30da36bfae687ec65428814378c44257a26fe5f2f
+PYTHON_AUTOBAHN_SITE = https://files.pythonhosted.org/packages/7b/b9/3460d9f73aba656f06a22f2bbc92e1c31e567372d66614651582858c93ae
PYTHON_AUTOBAHN_LICENSE = MIT
PYTHON_AUTOBAHN_LICENSE_FILES = LICENSE
PYTHON_AUTOBAHN_SETUP_TYPE = setuptools
--
2.21.0
^ permalink raw reply related [flat|nested] 10+ messages in thread* [Buildroot] [PATCH 02/05] package/python-autobahn: bump to version 19.8.1
2019-08-04 1:06 ` [Buildroot] [PATCH 02/05] package/python-autobahn: bump to version 19.8.1 aduskett at gmail.com
@ 2019-08-04 6:59 ` Thomas Petazzoni
0 siblings, 0 replies; 10+ messages in thread
From: Thomas Petazzoni @ 2019-08-04 6:59 UTC (permalink / raw)
To: buildroot
Hello,
On Sat, 3 Aug 2019 21:06:31 -0400
aduskett at gmail.com wrote:
> From: Adam Duskett <Aduskett@gmail.com>
>
> In additon:
Typo: addition
> - select python-cryptography as it's now a runtime dependency
> - Gix a typo in the help.
Typo: Fix
> diff --git a/package/python-autobahn/Config.in b/package/python-autobahn/Config.in
> index 7e1429cdd7..de7bb3662a 100644
> --- a/package/python-autobahn/Config.in
> +++ b/package/python-autobahn/Config.in
> @@ -2,8 +2,9 @@ config BR2_PACKAGE_PYTHON_AUTOBAHN
> bool "python-autobahn"
> select BR2_PACKAGE_PYTHON_SIX # runtime
> select BR2_PACKAGE_PYTHON_TXAIO # runtime
> + select BR2_PACKAGE_PYTHON_CRYPTOGRAPHY # runtime
We prefer alphabeting ordering.
> help
> - WebSocket client Hhh server library, WAMP real-time
> + WebSocket client & server library, WAMP real-time
I used "and" instead of "&".
I fixed those minor details and applied. Thanks!
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 10+ messages in thread
* [Buildroot] [PATCH 03/05] package/python-cffi: bump to version 1.12.3
2019-08-04 1:06 [Buildroot] [PATCH 01/05 package/python-cryptography: bump to version 2.7 aduskett at gmail.com
2019-08-04 1:06 ` [Buildroot] [PATCH 02/05] package/python-autobahn: bump to version 19.8.1 aduskett at gmail.com
@ 2019-08-04 1:06 ` aduskett at gmail.com
2019-08-04 7:07 ` Thomas Petazzoni
2019-08-04 1:06 ` [Buildroot] [PATCH 04/05] package/python-docutils: bump to version 0.15.2 aduskett at gmail.com
` (2 subsequent siblings)
4 siblings, 1 reply; 10+ messages in thread
From: aduskett at gmail.com @ 2019-08-04 1:06 UTC (permalink / raw)
To: buildroot
From: Adam Duskett <Aduskett@gmail.com>
Signed-off-by: Adam Duskett <Aduskett@gmail.com>
---
package/python-cffi/python-cffi.hash | 4 ++--
package/python-cffi/python-cffi.mk | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/package/python-cffi/python-cffi.hash b/package/python-cffi/python-cffi.hash
index 3d4387fb08..15f67e9cc1 100644
--- a/package/python-cffi/python-cffi.hash
+++ b/package/python-cffi/python-cffi.hash
@@ -1,4 +1,4 @@
# md5 from https://pypi.python.org/pypi/cffi/json, sha256 locally computed
-md5 a731487324b501c8295221b629d3f5f3 cffi-1.11.2.tar.gz
-sha256 ab87dd91c0c4073758d07334c1e5f712ce8fe48f007b86f8238773963ee700a6 cffi-1.11.2.tar.gz
+md5 35ad1f9e1003cac9404c1493eb10d7f5 cffi-1.12.3.tar.gz
+sha256 041c81822e9f84b1d9c401182e174996f0bae9991f33725d059b771744290774 cffi-1.12.3.tar.gz
sha256 04b80f5b077bbed68808cfebadeb5e3523f2a8c9a96495c587bd96df1eac2a33 LICENSE
diff --git a/package/python-cffi/python-cffi.mk b/package/python-cffi/python-cffi.mk
index 1ef83917ad..810c032bff 100644
--- a/package/python-cffi/python-cffi.mk
+++ b/package/python-cffi/python-cffi.mk
@@ -4,9 +4,9 @@
#
################################################################################
-PYTHON_CFFI_VERSION = 1.11.2
+PYTHON_CFFI_VERSION = 1.12.3
PYTHON_CFFI_SOURCE = cffi-$(PYTHON_CFFI_VERSION).tar.gz
-PYTHON_CFFI_SITE = https://pypi.python.org/packages/c9/70/89b68b6600d479034276fed316e14b9107d50a62f5627da37fafe083fde3
+PYTHON_CFFI_SITE = https://files.pythonhosted.org/packages/93/1a/ab8c62b5838722f29f3daffcc8d4bd61844aa9b5f437341cc890ceee483b
PYTHON_CFFI_SETUP_TYPE = setuptools
PYTHON_CFFI_DEPENDENCIES = host-pkgconf libffi
PYTHON_CFFI_LICENSE = MIT
--
2.21.0
^ permalink raw reply related [flat|nested] 10+ messages in thread* [Buildroot] [PATCH 04/05] package/python-docutils: bump to version 0.15.2
2019-08-04 1:06 [Buildroot] [PATCH 01/05 package/python-cryptography: bump to version 2.7 aduskett at gmail.com
2019-08-04 1:06 ` [Buildroot] [PATCH 02/05] package/python-autobahn: bump to version 19.8.1 aduskett at gmail.com
2019-08-04 1:06 ` [Buildroot] [PATCH 03/05] package/python-cffi: bump to version 1.12.3 aduskett at gmail.com
@ 2019-08-04 1:06 ` aduskett at gmail.com
2019-08-04 7:07 ` Thomas Petazzoni
2019-08-04 1:06 ` [Buildroot] [PATCH 05/05] package/python-twisted: bump to version 19.2.1 aduskett at gmail.com
2019-08-04 6:58 ` [Buildroot] [PATCH 01/05 package/python-cryptography: bump to version 2.7 Thomas Petazzoni
4 siblings, 1 reply; 10+ messages in thread
From: aduskett at gmail.com @ 2019-08-04 1:06 UTC (permalink / raw)
To: buildroot
From: Adam Duskett <Aduskett@gmail.com>
Signed-off-by: Adam Duskett <Aduskett@gmail.com>
---
package/python-docutils/python-docutils.hash | 6 +++---
package/python-docutils/python-docutils.mk | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/package/python-docutils/python-docutils.hash b/package/python-docutils/python-docutils.hash
index dbf0fde8fd..ccccca1064 100644
--- a/package/python-docutils/python-docutils.hash
+++ b/package/python-docutils/python-docutils.hash
@@ -1,4 +1,4 @@
# md5 from https://pypi.python.org/pypi/docutils/json, sha256 locally computed
-md5 c53768d63db3873b7d452833553469de docutils-0.14.tar.gz
-sha256 51e64ef2ebfb29cae1faa133b3710143496eca21c530f3f71424d77687764274 docutils-0.14.tar.gz
-sha256 58c2807e9e6e3297ad4da08acc8884d09d8c5ffc9d824dd100922d0bb1ee4717 COPYING.txt
+md5 e26a308d8000b0bed7416a633217c676 docutils-0.15.2.tar.gz
+sha256 a2aeea129088da402665e92e0b25b04b073c04b2dce4ab65caaa38b7ce2e1a99 docutils-0.15.2.tar.gz
+sha256 efa0c85aa99ea5b4781240031b0d02af54d7b5554c87ad2b2bea9ba490f6663f COPYING.txt
diff --git a/package/python-docutils/python-docutils.mk b/package/python-docutils/python-docutils.mk
index 53da1a56de..9a42d3e5dc 100644
--- a/package/python-docutils/python-docutils.mk
+++ b/package/python-docutils/python-docutils.mk
@@ -4,9 +4,9 @@
#
################################################################################
-PYTHON_DOCUTILS_VERSION = 0.14
+PYTHON_DOCUTILS_VERSION = 0.15.2
PYTHON_DOCUTILS_SOURCE = docutils-$(PYTHON_DOCUTILS_VERSION).tar.gz
-PYTHON_DOCUTILS_SITE = https://pypi.python.org/packages/84/f4/5771e41fdf52aabebbadecc9381d11dea0fa34e4759b4071244fa094804c
+PYTHON_DOCUTILS_SITE = https://files.pythonhosted.org/packages/93/22/953e071b589b0b1fee420ab06a0d15e5aa0c7470eb9966d60393ce58ad61
PYTHON_DOCUTILS_LICENSE = Public Domain, BSD-2-Clause, GPL-3.0 (emacs mode), other
PYTHON_DOCUTILS_LICENSE_FILES = COPYING.txt
PYTHON_DOCUTILS_SETUP_TYPE = distutils
--
2.21.0
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [Buildroot] [PATCH 05/05] package/python-twisted: bump to version 19.2.1
2019-08-04 1:06 [Buildroot] [PATCH 01/05 package/python-cryptography: bump to version 2.7 aduskett at gmail.com
` (2 preceding siblings ...)
2019-08-04 1:06 ` [Buildroot] [PATCH 04/05] package/python-docutils: bump to version 0.15.2 aduskett at gmail.com
@ 2019-08-04 1:06 ` aduskett at gmail.com
2019-08-04 7:07 ` Thomas Petazzoni
2019-08-04 6:58 ` [Buildroot] [PATCH 01/05 package/python-cryptography: bump to version 2.7 Thomas Petazzoni
4 siblings, 1 reply; 10+ messages in thread
From: aduskett at gmail.com @ 2019-08-04 1:06 UTC (permalink / raw)
To: buildroot
From: Adam Duskett <Aduskett@gmail.com>
Also change hash for the license file due to a year change.
Signed-off-by: Adam Duskett <Aduskett@gmail.com>
---
package/python-twisted/python-twisted.hash | 6 +++---
package/python-twisted/python-twisted.mk | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/package/python-twisted/python-twisted.hash b/package/python-twisted/python-twisted.hash
index 884dce1308..ac2c90b42d 100644
--- a/package/python-twisted/python-twisted.hash
+++ b/package/python-twisted/python-twisted.hash
@@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/twisted/json
-md5 20fe2ec156e6e45b0b0d2ff06d9e828f Twisted-18.9.0.tar.bz2
-sha256 294be2c6bf84ae776df2fc98e7af7d6537e1c5e60a46d33c3ce2a197677da395 Twisted-18.9.0.tar.bz2
+md5 528b7856938edc2a752c244aebd94981 Twisted-19.2.1.tar.bz2
+sha256 fa2c04c2d68a9be7fc3975ba4947f653a57a656776f24be58ff0fe4b9aaf3e52 Twisted-19.2.1.tar.bz2
# Locally computed sha256
-sha256 17305fcdb49a4048310be5b43e9f3cfa9525c508a5117089d8b2ee91800c327b LICENSE
+sha256 61f0a3ad5048489bd985aa4b4e4a2e254a71461b3ad4a6e7a71a7f067a095010 LICENSE
diff --git a/package/python-twisted/python-twisted.mk b/package/python-twisted/python-twisted.mk
index a62637f0d4..90fa35fdcc 100644
--- a/package/python-twisted/python-twisted.mk
+++ b/package/python-twisted/python-twisted.mk
@@ -4,9 +4,9 @@
#
################################################################################
-PYTHON_TWISTED_VERSION = 18.9.0
+PYTHON_TWISTED_VERSION = 19.2.1
PYTHON_TWISTED_SOURCE = Twisted-$(PYTHON_TWISTED_VERSION).tar.bz2
-PYTHON_TWISTED_SITE = https://files.pythonhosted.org/packages/5d/0e/a72d85a55761c2c3ff1cb968143a2fd5f360220779ed90e0fadf4106d4f2
+PYTHON_TWISTED_SITE = https://files.pythonhosted.org/packages/79/59/035de19362320e632301ed7bbde23e4c8cd6fc5e2f1cf8d354cdba857854
PYTHON_TWISTED_SETUP_TYPE = setuptools
PYTHON_TWISTED_LICENSE = MIT
PYTHON_TWISTED_LICENSE_FILES = LICENSE
--
2.21.0
^ permalink raw reply related [flat|nested] 10+ messages in thread* [Buildroot] [PATCH 01/05 package/python-cryptography: bump to version 2.7
2019-08-04 1:06 [Buildroot] [PATCH 01/05 package/python-cryptography: bump to version 2.7 aduskett at gmail.com
` (3 preceding siblings ...)
2019-08-04 1:06 ` [Buildroot] [PATCH 05/05] package/python-twisted: bump to version 19.2.1 aduskett at gmail.com
@ 2019-08-04 6:58 ` Thomas Petazzoni
4 siblings, 0 replies; 10+ messages in thread
From: Thomas Petazzoni @ 2019-08-04 6:58 UTC (permalink / raw)
To: buildroot
On Sat, 3 Aug 2019 21:06:30 -0400
aduskett at gmail.com wrote:
> From: Adam Duskett <Aduskett@gmail.com>
>
> Also change the hash for LICENSE.APACHE due to changing http to https
> in the license URL.
>
> Signed-off-by: Adam Duskett <Aduskett@gmail.com>
> ---
> package/python-cryptography/python-cryptography.hash | 6 +++---
> package/python-cryptography/python-cryptography.mk | 4 ++--
> 2 files changed, 5 insertions(+), 5 deletions(-)
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 10+ messages in thread