All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v1 1/9] package/python-click: bump version to 8.1.4
@ 2023-07-13  7:38 Peter Seiderer
  2023-07-13  7:38 ` [Buildroot] [PATCH v1 2/9] package/python-markupsafe: bump version to 2.1.3 Peter Seiderer
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Peter Seiderer @ 2023-07-13  7:38 UTC (permalink / raw)
  To: buildroot
  Cc: Lionel Flandrin, Mauro Condarelli, Asaf Kahlon, Thomas Petazzoni

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
---
 package/python-click/python-click.hash | 4 ++--
 package/python-click/python-click.mk   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/package/python-click/python-click.hash b/package/python-click/python-click.hash
index 81d19c419e..9b2f8ed833 100644
--- a/package/python-click/python-click.hash
+++ b/package/python-click/python-click.hash
@@ -1,5 +1,5 @@
 # md5, sha256 from https://pypi.org/pypi/click/json
-md5  a804b085de7a3ff96968e38e0f6f2e05  click-8.1.3.tar.gz
-sha256  7682dc8afb30297001674575ea00d1814d808d6a36af415a82bd481d37ba7b8e  click-8.1.3.tar.gz
+md5  d19686712c4a599bc8bf1f6f3ea7947d  click-8.1.4.tar.gz
+sha256  b97d0c74955da062a7d4ef92fadb583806a585b2ea81958a81bd72726cbb8e37  click-8.1.4.tar.gz
 # Locally computed sha256 checksums
 sha256  9a8ad106a394e853bfe21f42f4e72d592819a22805d991b5f3275029292b658d  LICENSE.rst
diff --git a/package/python-click/python-click.mk b/package/python-click/python-click.mk
index 6444d0148e..a6f2c3773c 100644
--- a/package/python-click/python-click.mk
+++ b/package/python-click/python-click.mk
@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-PYTHON_CLICK_VERSION = 8.1.3
+PYTHON_CLICK_VERSION = 8.1.4
 PYTHON_CLICK_SOURCE = click-$(PYTHON_CLICK_VERSION).tar.gz
-PYTHON_CLICK_SITE = https://files.pythonhosted.org/packages/59/87/84326af34517fca8c58418d148f2403df25303e02736832403587318e9e8
+PYTHON_CLICK_SITE = https://files.pythonhosted.org/packages/77/88/b0cc5fe95c31c301e9823ea9b028f669c0dcfa205ff71111037a5ed4892c
 PYTHON_CLICK_LICENSE = BSD-3-Clause
 PYTHON_CLICK_LICENSE_FILES = LICENSE.rst
 PYTHON_CLICK_SETUP_TYPE = setuptools
-- 
2.41.0

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

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

* [Buildroot] [PATCH v1 2/9] package/python-markupsafe: bump version to 2.1.3
  2023-07-13  7:38 [Buildroot] [PATCH v1 1/9] package/python-click: bump version to 8.1.4 Peter Seiderer
@ 2023-07-13  7:38 ` Peter Seiderer
  2023-07-13  7:38 ` [Buildroot] [PATCH v1 3/9] package/python-pytz: bump version to 2023.3 Peter Seiderer
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Peter Seiderer @ 2023-07-13  7:38 UTC (permalink / raw)
  To: buildroot
  Cc: Lionel Flandrin, Mauro Condarelli, Asaf Kahlon, Thomas Petazzoni

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
---
 package/python-markupsafe/python-markupsafe.hash | 4 ++--
 package/python-markupsafe/python-markupsafe.mk   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/package/python-markupsafe/python-markupsafe.hash b/package/python-markupsafe/python-markupsafe.hash
index 2d1d81c62e..ec357a83ce 100644
--- a/package/python-markupsafe/python-markupsafe.hash
+++ b/package/python-markupsafe/python-markupsafe.hash
@@ -1,5 +1,5 @@
 # md5, sha256 from https://pypi.org/pypi/markupsafe/json
-md5  9809f9fdd98bc835b0c21aa8f79cbf30  MarkupSafe-2.1.1.tar.gz
-sha256  7f91197cc9e48f989d12e4e6fbc46495c446636dfc81b9ccf50bb0ec74b91d4b  MarkupSafe-2.1.1.tar.gz
+md5  ca33f119bd0551ce15837f58bb180214  MarkupSafe-2.1.3.tar.gz
+sha256  af598ed32d6ae86f1b747b82783958b1a4ab8f617b06fe68795c7f026abbdcad  MarkupSafe-2.1.3.tar.gz
 # Locally computed sha256 checksums
 sha256  489a8e1108509ed98a37bb983e11e0f7e1d31f0bd8f99a79c8448e7ff37d07ea  LICENSE.rst
diff --git a/package/python-markupsafe/python-markupsafe.mk b/package/python-markupsafe/python-markupsafe.mk
index 49bfc0b840..0dca997f87 100644
--- a/package/python-markupsafe/python-markupsafe.mk
+++ b/package/python-markupsafe/python-markupsafe.mk
@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-PYTHON_MARKUPSAFE_VERSION = 2.1.1
+PYTHON_MARKUPSAFE_VERSION = 2.1.3
 PYTHON_MARKUPSAFE_SOURCE = MarkupSafe-$(PYTHON_MARKUPSAFE_VERSION).tar.gz
-PYTHON_MARKUPSAFE_SITE = https://files.pythonhosted.org/packages/1d/97/2288fe498044284f39ab8950703e88abbac2abbdf65524d576157af70556
+PYTHON_MARKUPSAFE_SITE = https://files.pythonhosted.org/packages/6d/7c/59a3248f411813f8ccba92a55feaac4bf360d29e2ff05ee7d8e1ef2d7dbf
 PYTHON_MARKUPSAFE_SETUP_TYPE = setuptools
 PYTHON_MARKUPSAFE_LICENSE = BSD-3-Clause
 PYTHON_MARKUPSAFE_LICENSE_FILES = LICENSE.rst
-- 
2.41.0

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

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

* [Buildroot] [PATCH v1 3/9] package/python-pytz: bump version to 2023.3
  2023-07-13  7:38 [Buildroot] [PATCH v1 1/9] package/python-click: bump version to 8.1.4 Peter Seiderer
  2023-07-13  7:38 ` [Buildroot] [PATCH v1 2/9] package/python-markupsafe: bump version to 2.1.3 Peter Seiderer
@ 2023-07-13  7:38 ` Peter Seiderer
  2023-07-13  7:38 ` [Buildroot] [PATCH v1 4/9] package/python-werkzeug: bump version to 2.3.6 Peter Seiderer
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Peter Seiderer @ 2023-07-13  7:38 UTC (permalink / raw)
  To: buildroot
  Cc: Lionel Flandrin, Mauro Condarelli, Asaf Kahlon, Thomas Petazzoni

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
---
 package/python-pytz/python-pytz.hash | 4 ++--
 package/python-pytz/python-pytz.mk   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/package/python-pytz/python-pytz.hash b/package/python-pytz/python-pytz.hash
index 6d6e1b606c..861f9d6f35 100644
--- a/package/python-pytz/python-pytz.hash
+++ b/package/python-pytz/python-pytz.hash
@@ -1,5 +1,5 @@
 # md5, sha256 from https://pypi.org/pypi/pytz/json
-md5  3b9356e4dcd441df922cc01e8eb15983  pytz-2022.7.tar.gz
-sha256  7ccfae7b4b2c067464a6733c6261673fdb8fd1be905460396b97a073e9fa683a  pytz-2022.7.tar.gz
+md5  fe54c8f8a1544b4e78b523b264ab071b  pytz-2023.3.tar.gz
+sha256  1d8ce29db189191fb55338ee6d0387d82ab59f3d00eac103412d64e0ebd0c588  pytz-2023.3.tar.gz
 # Locally computed sha256 checksums
 sha256  be8b1a37ebe26c592a90f6c0eb33103a7f383ce2f4d7498c0af9a526990a07b8  LICENSE.txt
diff --git a/package/python-pytz/python-pytz.mk b/package/python-pytz/python-pytz.mk
index 057a3ef173..4754efe41a 100644
--- a/package/python-pytz/python-pytz.mk
+++ b/package/python-pytz/python-pytz.mk
@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-PYTHON_PYTZ_VERSION = 2022.7
+PYTHON_PYTZ_VERSION = 2023.3
 PYTHON_PYTZ_SOURCE = pytz-$(PYTHON_PYTZ_VERSION).tar.gz
-PYTHON_PYTZ_SITE = https://files.pythonhosted.org/packages/6d/37/54f2d7c147e42dc85ffbc6910862bb4f141fb3fc14d9a88efaa1a76c7df2
+PYTHON_PYTZ_SITE = https://files.pythonhosted.org/packages/5e/32/12032aa8c673ee16707a9b6cdda2b09c0089131f35af55d443b6a9c69c1d
 PYTHON_PYTZ_SETUP_TYPE = setuptools
 PYTHON_PYTZ_LICENSE = MIT
 PYTHON_PYTZ_LICENSE_FILES = LICENSE.txt
-- 
2.41.0

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

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

* [Buildroot] [PATCH v1 4/9] package/python-werkzeug: bump version to 2.3.6
  2023-07-13  7:38 [Buildroot] [PATCH v1 1/9] package/python-click: bump version to 8.1.4 Peter Seiderer
  2023-07-13  7:38 ` [Buildroot] [PATCH v1 2/9] package/python-markupsafe: bump version to 2.1.3 Peter Seiderer
  2023-07-13  7:38 ` [Buildroot] [PATCH v1 3/9] package/python-pytz: bump version to 2023.3 Peter Seiderer
@ 2023-07-13  7:38 ` Peter Seiderer
  2023-07-13  7:38 ` [Buildroot] [PATCH v1 5/9] package/python-blinker: new package Peter Seiderer
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Peter Seiderer @ 2023-07-13  7:38 UTC (permalink / raw)
  To: buildroot
  Cc: Lionel Flandrin, Mauro Condarelli, Asaf Kahlon, Thomas Petazzoni

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
---
 package/python-werkzeug/python-werkzeug.hash | 4 ++--
 package/python-werkzeug/python-werkzeug.mk   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/package/python-werkzeug/python-werkzeug.hash b/package/python-werkzeug/python-werkzeug.hash
index 0b60a40066..07b6f2f40d 100644
--- a/package/python-werkzeug/python-werkzeug.hash
+++ b/package/python-werkzeug/python-werkzeug.hash
@@ -1,5 +1,5 @@
 # md5, sha256 from https://pypi.org/pypi/werkzeug/json
-md5  28c3ec6a4b1ce8f06c85612c1dfa351a  Werkzeug-2.2.3.tar.gz
-sha256  2e1ccc9417d4da358b9de6f174e3ac094391ea1d4fbef2d667865d819dfd0afe  Werkzeug-2.2.3.tar.gz
+md5  de26f240d6f95689a8d15170c2d958b6  Werkzeug-2.3.6.tar.gz
+sha256  98c774df2f91b05550078891dee5f0eb0cb797a522c757a2452b9cee5b202330  Werkzeug-2.2.3.tar.gz
 # Locally computed sha256 checksums
 sha256  3b49dcee4105eb37bac10faf1be260408fe85d252b8e9df2e0979fc1e094437b  LICENSE.rst
diff --git a/package/python-werkzeug/python-werkzeug.mk b/package/python-werkzeug/python-werkzeug.mk
index 0dd27d145f..3b7c663437 100644
--- a/package/python-werkzeug/python-werkzeug.mk
+++ b/package/python-werkzeug/python-werkzeug.mk
@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-PYTHON_WERKZEUG_VERSION = 2.2.3
+PYTHON_WERKZEUG_VERSION = 2.3.6
 PYTHON_WERKZEUG_SOURCE = Werkzeug-$(PYTHON_WERKZEUG_VERSION).tar.gz
-PYTHON_WERKZEUG_SITE = https://files.pythonhosted.org/packages/02/3c/baaebf3235c87d61d6593467056d5a8fba7c75ac838b8d100a5e64eba7a0
+PYTHON_WERKZEUG_SITE = https://files.pythonhosted.org/packages/d1/7e/c35cea5749237d40effc50ed1a1c7518d9f2e768fcf30b4e9ea119e74975
 PYTHON_WERKZEUG_SETUP_TYPE = setuptools
 PYTHON_WERKZEUG_LICENSE = BSD-3-Clause
 PYTHON_WERKZEUG_LICENSE_FILES = LICENSE.rst
-- 
2.41.0

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

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

* [Buildroot] [PATCH v1 5/9] package/python-blinker: new package
  2023-07-13  7:38 [Buildroot] [PATCH v1 1/9] package/python-click: bump version to 8.1.4 Peter Seiderer
                   ` (2 preceding siblings ...)
  2023-07-13  7:38 ` [Buildroot] [PATCH v1 4/9] package/python-werkzeug: bump version to 2.3.6 Peter Seiderer
@ 2023-07-13  7:38 ` Peter Seiderer
  2023-07-13  7:38 ` [Buildroot] [PATCH v1 6/9] package/python-flask: bump version to 2.3.2 Peter Seiderer
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Peter Seiderer @ 2023-07-13  7:38 UTC (permalink / raw)
  To: buildroot
  Cc: Lionel Flandrin, Mauro Condarelli, Asaf Kahlon, Thomas Petazzoni

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
---
 package/Config.in                          |  1 +
 package/python-blinker/Config.in           |  6 ++++++
 package/python-blinker/python-blinker.hash |  5 +++++
 package/python-blinker/python-blinker.mk   | 14 ++++++++++++++
 4 files changed, 26 insertions(+)
 create mode 100644 package/python-blinker/Config.in
 create mode 100644 package/python-blinker/python-blinker.hash
 create mode 100644 package/python-blinker/python-blinker.mk

diff --git a/package/Config.in b/package/Config.in
index e6ed56a811..c8ed49d773 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -984,6 +984,7 @@ menu "External python modules"
 	source "package/python-bidict/Config.in"
 	source "package/python-bitstring/Config.in"
 	source "package/python-bleak/Config.in"
+	source "package/python-blinker/Config.in"
 	source "package/python-bluezero/Config.in"
 	source "package/python-boto3/Config.in"
 	source "package/python-botocore/Config.in"
diff --git a/package/python-blinker/Config.in b/package/python-blinker/Config.in
new file mode 100644
index 0000000000..3540ca7452
--- /dev/null
+++ b/package/python-blinker/Config.in
@@ -0,0 +1,6 @@
+config BR2_PACKAGE_PYTHON_BLINKER
+	bool "python-blinker"
+	help
+	  Fast, simple object-to-object and broadcast signaling.
+
+	  https://blinker.readthedocs.io
diff --git a/package/python-blinker/python-blinker.hash b/package/python-blinker/python-blinker.hash
new file mode 100644
index 0000000000..28416d9fe2
--- /dev/null
+++ b/package/python-blinker/python-blinker.hash
@@ -0,0 +1,5 @@
+# md5, sha256 from https://pypi.org/pypi/blinker/json
+md5  1c7375d100a67ba368d9cde0ab2d8cfa  blinker-1.6.2.tar.gz
+sha256  4afd3de66ef3a9f8067559fb7a1cbe555c17dcbe15971b05d1b625c3e7abe213  blinker-1.6.2.tar.gz
+# Locally computed sha256 checksums
+sha256  9eb73a1f38597a4aa17025d2ae1be3839624c795e985d4f0e9769ce29faca467  LICENSE.rst
diff --git a/package/python-blinker/python-blinker.mk b/package/python-blinker/python-blinker.mk
new file mode 100644
index 0000000000..6af0f811cb
--- /dev/null
+++ b/package/python-blinker/python-blinker.mk
@@ -0,0 +1,14 @@
+################################################################################
+#
+# python-blinker
+#
+################################################################################
+
+PYTHON_BLINKER_VERSION = 1.6.2
+PYTHON_BLINKER_SOURCE = blinker-$(PYTHON_BLINKER_VERSION).tar.gz
+PYTHON_BLINKER_SITE = https://files.pythonhosted.org/packages/e8/f9/a05287f3d5c54d20f51a235ace01f50620984bc7ca5ceee781dc645211c5
+PYTHON_BLINKER_SETUP_TYPE = setuptools
+PYTHON_BLINKER_LICENSE = MIT
+PYTHON_BLINKER_LICENSE_FILES = LICENSE.rst
+
+$(eval $(python-package))
-- 
2.41.0

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

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

* [Buildroot] [PATCH v1 6/9] package/python-flask: bump version to 2.3.2
  2023-07-13  7:38 [Buildroot] [PATCH v1 1/9] package/python-click: bump version to 8.1.4 Peter Seiderer
                   ` (3 preceding siblings ...)
  2023-07-13  7:38 ` [Buildroot] [PATCH v1 5/9] package/python-blinker: new package Peter Seiderer
@ 2023-07-13  7:38 ` Peter Seiderer
  2023-07-13  7:38 ` [Buildroot] [PATCH v1 7/9] package/python-flask-babel: bump version to 3.1.0 Peter Seiderer
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Peter Seiderer @ 2023-07-13  7:38 UTC (permalink / raw)
  To: buildroot
  Cc: Lionel Flandrin, Mauro Condarelli, Asaf Kahlon, Thomas Petazzoni

- update docs/license.rst hash (removed duplicated BSD-3-Clause and
  reference to LICENSE.rst, removed Artwork and reference to
  artwork/LICENSE.rst)

- add new runtime dependency on python-blinker

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
---
 package/python-flask/Config.in         | 1 +
 package/python-flask/python-flask.hash | 6 +++---
 package/python-flask/python-flask.mk   | 4 ++--
 3 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/package/python-flask/Config.in b/package/python-flask/Config.in
index 8a44bf2db4..19b2f0ae7b 100644
--- a/package/python-flask/Config.in
+++ b/package/python-flask/Config.in
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_PYTHON_FLASK
 	bool "python-flask"
+	select BR2_PACKAGE_PYTHON_BLINKER # runtime
 	select BR2_PACKAGE_PYTHON_CLICK # runtime
 	select BR2_PACKAGE_PYTHON_JINJA2 # runtime
 	select BR2_PACKAGE_PYTHON_WERKZEUG # runtime
diff --git a/package/python-flask/python-flask.hash b/package/python-flask/python-flask.hash
index 9b6391750a..37ff0d70a5 100644
--- a/package/python-flask/python-flask.hash
+++ b/package/python-flask/python-flask.hash
@@ -1,6 +1,6 @@
 # md5, sha256 from https://pypi.org/pypi/flask/json
-md5  c0d2276cb7d59a06d62c915da9c77ba6  Flask-2.2.2.tar.gz
-sha256  642c450d19c4ad482f96729bd2a8f6d32554aa1e231f4f6b4e7e5264b16cca2b  Flask-2.2.2.tar.gz
+md5  a5d5fe05dff5c6e0d28ece3fb03ef5cd  Flask-2.3.2.tar.gz
+sha256  8c2f9abd47a9e8df7f0c3f091ce9497d011dc3b31effcf4c85a6e2b50f4114ef  Flask-2.3.2.tar.gz
 # Locally computed sha256 checksums
 sha256  489a8e1108509ed98a37bb983e11e0f7e1d31f0bd8f99a79c8448e7ff37d07ea  LICENSE.rst
-sha256  7535eac513edd12fb8e33f203c6a403549629e34b363418cdbd6c6ea5464515d  docs/license.rst
+sha256  c9362a7258a11c84a8f7e825ccbbb5c425c6fc02368d3aee6494533fb99ba1f4  docs/license.rst
diff --git a/package/python-flask/python-flask.mk b/package/python-flask/python-flask.mk
index 1b1ffdf034..b0a38488f8 100644
--- a/package/python-flask/python-flask.mk
+++ b/package/python-flask/python-flask.mk
@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-PYTHON_FLASK_VERSION = 2.2.2
+PYTHON_FLASK_VERSION = 2.3.2
 PYTHON_FLASK_SOURCE = Flask-$(PYTHON_FLASK_VERSION).tar.gz
-PYTHON_FLASK_SITE = https://files.pythonhosted.org/packages/69/b6/53cfa30eed5aa7343daff36622843688ba8c6fe9829bb2b92e193ab1163f
+PYTHON_FLASK_SITE = https://files.pythonhosted.org/packages/4d/00/ef81c18da32fdfcde6381c315f4b11597fb6691180a330418848efee0ae7
 PYTHON_FLASK_SETUP_TYPE = setuptools
 PYTHON_FLASK_LICENSE = BSD-3-Clause
 PYTHON_FLASK_LICENSE_FILES = LICENSE.rst docs/license.rst
-- 
2.41.0

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

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

* [Buildroot] [PATCH v1 7/9] package/python-flask-babel: bump version to 3.1.0
  2023-07-13  7:38 [Buildroot] [PATCH v1 1/9] package/python-click: bump version to 8.1.4 Peter Seiderer
                   ` (4 preceding siblings ...)
  2023-07-13  7:38 ` [Buildroot] [PATCH v1 6/9] package/python-flask: bump version to 2.3.2 Peter Seiderer
@ 2023-07-13  7:38 ` Peter Seiderer
  2023-07-13  7:38 ` [Buildroot] [PATCH v1 8/9] package/python-flask-wtf: bump version to 1.1.1 Peter Seiderer
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Peter Seiderer @ 2023-07-13  7:38 UTC (permalink / raw)
  To: buildroot
  Cc: Lionel Flandrin, Mauro Condarelli, Asaf Kahlon, Thomas Petazzoni

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
---
 package/python-flask-babel/python-flask-babel.hash | 6 +++---
 package/python-flask-babel/python-flask-babel.mk   | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/package/python-flask-babel/python-flask-babel.hash b/package/python-flask-babel/python-flask-babel.hash
index 484af86179..eae77ff51d 100644
--- a/package/python-flask-babel/python-flask-babel.hash
+++ b/package/python-flask-babel/python-flask-babel.hash
@@ -1,6 +1,6 @@
-# From: https://pypi.org/project/Flask-Babel/#copy-hash-modal-80f92a70-1c66-4cce-bb3d-8d6f98287e3f
-md5  50d5e92d96ef58787bf85b5a1b0a5567  Flask-Babel-2.0.0.tar.gz
-sha256  f9faf45cdb2e1a32ea2ec14403587d4295108f35017a7821a2b1acb8cfd9257d  Flask-Babel-2.0.0.tar.gz
+# From: https://pypi.org/project/flask-babel/#copy-hash-modal-02f7b566-78ef-46b7-be0e-da35593e2dc2
+md5  ad0a1b69044dde430ad9319d3a2f7b47  flask_babel-3.1.0.tar.gz
+sha256  be015772c5d7f046f3b99c508dcf618636eb93d21b713b356db79f3e79f69f39  flask_babel-3.1.0.tar.gz
 
 # License files
 sha256  a526100a7047237360a394ba4f70ae801b50ff9b8c9b9e73e7795480a59f6b7e  LICENSE
diff --git a/package/python-flask-babel/python-flask-babel.mk b/package/python-flask-babel/python-flask-babel.mk
index 35241e78db..34c9559d1c 100644
--- a/package/python-flask-babel/python-flask-babel.mk
+++ b/package/python-flask-babel/python-flask-babel.mk
@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-PYTHON_FLASK_BABEL_VERSION = 2.0.0
-PYTHON_FLASK_BABEL_SOURCE = Flask-Babel-$(PYTHON_FLASK_BABEL_VERSION).tar.gz
-PYTHON_FLASK_BABEL_SITE = https://files.pythonhosted.org/packages/d7/fe/655e6a5a99ceb815fe839f0698956a9d6c7d5bcc06ca1ee7c6eb6dac154b
+PYTHON_FLASK_BABEL_VERSION = 3.1.0
+PYTHON_FLASK_BABEL_SOURCE = flask_babel-$(PYTHON_FLASK_BABEL_VERSION).tar.gz
+PYTHON_FLASK_BABEL_SITE = https://files.pythonhosted.org/packages/35/83/f31a4ff688168f9c8a73d80ebfc785dcd7703474a0802b25a78d54edd07c
 PYTHON_FLASK_BABEL_LICENSE = BSD-3-Clause
 PYTHON_FLASK_BABEL_SETUP_TYPE = setuptools
 PYTHON_FLASK_BABEL_LICENSE_FILES = LICENSE
-- 
2.41.0

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

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

* [Buildroot] [PATCH v1 8/9] package/python-flask-wtf: bump version to 1.1.1
  2023-07-13  7:38 [Buildroot] [PATCH v1 1/9] package/python-click: bump version to 8.1.4 Peter Seiderer
                   ` (5 preceding siblings ...)
  2023-07-13  7:38 ` [Buildroot] [PATCH v1 7/9] package/python-flask-babel: bump version to 3.1.0 Peter Seiderer
@ 2023-07-13  7:38 ` Peter Seiderer
  2023-07-13  7:38 ` [Buildroot] [PATCH v1 9/9] package/python-jinja2: update project URL Peter Seiderer
  2023-07-13 20:25 ` [Buildroot] [PATCH v1 1/9] package/python-click: bump version to 8.1.4 Thomas Petazzoni via buildroot
  8 siblings, 0 replies; 10+ messages in thread
From: Peter Seiderer @ 2023-07-13  7:38 UTC (permalink / raw)
  To: buildroot
  Cc: Lionel Flandrin, Mauro Condarelli, Asaf Kahlon, Thomas Petazzoni

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
---
 package/python-flask-wtf/python-flask-wtf.hash | 4 ++--
 package/python-flask-wtf/python-flask-wtf.mk   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/package/python-flask-wtf/python-flask-wtf.hash b/package/python-flask-wtf/python-flask-wtf.hash
index 01e4290950..9d21ffab2f 100644
--- a/package/python-flask-wtf/python-flask-wtf.hash
+++ b/package/python-flask-wtf/python-flask-wtf.hash
@@ -1,5 +1,5 @@
 # md5, sha256 from https://pypi.org/pypi/flask-wtf/json
-md5  d86dbc0befe30fd577a623a51689b900  Flask-WTF-1.0.1.tar.gz
-sha256  34fe5c6fee0f69b50e30f81a3b7ea16aa1492a771fe9ad0974d164610c09a6c9  Flask-WTF-1.0.1.tar.gz
+md5  007c1ff973c63096dec0fa805412d8ad  Flask-WTF-1.1.1.tar.gz
+sha256  41c4244e9ae626d63bed42ae4785b90667b885b1535d5a4095e1f63060d12aa9  Flask-WTF-1.1.1.tar.gz
 # Locally computed sha256 checksums
 sha256  d5f19036451578cb36eeef04c99ebf7d7ca2e70dcf043636519bc420e15a7c62  LICENSE.rst
diff --git a/package/python-flask-wtf/python-flask-wtf.mk b/package/python-flask-wtf/python-flask-wtf.mk
index 97291e1b26..7b4d37ef56 100644
--- a/package/python-flask-wtf/python-flask-wtf.mk
+++ b/package/python-flask-wtf/python-flask-wtf.mk
@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-PYTHON_FLASK_WTF_VERSION = 1.0.1
+PYTHON_FLASK_WTF_VERSION = 1.1.1
 PYTHON_FLASK_WTF_SOURCE = Flask-WTF-$(PYTHON_FLASK_WTF_VERSION).tar.gz
-PYTHON_FLASK_WTF_SITE = https://files.pythonhosted.org/packages/d9/38/d4798dd05be711d666e1befb08b1d3db57bd146d1a14d15657f60c88b446
+PYTHON_FLASK_WTF_SITE = https://files.pythonhosted.org/packages/80/55/5114035eb8f6200fbe838a4b9828409ac831408c4591bf7875aed299d5f8
 PYTHON_FLASK_WTF_LICENSE = BSD-3-Clause
 PYTHON_FLASK_WTF_LICENSE_FILES = LICENSE.rst
 PYTHON_FLASK_WTF_SETUP_TYPE = setuptools
-- 
2.41.0

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

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

* [Buildroot] [PATCH v1 9/9] package/python-jinja2: update project URL
  2023-07-13  7:38 [Buildroot] [PATCH v1 1/9] package/python-click: bump version to 8.1.4 Peter Seiderer
                   ` (6 preceding siblings ...)
  2023-07-13  7:38 ` [Buildroot] [PATCH v1 8/9] package/python-flask-wtf: bump version to 1.1.1 Peter Seiderer
@ 2023-07-13  7:38 ` Peter Seiderer
  2023-07-13 20:25 ` [Buildroot] [PATCH v1 1/9] package/python-click: bump version to 8.1.4 Thomas Petazzoni via buildroot
  8 siblings, 0 replies; 10+ messages in thread
From: Peter Seiderer @ 2023-07-13  7:38 UTC (permalink / raw)
  To: buildroot
  Cc: Lionel Flandrin, Mauro Condarelli, Asaf Kahlon, Thomas Petazzoni

- update project URL (where the old one re-directs to)

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
---
 package/python-jinja2/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/python-jinja2/Config.in b/package/python-jinja2/Config.in
index 84a46bd264..5623d4723c 100644
--- a/package/python-jinja2/Config.in
+++ b/package/python-jinja2/Config.in
@@ -7,4 +7,4 @@ config BR2_PACKAGE_PYTHON_JINJA2
 	  provides a Django inspired non-XML syntax but supports
 	  inline expressions and an optional sandboxed environment.
 
-	  http://jinja.pocoo.org/
+	  https://jinja.palletsprojects.com
-- 
2.41.0

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

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

* Re: [Buildroot] [PATCH v1 1/9] package/python-click: bump version to 8.1.4
  2023-07-13  7:38 [Buildroot] [PATCH v1 1/9] package/python-click: bump version to 8.1.4 Peter Seiderer
                   ` (7 preceding siblings ...)
  2023-07-13  7:38 ` [Buildroot] [PATCH v1 9/9] package/python-jinja2: update project URL Peter Seiderer
@ 2023-07-13 20:25 ` Thomas Petazzoni via buildroot
  8 siblings, 0 replies; 10+ messages in thread
From: Thomas Petazzoni via buildroot @ 2023-07-13 20:25 UTC (permalink / raw)
  To: Peter Seiderer; +Cc: Lionel Flandrin, Mauro Condarelli, Asaf Kahlon, buildroot

On Thu, 13 Jul 2023 09:38:46 +0200
Peter Seiderer <ps.report@gmx.net> wrote:

> Signed-off-by: Peter Seiderer <ps.report@gmx.net>
> ---
>  package/python-click/python-click.hash | 4 ++--
>  package/python-click/python-click.mk   | 4 ++--
>  2 files changed, 4 insertions(+), 4 deletions(-)

Series applied, thanks. On the patch adding python-blinker, I've added
an entry in the DEVELOPERS file, since you're adding this package.

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] 10+ messages in thread

end of thread, other threads:[~2023-07-13 20:26 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-13  7:38 [Buildroot] [PATCH v1 1/9] package/python-click: bump version to 8.1.4 Peter Seiderer
2023-07-13  7:38 ` [Buildroot] [PATCH v1 2/9] package/python-markupsafe: bump version to 2.1.3 Peter Seiderer
2023-07-13  7:38 ` [Buildroot] [PATCH v1 3/9] package/python-pytz: bump version to 2023.3 Peter Seiderer
2023-07-13  7:38 ` [Buildroot] [PATCH v1 4/9] package/python-werkzeug: bump version to 2.3.6 Peter Seiderer
2023-07-13  7:38 ` [Buildroot] [PATCH v1 5/9] package/python-blinker: new package Peter Seiderer
2023-07-13  7:38 ` [Buildroot] [PATCH v1 6/9] package/python-flask: bump version to 2.3.2 Peter Seiderer
2023-07-13  7:38 ` [Buildroot] [PATCH v1 7/9] package/python-flask-babel: bump version to 3.1.0 Peter Seiderer
2023-07-13  7:38 ` [Buildroot] [PATCH v1 8/9] package/python-flask-wtf: bump version to 1.1.1 Peter Seiderer
2023-07-13  7:38 ` [Buildroot] [PATCH v1 9/9] package/python-jinja2: update project URL Peter Seiderer
2023-07-13 20:25 ` [Buildroot] [PATCH v1 1/9] package/python-click: bump version to 8.1.4 Thomas Petazzoni via buildroot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.