Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/3] package/python-h2: bump to version 4.1.0
@ 2022-01-12 21:28 Fabrice Fontaine
  2022-01-12 21:28 ` [Buildroot] [PATCH 2/3] package/python-hpack: bump to version 4.0.0 Fabrice Fontaine
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Fabrice Fontaine @ 2022-01-12 21:28 UTC (permalink / raw)
  To: buildroot; +Cc: Fabrice Fontaine, Asaf Kahlon

- Update site in Config.in
- Reorder select
- python 2.7 support has been dropped since version 4.0.0

https://github.com/python-hyper/h2/blob/v4.1.0/CHANGELOG.rst

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/python-h2/Config.in      | 5 +++--
 package/python-h2/python-h2.hash | 6 +++---
 package/python-h2/python-h2.mk   | 4 ++--
 3 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/package/python-h2/Config.in b/package/python-h2/Config.in
index dccee9b909..d88ad36761 100644
--- a/package/python-h2/Config.in
+++ b/package/python-h2/Config.in
@@ -1,8 +1,9 @@
 config BR2_PACKAGE_PYTHON_H2
 	bool "python-h2"
-	select BR2_PACKAGE_PYTHON_HYPERFRAME # runtime
+	depends on BR2_PACKAGE_PYTHON3
 	select BR2_PACKAGE_PYTHON_HPACK # runtime
+	select BR2_PACKAGE_PYTHON_HYPERFRAME # runtime
 	help
 	  HTTP/2 State-Machine based protocol implementation.
 
-	  http://hyper.rtfd.org
+	  https://github.com/python-hyper/h2
diff --git a/package/python-h2/python-h2.hash b/package/python-h2/python-h2.hash
index 4193567d37..2f9c8f647f 100644
--- a/package/python-h2/python-h2.hash
+++ b/package/python-h2/python-h2.hash
@@ -1,5 +1,5 @@
 # md5, sha256 from https://pypi.org/pypi/h2/json
-md5  197a99c09f344a0dd987fab9801dc8d0  h2-3.2.0.tar.gz
-sha256  875f41ebd6f2c44781259005b157faed1a5031df3ae5aa7bcb4628a6c0782f14  h2-3.2.0.tar.gz
+md5  4274f9619c0a43bb4ae01b6b02bf0c99  h2-4.1.0.tar.gz
+sha256  a83aca08fbe7aacb79fec788c9c0bac936343560ed9ec18b82a13a12c28d2abb  h2-4.1.0.tar.gz
 # Locally computed sha256 checksums
-sha256  663f9253e13519b82ab4a6b1caab6bed05aada70517f28cd0254be8a9fa19ed6  LICENSE
+sha256  7a65a5af0cbabf1c16251c7c6b2b7cb46d16a7222e79975b9b61fcd66a2e3f28  LICENSE
diff --git a/package/python-h2/python-h2.mk b/package/python-h2/python-h2.mk
index 81397bbb10..699e8baece 100644
--- a/package/python-h2/python-h2.mk
+++ b/package/python-h2/python-h2.mk
@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-PYTHON_H2_VERSION = 3.2.0
+PYTHON_H2_VERSION = 4.1.0
 PYTHON_H2_SOURCE = h2-$(PYTHON_H2_VERSION).tar.gz
-PYTHON_H2_SITE = https://files.pythonhosted.org/packages/08/0a/033df0fc05fe94f72517ccd393dd9ff99b1773fd198307638e6d3568a518
+PYTHON_H2_SITE = https://files.pythonhosted.org/packages/2a/32/fec683ddd10629ea4ea46d206752a95a2d8a48c22521edd70b142488efe1
 PYTHON_H2_SETUP_TYPE = setuptools
 PYTHON_H2_LICENSE = MIT
 PYTHON_H2_LICENSE_FILES = LICENSE
-- 
2.34.1

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

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

* [Buildroot] [PATCH 2/3] package/python-hpack: bump to version 4.0.0
  2022-01-12 21:28 [Buildroot] [PATCH 1/3] package/python-h2: bump to version 4.1.0 Fabrice Fontaine
@ 2022-01-12 21:28 ` Fabrice Fontaine
  2022-01-12 21:28 ` [Buildroot] [PATCH 3/3] package/python-hyperframe: bump to version 6.0.1 Fabrice Fontaine
  2022-01-13 19:43 ` [Buildroot] [PATCH 1/3] package/python-h2: bump to version 4.1.0 Thomas Petazzoni
  2 siblings, 0 replies; 4+ messages in thread
From: Fabrice Fontaine @ 2022-01-12 21:28 UTC (permalink / raw)
  To: buildroot; +Cc: Fabrice Fontaine, Asaf Kahlon

- Drop patch (HISTORY.rst removed)
- Update site in Config.in
- python 2.7 has been dropped
- Update indentation in hash file (two spaces)

https://github.com/python-hyper/hpack/blob/v4.0.0/CHANGELOG.rst

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 ...STORY.rst-from-UTF-8-format-to-ASCII.patch | 40 -------------------
 package/python-hpack/Config.in                |  3 +-
 package/python-hpack/python-hpack.hash        |  8 ++--
 package/python-hpack/python-hpack.mk          |  4 +-
 4 files changed, 8 insertions(+), 47 deletions(-)
 delete mode 100644 package/python-hpack/0001-Convert-HISTORY.rst-from-UTF-8-format-to-ASCII.patch

diff --git a/package/python-hpack/0001-Convert-HISTORY.rst-from-UTF-8-format-to-ASCII.patch b/package/python-hpack/0001-Convert-HISTORY.rst-from-UTF-8-format-to-ASCII.patch
deleted file mode 100644
index 015b8a24da..0000000000
--- a/package/python-hpack/0001-Convert-HISTORY.rst-from-UTF-8-format-to-ASCII.patch
+++ /dev/null
@@ -1,40 +0,0 @@
-From 3d195f4f599f37c89419f1db1302f94acb38c264 Mon Sep 17 00:00:00 2001
-From: Yegor Yefremov <yegorslists@googlemail.com>
-Date: Tue, 1 Aug 2017 10:15:33 +0200
-Subject: [PATCH] Convert HISTORY.rst from UTF-8 format to ASCII
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-UTF-8 formatted file breaks installations on some systems:
-
-Traceback (most recent call last):
-  File "setup.py", line 34, in <module>
-    long_description=open('README.rst').read() + '\n\n' + open('HISTORY.rst').read(),
-  File "/home/peko/autobuild/instance-1/output/target/usr/lib/python3.6/encodings/ascii.py", line 26, in decode
-    return codecs.ascii_decode(input, self.errors)[0]
-UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in position 1125: ordinal not in range(128)
-
-To fix this error just replace '§' with 'S' meaning 'Section'.
-
-Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
----
- HISTORY.rst | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/HISTORY.rst b/HISTORY.rst
-index 37b2d9c..b9310f5 100644
---- a/HISTORY.rst
-+++ b/HISTORY.rst
-@@ -27,7 +27,7 @@ Release History
- - HPACK now tolerates receiving multiple header table size changes in sequence,
-   rather than only one.
- - HPACK now forbids header table size changes anywhere but first in a header
--  block, as required by RFC 7541 § 4.2.
-+  block, as required by RFC 7541 S 4.2.
- - Other miscellaneous performance improvements.
- 
- 2.3.0 (2016-08-04)
--- 
-2.11.0
-
diff --git a/package/python-hpack/Config.in b/package/python-hpack/Config.in
index b0ea03bc42..0608f97281 100644
--- a/package/python-hpack/Config.in
+++ b/package/python-hpack/Config.in
@@ -1,6 +1,7 @@
 config BR2_PACKAGE_PYTHON_HPACK
 	bool "python-hpack"
+	depends on BR2_PACKAGE_PYTHON3
 	help
 	  Pure-Python HPACK header compression.
 
-	  http://hyper.rtfd.org
+	  https://github.com/python-hyper/hpack
diff --git a/package/python-hpack/python-hpack.hash b/package/python-hpack/python-hpack.hash
index 72886b0edd..988cbaae0b 100644
--- a/package/python-hpack/python-hpack.hash
+++ b/package/python-hpack/python-hpack.hash
@@ -1,5 +1,5 @@
-# md5 from https://pypi.python.org/pypi/hpack/json
-md5	556b0ae66180f54c2ce8029a0952088b  hpack-3.0.0.tar.gz
-# Locally computed
-sha256	8eec9c1f4bfae3408a3f30500261f7e6a65912dc138526ea054f9ad98892e9d2  hpack-3.0.0.tar.gz
+# md5, sha256 from https://pypi.org/pypi/hpack/json
+md5  27e01514ef06dc9fa0798d3dcb7de47c  hpack-4.0.0.tar.gz
+sha256  fc41de0c63e687ebffde81187a948221294896f6bdc0ae2312708df339430095  hpack-4.0.0.tar.gz
+# Locally computed sha256 checksums
 sha256  763a9342a04df62046c9dc748a5287934eb0a5331c6863b3ca0aee20e18cb4ed  LICENSE
diff --git a/package/python-hpack/python-hpack.mk b/package/python-hpack/python-hpack.mk
index d6b96649e9..3cf534d055 100644
--- a/package/python-hpack/python-hpack.mk
+++ b/package/python-hpack/python-hpack.mk
@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-PYTHON_HPACK_VERSION = 3.0.0
+PYTHON_HPACK_VERSION = 4.0.0
 PYTHON_HPACK_SOURCE = hpack-$(PYTHON_HPACK_VERSION).tar.gz
-PYTHON_HPACK_SITE = https://pypi.python.org/packages/44/f1/b4440e46e265a29c0cb7b09b6daec6edf93c79eae713cfed93fbbf8716c5
+PYTHON_HPACK_SITE = https://files.pythonhosted.org/packages/3e/9b/fda93fb4d957db19b0f6b370e79d586b3e8528b20252c729c476a2c02954
 PYTHON_HPACK_SETUP_TYPE = setuptools
 PYTHON_HPACK_LICENSE = MIT
 PYTHON_HPACK_LICENSE_FILES = LICENSE
-- 
2.34.1

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

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

* [Buildroot] [PATCH 3/3] package/python-hyperframe: bump to version 6.0.1
  2022-01-12 21:28 [Buildroot] [PATCH 1/3] package/python-h2: bump to version 4.1.0 Fabrice Fontaine
  2022-01-12 21:28 ` [Buildroot] [PATCH 2/3] package/python-hpack: bump to version 4.0.0 Fabrice Fontaine
@ 2022-01-12 21:28 ` Fabrice Fontaine
  2022-01-13 19:43 ` [Buildroot] [PATCH 1/3] package/python-h2: bump to version 4.1.0 Thomas Petazzoni
  2 siblings, 0 replies; 4+ messages in thread
From: Fabrice Fontaine @ 2022-01-12 21:28 UTC (permalink / raw)
  To: buildroot; +Cc: Fabrice Fontaine, Asaf Kahlon

- Update site in Config.in
- python 2.7 support has been dropped since version 6.0.0
- Update indentation in hash file (two spaces)

https://github.com/python-hyper/hyperframe/blob/v6.0.1/CHANGELOG.rst

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/python-hyperframe/Config.in              | 3 ++-
 package/python-hyperframe/python-hyperframe.hash | 6 +++---
 package/python-hyperframe/python-hyperframe.mk   | 4 ++--
 3 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/package/python-hyperframe/Config.in b/package/python-hyperframe/Config.in
index f3318a20e2..30457fe86e 100644
--- a/package/python-hyperframe/Config.in
+++ b/package/python-hyperframe/Config.in
@@ -1,6 +1,7 @@
 config BR2_PACKAGE_PYTHON_HYPERFRAME
 	bool "python-hyperframe"
+	depends on BR2_PACKAGE_PYTHON3
 	help
 	  HTTP/2 framing layer for Python.
 
-	  http://hyper.rtfd.org
+	  https://github.com/python-hyper/hyperframe/
diff --git a/package/python-hyperframe/python-hyperframe.hash b/package/python-hyperframe/python-hyperframe.hash
index 3e686a4aa2..b39ab51a72 100644
--- a/package/python-hyperframe/python-hyperframe.hash
+++ b/package/python-hyperframe/python-hyperframe.hash
@@ -1,5 +1,5 @@
 # md5, sha256 from https://pypi.org/pypi/hyperframe/json
-md5	6919183242feb26d8bce3b4cba81defd  hyperframe-5.2.0.tar.gz
-sha256	a9f5c17f2cc3c719b917c4f33ed1c61bd1f8dfac4b1bd23b7c80b3400971b41f  hyperframe-5.2.0.tar.gz
+md5  153c064e8ac654aaf136b3388c36de48  hyperframe-6.0.1.tar.gz
+sha256  ae510046231dc8e9ecb1a6586f63d2347bf4c8905914aa84ba585ae85f28a914  hyperframe-6.0.1.tar.gz
 # Locally computed sha256 checksums
-sha256	763a9342a04df62046c9dc748a5287934eb0a5331c6863b3ca0aee20e18cb4ed  LICENSE
+sha256  763a9342a04df62046c9dc748a5287934eb0a5331c6863b3ca0aee20e18cb4ed  LICENSE
diff --git a/package/python-hyperframe/python-hyperframe.mk b/package/python-hyperframe/python-hyperframe.mk
index 7640ade5fd..4b13ca51a3 100644
--- a/package/python-hyperframe/python-hyperframe.mk
+++ b/package/python-hyperframe/python-hyperframe.mk
@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-PYTHON_HYPERFRAME_VERSION = 5.2.0
+PYTHON_HYPERFRAME_VERSION = 6.0.1
 PYTHON_HYPERFRAME_SOURCE = hyperframe-$(PYTHON_HYPERFRAME_VERSION).tar.gz
-PYTHON_HYPERFRAME_SITE = https://files.pythonhosted.org/packages/e6/7f/9a4834af1010dc1d570d5f394dfd9323a7d7ada7d25586bd299fc4cb0356
+PYTHON_HYPERFRAME_SITE = https://files.pythonhosted.org/packages/5a/2a/4747bff0a17f7281abe73e955d60d80aae537a5d203f417fa1c2e7578ebb
 PYTHON_HYPERFRAME_SETUP_TYPE = setuptools
 PYTHON_HYPERFRAME_LICENSE = MIT
 PYTHON_HYPERFRAME_LICENSE_FILES = LICENSE
-- 
2.34.1

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

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

* Re: [Buildroot] [PATCH 1/3] package/python-h2: bump to version 4.1.0
  2022-01-12 21:28 [Buildroot] [PATCH 1/3] package/python-h2: bump to version 4.1.0 Fabrice Fontaine
  2022-01-12 21:28 ` [Buildroot] [PATCH 2/3] package/python-hpack: bump to version 4.0.0 Fabrice Fontaine
  2022-01-12 21:28 ` [Buildroot] [PATCH 3/3] package/python-hyperframe: bump to version 6.0.1 Fabrice Fontaine
@ 2022-01-13 19:43 ` Thomas Petazzoni
  2 siblings, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2022-01-13 19:43 UTC (permalink / raw)
  To: Fabrice Fontaine; +Cc: Asaf Kahlon, buildroot

On Wed, 12 Jan 2022 22:28:45 +0100
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

> - Update site in Config.in
> - Reorder select
> - python 2.7 support has been dropped since version 4.0.0
> 
> https://github.com/python-hyper/h2/blob/v4.1.0/CHANGELOG.rst
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
>  package/python-h2/Config.in      | 5 +++--
>  package/python-h2/python-h2.hash | 6 +++---
>  package/python-h2/python-h2.mk   | 4 ++--
>  3 files changed, 8 insertions(+), 7 deletions(-)

Series applied to master, thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2022-01-13 19:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-12 21:28 [Buildroot] [PATCH 1/3] package/python-h2: bump to version 4.1.0 Fabrice Fontaine
2022-01-12 21:28 ` [Buildroot] [PATCH 2/3] package/python-hpack: bump to version 4.0.0 Fabrice Fontaine
2022-01-12 21:28 ` [Buildroot] [PATCH 3/3] package/python-hyperframe: bump to version 6.0.1 Fabrice Fontaine
2022-01-13 19:43 ` [Buildroot] [PATCH 1/3] package/python-h2: bump to version 4.1.0 Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox