All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/python-starlette: bump to 0.48.0
@ 2025-10-15  9:56 Marcus Hoffmann via buildroot
  2025-10-15 10:07 ` Marcus Hoffmann via buildroot
  0 siblings, 1 reply; 3+ messages in thread
From: Marcus Hoffmann via buildroot @ 2025-10-15  9:56 UTC (permalink / raw)
  To: buildroot; +Cc: James Hilliard

Release Notes: https://github.com/Kludex/starlette/releases/tag/0.48.0
Github namespace changed, so change the link in Config.in.
---
 package/python-starlette/Config.in             | 2 +-
 package/python-starlette/python-starlette.hash | 4 ++--
 package/python-starlette/python-starlette.mk   | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/package/python-starlette/Config.in b/package/python-starlette/Config.in
index 90f590689a..64f8345a92 100644
--- a/package/python-starlette/Config.in
+++ b/package/python-starlette/Config.in
@@ -4,4 +4,4 @@ config BR2_PACKAGE_PYTHON_STARLETTE
 	help
 	  The little ASGI library that shines.
 
-	  https://github.com/encode/starlette
+	  https://github.com/Kludex/starlette
diff --git a/package/python-starlette/python-starlette.hash b/package/python-starlette/python-starlette.hash
index 4937d93ad0..bcc71c09c5 100644
--- a/package/python-starlette/python-starlette.hash
+++ b/package/python-starlette/python-starlette.hash
@@ -1,5 +1,5 @@
 # md5, sha256 from https://pypi.org/pypi/starlette/json
-md5  5ae93b12a6b5527fc97c5ba3921bc552  starlette-0.47.3.tar.gz
-sha256  6bc94f839cc176c4858894f1f8908f0ab79dfec1a6b8402f6da9be26ebea52e9  starlette-0.47.3.tar.gz
+md5  9e56e4be3ee2a746ee6375fd9e81f61c  starlette-0.48.0.tar.gz
+sha256  7e8cee469a8ab2352911528110ce9088fdc6a37d9876926e73da7ce4aa4c7a46  starlette-0.48.0.tar.gz
 # Locally computed sha256 checksums
 sha256  dcb95677a02240243187e964f941847d19b17821cf99e5afae684fab328c19bf  LICENSE.md
diff --git a/package/python-starlette/python-starlette.mk b/package/python-starlette/python-starlette.mk
index 04f40460b7..a643623e03 100644
--- a/package/python-starlette/python-starlette.mk
+++ b/package/python-starlette/python-starlette.mk
@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-PYTHON_STARLETTE_VERSION = 0.47.3
+PYTHON_STARLETTE_VERSION = 0.48.0
 PYTHON_STARLETTE_SOURCE = starlette-$(PYTHON_STARLETTE_VERSION).tar.gz
-PYTHON_STARLETTE_SITE = https://files.pythonhosted.org/packages/15/b9/cc3017f9a9c9b6e27c5106cc10cc7904653c3eec0729793aec10479dd669
+PYTHON_STARLETTE_SITE = https://files.pythonhosted.org/packages/a7/a5/d6f429d43394057b67a6b5bbe6eae2f77a6bf7459d961fdb224bf206eee6
 PYTHON_STARLETTE_SETUP_TYPE = hatch
 PYTHON_STARLETTE_LICENSE = BSD-3-Clause
 PYTHON_STARLETTE_LICENSE_FILES = LICENSE.md
-- 
2.51.0

_______________________________________________
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] package/python-starlette: bump to 0.48.0
  2025-10-15  9:56 [Buildroot] [PATCH] package/python-starlette: bump to 0.48.0 Marcus Hoffmann via buildroot
@ 2025-10-15 10:07 ` Marcus Hoffmann via buildroot
  2025-10-18 10:53   ` Julien Olivain via buildroot
  0 siblings, 1 reply; 3+ messages in thread
From: Marcus Hoffmann via buildroot @ 2025-10-15 10:07 UTC (permalink / raw)
  To: buildroot

Forgot the signoff.

On 10/15/25 11:56, Marcus Hoffmann via buildroot wrote:
> Release Notes: https://github.com/Kludex/starlette/releases/tag/0.48.0
> Github namespace changed, so change the link in Config.in.

Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu>

> ---
>   package/python-starlette/Config.in             | 2 +-
>   package/python-starlette/python-starlette.hash | 4 ++--
>   package/python-starlette/python-starlette.mk   | 4 ++--
>   3 files changed, 5 insertions(+), 5 deletions(-)
> 
> diff --git a/package/python-starlette/Config.in b/package/python-starlette/Config.in
> index 90f590689a..64f8345a92 100644
> --- a/package/python-starlette/Config.in
> +++ b/package/python-starlette/Config.in
> @@ -4,4 +4,4 @@ config BR2_PACKAGE_PYTHON_STARLETTE
>   	help
>   	  The little ASGI library that shines.
>   
> -	  https://github.com/encode/starlette
> +	  https://github.com/Kludex/starlette
> diff --git a/package/python-starlette/python-starlette.hash b/package/python-starlette/python-starlette.hash
> index 4937d93ad0..bcc71c09c5 100644
> --- a/package/python-starlette/python-starlette.hash
> +++ b/package/python-starlette/python-starlette.hash
> @@ -1,5 +1,5 @@
>   # md5, sha256 from https://pypi.org/pypi/starlette/json
> -md5  5ae93b12a6b5527fc97c5ba3921bc552  starlette-0.47.3.tar.gz
> -sha256  6bc94f839cc176c4858894f1f8908f0ab79dfec1a6b8402f6da9be26ebea52e9  starlette-0.47.3.tar.gz
> +md5  9e56e4be3ee2a746ee6375fd9e81f61c  starlette-0.48.0.tar.gz
> +sha256  7e8cee469a8ab2352911528110ce9088fdc6a37d9876926e73da7ce4aa4c7a46  starlette-0.48.0.tar.gz
>   # Locally computed sha256 checksums
>   sha256  dcb95677a02240243187e964f941847d19b17821cf99e5afae684fab328c19bf  LICENSE.md
> diff --git a/package/python-starlette/python-starlette.mk b/package/python-starlette/python-starlette.mk
> index 04f40460b7..a643623e03 100644
> --- a/package/python-starlette/python-starlette.mk
> +++ b/package/python-starlette/python-starlette.mk
> @@ -4,9 +4,9 @@
>   #
>   ################################################################################
>   
> -PYTHON_STARLETTE_VERSION = 0.47.3
> +PYTHON_STARLETTE_VERSION = 0.48.0
>   PYTHON_STARLETTE_SOURCE = starlette-$(PYTHON_STARLETTE_VERSION).tar.gz
> -PYTHON_STARLETTE_SITE = https://files.pythonhosted.org/packages/15/b9/cc3017f9a9c9b6e27c5106cc10cc7904653c3eec0729793aec10479dd669
> +PYTHON_STARLETTE_SITE = https://files.pythonhosted.org/packages/a7/a5/d6f429d43394057b67a6b5bbe6eae2f77a6bf7459d961fdb224bf206eee6
>   PYTHON_STARLETTE_SETUP_TYPE = hatch
>   PYTHON_STARLETTE_LICENSE = BSD-3-Clause
>   PYTHON_STARLETTE_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] package/python-starlette: bump to 0.48.0
  2025-10-15 10:07 ` Marcus Hoffmann via buildroot
@ 2025-10-18 10:53   ` Julien Olivain via buildroot
  0 siblings, 0 replies; 3+ messages in thread
From: Julien Olivain via buildroot @ 2025-10-18 10:53 UTC (permalink / raw)
  To: Marcus Hoffmann; +Cc: buildroot

On 15/10/2025 12:07, Marcus Hoffmann via buildroot wrote:
> Forgot the signoff.
> 
> On 10/15/25 11:56, Marcus Hoffmann via buildroot wrote:
>> Release Notes: https://github.com/Kludex/starlette/releases/tag/0.48.0
>> Github namespace changed, so change the link in Config.in.
> 
> Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu>

Applied to master, thanks.
_______________________________________________
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:[~2025-10-18 10:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-15  9:56 [Buildroot] [PATCH] package/python-starlette: bump to 0.48.0 Marcus Hoffmann via buildroot
2025-10-15 10:07 ` Marcus Hoffmann via buildroot
2025-10-18 10:53   ` Julien Olivain 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.