* [Buildroot] [PATCH 1/1] package/python-werkzeug: bump to version 2.1.2
@ 2022-05-17 20:12 James Hilliard
2022-05-29 21:41 ` Yann E. MORIN
0 siblings, 1 reply; 2+ messages in thread
From: James Hilliard @ 2022-05-17 20:12 UTC (permalink / raw)
To: buildroot; +Cc: James Hilliard, Asaf Kahlon
Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
---
package/python-werkzeug/python-werkzeug.hash | 6 +++---
package/python-werkzeug/python-werkzeug.mk | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/package/python-werkzeug/python-werkzeug.hash b/package/python-werkzeug/python-werkzeug.hash
index 1d6de8a0c7..73fa6b5630 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 5d499cfdd30de5d9c946994783772efd Werkzeug-1.0.1.tar.gz
-sha256 6c80b1e5ad3665290ea39320b91e1be1e0d5f60652b964a3070216de83d2e47c Werkzeug-1.0.1.tar.gz
+# md5, sha256 from https://pypi.org/pypi/Werkzeug/json
+md5 5835c8738b8081c53367cbcc5db8784c Werkzeug-2.1.2.tar.gz
+sha256 1ce08e8093ed67d638d63879fd1ba3735817f7a80de3674d293f5984f25fb6e6 Werkzeug-2.1.2.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 fe9b87af1d..9b32fdf097 100644
--- a/package/python-werkzeug/python-werkzeug.mk
+++ b/package/python-werkzeug/python-werkzeug.mk
@@ -4,9 +4,9 @@
#
################################################################################
-PYTHON_WERKZEUG_VERSION = 1.0.1
+PYTHON_WERKZEUG_VERSION = 2.1.2
PYTHON_WERKZEUG_SOURCE = Werkzeug-$(PYTHON_WERKZEUG_VERSION).tar.gz
-PYTHON_WERKZEUG_SITE = https://files.pythonhosted.org/packages/10/27/a33329150147594eff0ea4c33c2036c0eadd933141055be0ff911f7f8d04
+PYTHON_WERKZEUG_SITE = https://files.pythonhosted.org/packages/10/cf/97eb1a3847c01ae53e8376bc21145555ac95279523a935963dc8ff96c50b
PYTHON_WERKZEUG_SETUP_TYPE = setuptools
PYTHON_WERKZEUG_LICENSE = BSD-3-Clause
PYTHON_WERKZEUG_LICENSE_FILES = LICENSE.rst
--
2.25.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/python-werkzeug: bump to version 2.1.2
2022-05-17 20:12 [Buildroot] [PATCH 1/1] package/python-werkzeug: bump to version 2.1.2 James Hilliard
@ 2022-05-29 21:41 ` Yann E. MORIN
0 siblings, 0 replies; 2+ messages in thread
From: Yann E. MORIN @ 2022-05-29 21:41 UTC (permalink / raw)
To: James Hilliard; +Cc: Asaf Kahlon, buildroot
James, All,
On 2022-05-17 14:12 -0600, James Hilliard spake thusly:
> Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Since this version bump fixes a runtime test, I applied to master, thanks.
Regards,
Yann E. MORIN.
> ---
> package/python-werkzeug/python-werkzeug.hash | 6 +++---
> package/python-werkzeug/python-werkzeug.mk | 4 ++--
> 2 files changed, 5 insertions(+), 5 deletions(-)
>
> diff --git a/package/python-werkzeug/python-werkzeug.hash b/package/python-werkzeug/python-werkzeug.hash
> index 1d6de8a0c7..73fa6b5630 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 5d499cfdd30de5d9c946994783772efd Werkzeug-1.0.1.tar.gz
> -sha256 6c80b1e5ad3665290ea39320b91e1be1e0d5f60652b964a3070216de83d2e47c Werkzeug-1.0.1.tar.gz
> +# md5, sha256 from https://pypi.org/pypi/Werkzeug/json
> +md5 5835c8738b8081c53367cbcc5db8784c Werkzeug-2.1.2.tar.gz
> +sha256 1ce08e8093ed67d638d63879fd1ba3735817f7a80de3674d293f5984f25fb6e6 Werkzeug-2.1.2.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 fe9b87af1d..9b32fdf097 100644
> --- a/package/python-werkzeug/python-werkzeug.mk
> +++ b/package/python-werkzeug/python-werkzeug.mk
> @@ -4,9 +4,9 @@
> #
> ################################################################################
>
> -PYTHON_WERKZEUG_VERSION = 1.0.1
> +PYTHON_WERKZEUG_VERSION = 2.1.2
> PYTHON_WERKZEUG_SOURCE = Werkzeug-$(PYTHON_WERKZEUG_VERSION).tar.gz
> -PYTHON_WERKZEUG_SITE = https://files.pythonhosted.org/packages/10/27/a33329150147594eff0ea4c33c2036c0eadd933141055be0ff911f7f8d04
> +PYTHON_WERKZEUG_SITE = https://files.pythonhosted.org/packages/10/cf/97eb1a3847c01ae53e8376bc21145555ac95279523a935963dc8ff96c50b
> PYTHON_WERKZEUG_SETUP_TYPE = setuptools
> PYTHON_WERKZEUG_LICENSE = BSD-3-Clause
> PYTHON_WERKZEUG_LICENSE_FILES = LICENSE.rst
> --
> 2.25.1
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-05-29 21:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-17 20:12 [Buildroot] [PATCH 1/1] package/python-werkzeug: bump to version 2.1.2 James Hilliard
2022-05-29 21:41 ` Yann E. MORIN
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox