* [Buildroot] [PATCH 1/1] package/python-uvicorn: bump to version 0.31.0
@ 2024-10-09 18:22 James Hilliard
2024-10-10 8:27 ` Marcus Hoffmann via buildroot
2024-10-10 21:35 ` Thomas Petazzoni via buildroot
0 siblings, 2 replies; 3+ messages in thread
From: James Hilliard @ 2024-10-09 18:22 UTC (permalink / raw)
To: buildroot; +Cc: James Hilliard, Asaf Kahlon
Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
---
package/python-uvicorn/python-uvicorn.hash | 4 ++--
package/python-uvicorn/python-uvicorn.mk | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/package/python-uvicorn/python-uvicorn.hash b/package/python-uvicorn/python-uvicorn.hash
index 57839debd2..be6e2e325c 100644
--- a/package/python-uvicorn/python-uvicorn.hash
+++ b/package/python-uvicorn/python-uvicorn.hash
@@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/uvicorn/json
-md5 d75153180f8c19a1bf8299818d3acdb2 uvicorn-0.30.6.tar.gz
-sha256 4b15decdda1e72be08209e860a1e10e92439ad5b97cf44cc945fcbee66fc5788 uvicorn-0.30.6.tar.gz
+md5 a5b7951b8d9e335fbee8002e9081c108 uvicorn-0.31.0.tar.gz
+sha256 13bc21373d103859f68fe739608e2eb054a816dea79189bc3ca08ea89a275906 uvicorn-0.31.0.tar.gz
# Locally computed sha256 checksums
sha256 efe1acf3e62fb99c288b0ec73e5a773b7268ef4320fe757ea994214e4b63c371 LICENSE.md
diff --git a/package/python-uvicorn/python-uvicorn.mk b/package/python-uvicorn/python-uvicorn.mk
index e9676d3765..3917e3a4e7 100644
--- a/package/python-uvicorn/python-uvicorn.mk
+++ b/package/python-uvicorn/python-uvicorn.mk
@@ -4,9 +4,9 @@
#
################################################################################
-PYTHON_UVICORN_VERSION = 0.30.6
+PYTHON_UVICORN_VERSION = 0.31.0
PYTHON_UVICORN_SOURCE = uvicorn-$(PYTHON_UVICORN_VERSION).tar.gz
-PYTHON_UVICORN_SITE = https://files.pythonhosted.org/packages/5a/01/5e637e7aa9dd031be5376b9fb749ec20b86f5a5b6a49b87fabd374d5fa9f
+PYTHON_UVICORN_SITE = https://files.pythonhosted.org/packages/0a/96/ee52d900f8e41cc35eaebfda76f3619c2e45b741f3ee957d6fe32be1b2aa
PYTHON_UVICORN_SETUP_TYPE = pep517
PYTHON_UVICORN_LICENSE = BSD-3-Clause
PYTHON_UVICORN_LICENSE_FILES = LICENSE.md
--
2.34.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/python-uvicorn: bump to version 0.31.0
2024-10-09 18:22 [Buildroot] [PATCH 1/1] package/python-uvicorn: bump to version 0.31.0 James Hilliard
@ 2024-10-10 8:27 ` Marcus Hoffmann via buildroot
2024-10-10 21:35 ` Thomas Petazzoni via buildroot
1 sibling, 0 replies; 3+ messages in thread
From: Marcus Hoffmann via buildroot @ 2024-10-10 8:27 UTC (permalink / raw)
To: buildroot
Hi James,
On 09.10.24 20:22, James Hilliard wrote:
> Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
I just sent a new version bumping to 0.31.1.
Marcus
> ---
> package/python-uvicorn/python-uvicorn.hash | 4 ++--
> package/python-uvicorn/python-uvicorn.mk | 4 ++--
> 2 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/package/python-uvicorn/python-uvicorn.hash b/package/python-uvicorn/python-uvicorn.hash
> index 57839debd2..be6e2e325c 100644
> --- a/package/python-uvicorn/python-uvicorn.hash
> +++ b/package/python-uvicorn/python-uvicorn.hash
> @@ -1,5 +1,5 @@
> # md5, sha256 from https://pypi.org/pypi/uvicorn/json
> -md5 d75153180f8c19a1bf8299818d3acdb2 uvicorn-0.30.6.tar.gz
> -sha256 4b15decdda1e72be08209e860a1e10e92439ad5b97cf44cc945fcbee66fc5788 uvicorn-0.30.6.tar.gz
> +md5 a5b7951b8d9e335fbee8002e9081c108 uvicorn-0.31.0.tar.gz
> +sha256 13bc21373d103859f68fe739608e2eb054a816dea79189bc3ca08ea89a275906 uvicorn-0.31.0.tar.gz
> # Locally computed sha256 checksums
> sha256 efe1acf3e62fb99c288b0ec73e5a773b7268ef4320fe757ea994214e4b63c371 LICENSE.md
> diff --git a/package/python-uvicorn/python-uvicorn.mk b/package/python-uvicorn/python-uvicorn.mk
> index e9676d3765..3917e3a4e7 100644
> --- a/package/python-uvicorn/python-uvicorn.mk
> +++ b/package/python-uvicorn/python-uvicorn.mk
> @@ -4,9 +4,9 @@
> #
> ################################################################################
>
> -PYTHON_UVICORN_VERSION = 0.30.6
> +PYTHON_UVICORN_VERSION = 0.31.0
> PYTHON_UVICORN_SOURCE = uvicorn-$(PYTHON_UVICORN_VERSION).tar.gz
> -PYTHON_UVICORN_SITE = https://files.pythonhosted.org/packages/5a/01/5e637e7aa9dd031be5376b9fb749ec20b86f5a5b6a49b87fabd374d5fa9f
> +PYTHON_UVICORN_SITE = https://files.pythonhosted.org/packages/0a/96/ee52d900f8e41cc35eaebfda76f3619c2e45b741f3ee957d6fe32be1b2aa
> PYTHON_UVICORN_SETUP_TYPE = pep517
> PYTHON_UVICORN_LICENSE = BSD-3-Clause
> PYTHON_UVICORN_LICENSE_FILES = LICENSE.md
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/python-uvicorn: bump to version 0.31.0
2024-10-09 18:22 [Buildroot] [PATCH 1/1] package/python-uvicorn: bump to version 0.31.0 James Hilliard
2024-10-10 8:27 ` Marcus Hoffmann via buildroot
@ 2024-10-10 21:35 ` Thomas Petazzoni via buildroot
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-10-10 21:35 UTC (permalink / raw)
To: James Hilliard; +Cc: Asaf Kahlon, buildroot
On Wed, 9 Oct 2024 12:22:06 -0600
James Hilliard <james.hilliard1@gmail.com> wrote:
> Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
> ---
> package/python-uvicorn/python-uvicorn.hash | 4 ++--
> package/python-uvicorn/python-uvicorn.mk | 4 ++--
> 2 files changed, 4 insertions(+), 4 deletions(-)
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] 3+ messages in thread
end of thread, other threads:[~2024-10-10 21:36 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-09 18:22 [Buildroot] [PATCH 1/1] package/python-uvicorn: bump to version 0.31.0 James Hilliard
2024-10-10 8:27 ` Marcus Hoffmann via buildroot
2024-10-10 21:35 ` Thomas Petazzoni via buildroot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox