buildroot.busybox.net archive mirror
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/python-simplejson: bump to version 3.17.5
@ 2021-09-20 14:22 Asaf Kahlon
  2021-09-20 14:22 ` [Buildroot] [PATCH 1/1] package/python-tinyrpc: bump to version 1.1.1 Asaf Kahlon
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Asaf Kahlon @ 2021-09-20 14:22 UTC (permalink / raw)
  To: buildroot; +Cc: Thomas Petazzoni, Asaf Kahlon

Plus, indent with two spaces in hash file.

Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
---
 package/python-simplejson/python-simplejson.hash | 6 +++---
 package/python-simplejson/python-simplejson.mk   | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/package/python-simplejson/python-simplejson.hash b/package/python-simplejson/python-simplejson.hash
index d89d824d14..bb44bdfc79 100644
--- a/package/python-simplejson/python-simplejson.hash
+++ b/package/python-simplejson/python-simplejson.hash
@@ -1,5 +1,5 @@
 # md5, sha256 from https://pypi.org/pypi/simplejson/json
-md5	8a5ed75c367b90fedc3d685742e2a1c7  simplejson-3.17.0.tar.gz
-sha256	2b4b2b738b3b99819a17feaf118265d0753d5536049ea570b3c43b51c4701e81  simplejson-3.17.0.tar.gz
+md5  1756427859454004e90e028d263cf23e  simplejson-3.17.5.tar.gz
+sha256  91cfb43fb91ff6d1e4258be04eee84b51a4ef40a28d899679b9ea2556322fb50  simplejson-3.17.5.tar.gz
 # Locally computed sha256 checksums
-sha256	fcaa1e313a99304322e2e0836ea4ee7d839ce9a480438f3922a853edfdde129f  LICENSE.txt
+sha256  fcaa1e313a99304322e2e0836ea4ee7d839ce9a480438f3922a853edfdde129f  LICENSE.txt
diff --git a/package/python-simplejson/python-simplejson.mk b/package/python-simplejson/python-simplejson.mk
index cf5bd3a482..5bed8d20a9 100644
--- a/package/python-simplejson/python-simplejson.mk
+++ b/package/python-simplejson/python-simplejson.mk
@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-PYTHON_SIMPLEJSON_VERSION = 3.17.0
+PYTHON_SIMPLEJSON_VERSION = 3.17.5
 PYTHON_SIMPLEJSON_SOURCE = simplejson-$(PYTHON_SIMPLEJSON_VERSION).tar.gz
-PYTHON_SIMPLEJSON_SITE = https://files.pythonhosted.org/packages/98/87/a7b98aa9256c8843f92878966dc3d8d914c14aad97e2c5ce4798d5743e07
+PYTHON_SIMPLEJSON_SITE = https://files.pythonhosted.org/packages/01/52/41c71718f941c9a5abebfaa24e3c14e3c0229327b7ebd21348989845ed8f
 PYTHON_SIMPLEJSON_LICENSE = Academic Free License (AFL), MIT
 PYTHON_SIMPLEJSON_LICENSE_FILES = LICENSE.txt
 PYTHON_SIMPLEJSON_CPE_ID_VENDOR = simplejson_project
-- 
2.33.0

_______________________________________________
buildroot mailing list
buildroot@lists.buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* [Buildroot] [PATCH 1/1] package/python-tinyrpc: bump to version 1.1.1
  2021-09-20 14:22 [Buildroot] [PATCH 1/1] package/python-simplejson: bump to version 3.17.5 Asaf Kahlon
@ 2021-09-20 14:22 ` Asaf Kahlon
  2021-09-20 14:22 ` [Buildroot] [PATCH 1/1] package/python-webob: bump to version 1.8.7 Asaf Kahlon
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 6+ messages in thread
From: Asaf Kahlon @ 2021-09-20 14:22 UTC (permalink / raw)
  To: buildroot; +Cc: Thomas Petazzoni, Asaf Kahlon

Plus, indent with two spaces on hash file.

Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
---
 package/python-tinyrpc/python-tinyrpc.hash | 7 ++++---
 package/python-tinyrpc/python-tinyrpc.mk   | 4 ++--
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/package/python-tinyrpc/python-tinyrpc.hash b/package/python-tinyrpc/python-tinyrpc.hash
index b4bc7ae863..c5bdad567e 100644
--- a/package/python-tinyrpc/python-tinyrpc.hash
+++ b/package/python-tinyrpc/python-tinyrpc.hash
@@ -1,4 +1,5 @@
 # md5, sha256 from https://pypi.org/pypi/tinyrpc/json
-sha256	4b41fab967fb1c978f573bf0d609a3b12cc3b6ed62bd3108f43f575563746396  tinyrpc-1.0.4.tar.gz
-md5	cd61e3cbc01ea940abc97d3a87abf4a7  tinyrpc-1.0.4.tar.gz
-sha256	587f1ea174824613f4a7e0d7fb95fda000a7f58ca17df12416e014c9ee82e619  LICENSE
+md5  34d7b41ab48297b6b8fbf937e3d43a57  tinyrpc-1.1.1.tar.gz
+sha256  9e68d7b9688dac8deaa342a2507d04f0b2ece64a9d19382aa2ee13d692e87d7f  tinyrpc-1.1.1.tar.gz
+# Locally computed sha256 checksums
+sha256  587f1ea174824613f4a7e0d7fb95fda000a7f58ca17df12416e014c9ee82e619  LICENSE
diff --git a/package/python-tinyrpc/python-tinyrpc.mk b/package/python-tinyrpc/python-tinyrpc.mk
index 0ac0470f74..f3f7dcc52b 100644
--- a/package/python-tinyrpc/python-tinyrpc.mk
+++ b/package/python-tinyrpc/python-tinyrpc.mk
@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-PYTHON_TINYRPC_VERSION = 1.0.4
+PYTHON_TINYRPC_VERSION = 1.1.1
 PYTHON_TINYRPC_SOURCE = tinyrpc-$(PYTHON_TINYRPC_VERSION).tar.gz
-PYTHON_TINYRPC_SITE = https://files.pythonhosted.org/packages/9d/91/c639ba014aada92446516c5fc4b04f2cee3539ab2d0758a6a87a6da973cb
+PYTHON_TINYRPC_SITE = https://files.pythonhosted.org/packages/6a/63/0851365686da1ca9ab03d63b035eccf87a1d85b743ce07d079462350da33
 PYTHON_TINYRPC_SETUP_TYPE = setuptools
 PYTHON_TINYRPC_LICENSE = MIT
 PYTHON_TINYRPC_LICENSE_FILES = LICENSE
-- 
2.33.0

_______________________________________________
buildroot mailing list
buildroot@lists.buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* [Buildroot] [PATCH 1/1] package/python-webob: bump to version 1.8.7
  2021-09-20 14:22 [Buildroot] [PATCH 1/1] package/python-simplejson: bump to version 3.17.5 Asaf Kahlon
  2021-09-20 14:22 ` [Buildroot] [PATCH 1/1] package/python-tinyrpc: bump to version 1.1.1 Asaf Kahlon
@ 2021-09-20 14:22 ` Asaf Kahlon
  2021-10-06 12:02   ` Peter Korsgaard
  2021-09-20 14:22 ` [Buildroot] [PATCH 1/1] package/python-wsaccel: bump to version 0.6.3 Asaf Kahlon
  2021-09-20 14:22 ` [Buildroot] [PATCH 1/1] package/python-zope-interface: bump to version 5.4.0 Asaf Kahlon
  3 siblings, 1 reply; 6+ messages in thread
From: Asaf Kahlon @ 2021-09-20 14:22 UTC (permalink / raw)
  To: buildroot; +Cc: Thomas Petazzoni, Asaf Kahlon

Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
---
 package/python-webob/python-webob.hash | 4 ++--
 package/python-webob/python-webob.mk   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/package/python-webob/python-webob.hash b/package/python-webob/python-webob.hash
index aab2f1d9e4..a46c1dbc94 100644
--- a/package/python-webob/python-webob.hash
+++ b/package/python-webob/python-webob.hash
@@ -1,5 +1,5 @@
 # md5, sha256 from https://pypi.org/pypi/webob/json
-md5  dc3cc8c317d4acd03a6fd97cb0a9121a  WebOb-1.8.6.tar.gz
-sha256  aa3a917ed752ba3e0b242234b2a373f9c4e2a75d35291dcbe977649bd21fd108  WebOb-1.8.6.tar.gz
+md5  10191c69fa5a2c00f3b9abfb8937b415  WebOb-1.8.7.tar.gz
+sha256  b64ef5141be559cfade448f044fa45c2260351edcb6a8ef6b7e00c7dcef0c323  WebOb-1.8.7.tar.gz
 # Locally computed sha256 checksums
 sha256  27bc4919e7e9e6b6cda40644517ca74d32203e32fba89ef832aba1ed93e457b3  docs/license.txt
diff --git a/package/python-webob/python-webob.mk b/package/python-webob/python-webob.mk
index 051c117538..11ba104476 100644
--- a/package/python-webob/python-webob.mk
+++ b/package/python-webob/python-webob.mk
@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-PYTHON_WEBOB_VERSION = 1.8.6
+PYTHON_WEBOB_VERSION = 1.8.7
 PYTHON_WEBOB_SOURCE = WebOb-$(PYTHON_WEBOB_VERSION).tar.gz
-PYTHON_WEBOB_SITE = https://files.pythonhosted.org/packages/2a/32/5f3f43d0784bdd9392db0cb98434d7cd23a0d8a420c4d243ad4cb8517f2a
+PYTHON_WEBOB_SITE = https://files.pythonhosted.org/packages/c7/45/ee5f034fb4ebe3236fa49e5a4fcbc54444dd22ecf33079cf56f9606d479d
 PYTHON_WEBOB_SETUP_TYPE = setuptools
 PYTHON_WEBOB_LICENSE = MIT
 PYTHON_WEBOB_LICENSE_FILES = docs/license.txt
-- 
2.33.0

_______________________________________________
buildroot mailing list
buildroot@lists.buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* [Buildroot] [PATCH 1/1] package/python-wsaccel: bump to version 0.6.3
  2021-09-20 14:22 [Buildroot] [PATCH 1/1] package/python-simplejson: bump to version 3.17.5 Asaf Kahlon
  2021-09-20 14:22 ` [Buildroot] [PATCH 1/1] package/python-tinyrpc: bump to version 1.1.1 Asaf Kahlon
  2021-09-20 14:22 ` [Buildroot] [PATCH 1/1] package/python-webob: bump to version 1.8.7 Asaf Kahlon
@ 2021-09-20 14:22 ` Asaf Kahlon
  2021-09-20 14:22 ` [Buildroot] [PATCH 1/1] package/python-zope-interface: bump to version 5.4.0 Asaf Kahlon
  3 siblings, 0 replies; 6+ messages in thread
From: Asaf Kahlon @ 2021-09-20 14:22 UTC (permalink / raw)
  To: buildroot; +Cc: Thomas Petazzoni, Asaf Kahlon

Plus, add license file and corresponding hash.

Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
---
 package/python-wsaccel/python-wsaccel.hash | 8 +++++---
 package/python-wsaccel/python-wsaccel.mk   | 5 +++--
 2 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/package/python-wsaccel/python-wsaccel.hash b/package/python-wsaccel/python-wsaccel.hash
index a02b5a8712..9d0002d41d 100644
--- a/package/python-wsaccel/python-wsaccel.hash
+++ b/package/python-wsaccel/python-wsaccel.hash
@@ -1,3 +1,5 @@
-# md5 from https://pypi.python.org/pypi?:action=show_md5&digest=2b4ea3d6847855c0587d37fca9db0557, sha256 locally computed.
-md5	2b4ea3d6847855c0587d37fca9db0557  wsaccel-0.6.2.tar.gz
-sha256	425706acf0724d2f6bfa391ec37b4ef121d3432c956029de3cea4e101c218e0c  wsaccel-0.6.2.tar.gz
+# md5, sha256 from https://pypi.org/pypi/wsaccel/json
+md5  973168711818dd98b8b28a4c2db77a27  wsaccel-0.6.3.tar.gz
+sha256  fdb27866bb6b6e7a29e45222778ff97938782a0ce92eff07dfb20af8fb9301c4  wsaccel-0.6.3.tar.gz
+# Locally computed sha256 checksums
+sha256  b6982974cb838b985b54b663d1780d280735086249c2e28015f25dd455df25da  LICENSE
diff --git a/package/python-wsaccel/python-wsaccel.mk b/package/python-wsaccel/python-wsaccel.mk
index 016ff2d72a..7c78951f2f 100644
--- a/package/python-wsaccel/python-wsaccel.mk
+++ b/package/python-wsaccel/python-wsaccel.mk
@@ -4,10 +4,11 @@
 #
 ################################################################################
 
-PYTHON_WSACCEL_VERSION = 0.6.2
+PYTHON_WSACCEL_VERSION = 0.6.3
 PYTHON_WSACCEL_SOURCE = wsaccel-$(PYTHON_WSACCEL_VERSION).tar.gz
-PYTHON_WSACCEL_SITE = https://pypi.python.org/packages/source/w/wsaccel
+PYTHON_WSACCEL_SITE = https://files.pythonhosted.org/packages/f5/d1/3e99875a764d0d6ec94a74977ed72dd3022a7f31d036622da9cff8fc072f
 PYTHON_WSACCEL_LICENSE = Apache-2.0
+PYTHON_WSACCEL_LICENSE_FILES = LICENSE
 PYTHON_WSACCEL_SETUP_TYPE = setuptools
 
 $(eval $(python-package))
-- 
2.33.0

_______________________________________________
buildroot mailing list
buildroot@lists.buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* [Buildroot] [PATCH 1/1] package/python-zope-interface: bump to version 5.4.0
  2021-09-20 14:22 [Buildroot] [PATCH 1/1] package/python-simplejson: bump to version 3.17.5 Asaf Kahlon
                   ` (2 preceding siblings ...)
  2021-09-20 14:22 ` [Buildroot] [PATCH 1/1] package/python-wsaccel: bump to version 0.6.3 Asaf Kahlon
@ 2021-09-20 14:22 ` Asaf Kahlon
  3 siblings, 0 replies; 6+ messages in thread
From: Asaf Kahlon @ 2021-09-20 14:22 UTC (permalink / raw)
  To: buildroot; +Cc: Thomas Petazzoni, Asaf Kahlon

Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
---
 package/python-zope-interface/python-zope-interface.hash | 4 ++--
 package/python-zope-interface/python-zope-interface.mk   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/package/python-zope-interface/python-zope-interface.hash b/package/python-zope-interface/python-zope-interface.hash
index 6c2f75303d..f7fa673e24 100644
--- a/package/python-zope-interface/python-zope-interface.hash
+++ b/package/python-zope-interface/python-zope-interface.hash
@@ -1,5 +1,5 @@
 # md5, sha256 from https://pypi.org/pypi/zope-interface/json
-md5  291fd76bd83dda946674af1526b6c2cd  zope.interface-5.3.0.tar.gz
-sha256  b18a855f8504743e0a2d8b75d008c7720d44e4c76687e13f959e35d9a13eb397  zope.interface-5.3.0.tar.gz
+md5  c58b31da83449631efb499de13c68c6a  zope.interface-5.4.0.tar.gz
+sha256  5dba5f530fec3f0988d83b78cc591b58c0b6eb8431a85edd1569a0539a8a5a0e  zope.interface-5.4.0.tar.gz
 # Locally computed sha256 checksums
 sha256  3e671db11df687516cc1db5b3d65e4aa383eaca3c20cea3faf53a0f7335d0a3c  LICENSE.txt
diff --git a/package/python-zope-interface/python-zope-interface.mk b/package/python-zope-interface/python-zope-interface.mk
index db0739405d..beacfb4f5e 100644
--- a/package/python-zope-interface/python-zope-interface.mk
+++ b/package/python-zope-interface/python-zope-interface.mk
@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-PYTHON_ZOPE_INTERFACE_VERSION = 5.3.0
+PYTHON_ZOPE_INTERFACE_VERSION = 5.4.0
 PYTHON_ZOPE_INTERFACE_SOURCE = zope.interface-$(PYTHON_ZOPE_INTERFACE_VERSION).tar.gz
-PYTHON_ZOPE_INTERFACE_SITE = https://files.pythonhosted.org/packages/b1/f8/aa59109d5345ece4820e8e7a05a97203ef21a0ac2c0460c6c929ea5be889
+PYTHON_ZOPE_INTERFACE_SITE = https://files.pythonhosted.org/packages/ae/58/e0877f58daa69126a5fb325d6df92b20b77431cd281e189c5ec42b722f58
 PYTHON_ZOPE_INTERFACE_SETUP_TYPE = setuptools
 PYTHON_ZOPE_INTERFACE_LICENSE = ZPL-2.1
 PYTHON_ZOPE_INTERFACE_LICENSE_FILES = LICENSE.txt
-- 
2.33.0

_______________________________________________
buildroot mailing list
buildroot@lists.buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] package/python-webob: bump to version 1.8.7
  2021-09-20 14:22 ` [Buildroot] [PATCH 1/1] package/python-webob: bump to version 1.8.7 Asaf Kahlon
@ 2021-10-06 12:02   ` Peter Korsgaard
  0 siblings, 0 replies; 6+ messages in thread
From: Peter Korsgaard @ 2021-10-06 12:02 UTC (permalink / raw)
  To: Asaf Kahlon; +Cc: Thomas Petazzoni, buildroot

>>>>> "Asaf" == Asaf Kahlon <asafka7@gmail.com> writes:

 > Signed-off-by: Asaf Kahlon <asafka7@gmail.com>

Committed to 2021.02.x, 2021.05.x and 2021.08.x, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2021-10-06 12:02 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-20 14:22 [Buildroot] [PATCH 1/1] package/python-simplejson: bump to version 3.17.5 Asaf Kahlon
2021-09-20 14:22 ` [Buildroot] [PATCH 1/1] package/python-tinyrpc: bump to version 1.1.1 Asaf Kahlon
2021-09-20 14:22 ` [Buildroot] [PATCH 1/1] package/python-webob: bump to version 1.8.7 Asaf Kahlon
2021-10-06 12:02   ` Peter Korsgaard
2021-09-20 14:22 ` [Buildroot] [PATCH 1/1] package/python-wsaccel: bump to version 0.6.3 Asaf Kahlon
2021-09-20 14:22 ` [Buildroot] [PATCH 1/1] package/python-zope-interface: bump to version 5.4.0 Asaf Kahlon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).