Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/python-starlette: bump to version 0.34.0
@ 2024-01-11  7:29 James Hilliard
  2024-02-05 11:15 ` Peter Korsgaard
  0 siblings, 1 reply; 5+ messages in thread
From: James Hilliard @ 2024-01-11  7:29 UTC (permalink / raw)
  To: buildroot; +Cc: James Hilliard, Asaf Kahlon

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
---
 package/python-starlette/python-starlette.hash | 4 ++--
 package/python-starlette/python-starlette.mk   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/package/python-starlette/python-starlette.hash b/package/python-starlette/python-starlette.hash
index a7f1f66446..820026b70b 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  5193c4b7d2ea4c93635c340a7ba9b54f  starlette-0.27.0.tar.gz
-sha256  6a6b0d042acb8d469a01eba54e9cda6cbd24ac602c4cd016723117d6a7e73b75  starlette-0.27.0.tar.gz
+md5  2ef2fc635691fd4a1823564218292dce  starlette-0.34.0.tar.gz
+sha256  ed050aaf3896945bfaae93bdf337e53ef3f29115a9d9c153e402985115cd9c8e  starlette-0.34.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 b04b95a797..07f9d6be5e 100644
--- a/package/python-starlette/python-starlette.mk
+++ b/package/python-starlette/python-starlette.mk
@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-PYTHON_STARLETTE_VERSION = 0.27.0
+PYTHON_STARLETTE_VERSION = 0.34.0
 PYTHON_STARLETTE_SOURCE = starlette-$(PYTHON_STARLETTE_VERSION).tar.gz
-PYTHON_STARLETTE_SITE = https://files.pythonhosted.org/packages/06/68/559bed5484e746f1ab2ebbe22312f2c25ec62e4b534916d41a8c21147bf8
+PYTHON_STARLETTE_SITE = https://files.pythonhosted.org/packages/4f/36/168ba6d56a28382f3b081b23b0cc431de35786e120b94c1f372708ed3059
 PYTHON_STARLETTE_SETUP_TYPE = pep517
 PYTHON_STARLETTE_LICENSE = BSD-3-Clause
 PYTHON_STARLETTE_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] 5+ messages in thread

* Re: [Buildroot] [PATCH 1/1] package/python-starlette: bump to version 0.34.0
  2024-01-11  7:29 [Buildroot] [PATCH 1/1] package/python-starlette: bump to version 0.34.0 James Hilliard
@ 2024-02-05 11:15 ` Peter Korsgaard
  2024-02-05 13:34   ` Marcus Hoffmann via buildroot
  0 siblings, 1 reply; 5+ messages in thread
From: Peter Korsgaard @ 2024-02-05 11:15 UTC (permalink / raw)
  To: James Hilliard; +Cc: Asaf Kahlon, buildroot

>>>>> "James" == James Hilliard <james.hilliard1@gmail.com> writes:

 > Signed-off-by: James Hilliard <james.hilliard1@gmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] package/python-starlette: bump to version 0.34.0
  2024-02-05 11:15 ` Peter Korsgaard
@ 2024-02-05 13:34   ` Marcus Hoffmann via buildroot
  2024-02-05 14:58     ` Peter Korsgaard
  0 siblings, 1 reply; 5+ messages in thread
From: Marcus Hoffmann via buildroot @ 2024-02-05 13:34 UTC (permalink / raw)
  To: buildroot

Hi Peter,

On 05.02.24 12:15, Peter Korsgaard wrote:
>>>>>> "James" == James Hilliard <james.hilliard1@gmail.com> writes:
> 
>   > Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
> 
> Committed, thanks.
> 

We currently have fastapi 0.105.0 in buildroot which depends on 
starlette < 0.28.0.

There's a pending patch by James that bumps it to 0.108.0, which 
unfortunately is also not compatible with starlette 0.34.0 [1] :-/

In fact there's no fastapi release that is compatible with starlette 
0.34.0 (newer fastapi releases require even newer starlette versions...)

I guess I'll send a series that bumps *both* again to compatible versions?

Marcus

[1] 
https://github.com/tiangolo/fastapi/blob/0.108.0/pyproject.toml#L43C27-L43C29
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] package/python-starlette: bump to version 0.34.0
  2024-02-05 13:34   ` Marcus Hoffmann via buildroot
@ 2024-02-05 14:58     ` Peter Korsgaard
  2024-02-05 16:47       ` James Hilliard
  0 siblings, 1 reply; 5+ messages in thread
From: Peter Korsgaard @ 2024-02-05 14:58 UTC (permalink / raw)
  To: Marcus Hoffmann via buildroot, James Hilliard; +Cc: Marcus Hoffmann

>>>>> "Marcus" == Marcus Hoffmann via buildroot <buildroot@buildroot.org> writes:

 > Hi Peter,
 > On 05.02.24 12:15, Peter Korsgaard wrote:
 >>>>>>> "James" == James Hilliard <james.hilliard1@gmail.com> writes:
 >> > Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
 >> Committed, thanks.
 >> 

 > We currently have fastapi 0.105.0 in buildroot which depends on
 > starlette < 0.28.0.

 > There's a pending patch by James that bumps it to 0.108.0, which
 > unfortunately is also not compatible with starlette 0.34.0 [1] :-/

 > In fact there's no fastapi release that is compatible with starlette
 > 0.34.0 (newer fastapi releases require even newer starlette
 > versions...)

Argh :(

 > I guess I'll send a series that bumps *both* again to compatible versions?

Yes please!

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] package/python-starlette: bump to version 0.34.0
  2024-02-05 14:58     ` Peter Korsgaard
@ 2024-02-05 16:47       ` James Hilliard
  0 siblings, 0 replies; 5+ messages in thread
From: James Hilliard @ 2024-02-05 16:47 UTC (permalink / raw)
  To: Peter Korsgaard; +Cc: Marcus Hoffmann, Marcus Hoffmann via buildroot

On Mon, Feb 5, 2024 at 7:58 AM Peter Korsgaard <peter@korsgaard.com> wrote:
>
> >>>>> "Marcus" == Marcus Hoffmann via buildroot <buildroot@buildroot.org> writes:
>
>  > Hi Peter,
>  > On 05.02.24 12:15, Peter Korsgaard wrote:
>  >>>>>>> "James" == James Hilliard <james.hilliard1@gmail.com> writes:
>  >> > Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
>  >> Committed, thanks.
>  >>
>
>  > We currently have fastapi 0.105.0 in buildroot which depends on
>  > starlette < 0.28.0.
>
>  > There's a pending patch by James that bumps it to 0.108.0, which
>  > unfortunately is also not compatible with starlette 0.34.0 [1] :-/
>
>  > In fact there's no fastapi release that is compatible with starlette
>  > 0.34.0 (newer fastapi releases require even newer starlette
>  > versions...)
>
> Argh :(
>
>  > I guess I'll send a series that bumps *both* again to compatible versions?
>
> Yes please!

Updated both to compatible versions here:
https://patchwork.ozlabs.org/project/buildroot/list/?series=393659

>
> --
> Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2024-02-05 16:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-11  7:29 [Buildroot] [PATCH 1/1] package/python-starlette: bump to version 0.34.0 James Hilliard
2024-02-05 11:15 ` Peter Korsgaard
2024-02-05 13:34   ` Marcus Hoffmann via buildroot
2024-02-05 14:58     ` Peter Korsgaard
2024-02-05 16:47       ` James Hilliard

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