* [Buildroot] [PATCH 1/2] package/python-starlette: bump to 0.38.2
@ 2024-08-16 15:38 Marcus Hoffmann via buildroot
2024-08-16 15:38 ` [Buildroot] [PATCH 2/2] package/fastapi: bump to 0.112.1 Marcus Hoffmann via buildroot
2024-08-17 10:01 ` [Buildroot] [PATCH 1/2] package/python-starlette: bump to 0.38.2 Thomas Petazzoni via buildroot
0 siblings, 2 replies; 3+ messages in thread
From: Marcus Hoffmann via buildroot @ 2024-08-16 15:38 UTC (permalink / raw)
To: buildroot; +Cc: James Hilliard, Asaf Kahlon
Changelog:
* https://github.com/encode/starlette/releases/tag/0.38.0
* https://github.com/encode/starlette/releases/tag/0.38.1
* https://github.com/encode/starlette/releases/tag/0.38.2
Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu>
---
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 f04aaea7c0..eca8cb8fd1 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 b0ba8178dd4bf2cdff53c8702212be52 starlette-0.37.2.tar.gz
-sha256 9af890290133b79fc3db55474ade20f6220a364a0402e0b556e7cd5e1e093823 starlette-0.37.2.tar.gz
+md5 c56bd58a7ed1320677cff4b1055dff18 starlette-0.38.2.tar.gz
+sha256 c7c0441065252160993a1a37cf2a73bb64d271b17303e0b0c1eb7191cfb12d75 starlette-0.38.2.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 af2c2d4ac7..bf38b1375b 100644
--- a/package/python-starlette/python-starlette.mk
+++ b/package/python-starlette/python-starlette.mk
@@ -4,9 +4,9 @@
#
################################################################################
-PYTHON_STARLETTE_VERSION = 0.37.2
+PYTHON_STARLETTE_VERSION = 0.38.2
PYTHON_STARLETTE_SOURCE = starlette-$(PYTHON_STARLETTE_VERSION).tar.gz
-PYTHON_STARLETTE_SITE = https://files.pythonhosted.org/packages/61/b5/6bceb93ff20bd7ca36e6f7c540581abb18f53130fabb30ba526e26fd819b
+PYTHON_STARLETTE_SITE = https://files.pythonhosted.org/packages/43/e2/d49a94ecb665b3a1c34b40c78165a737abc384fcabc843ccb14a3bd3dc37
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] 3+ messages in thread
* [Buildroot] [PATCH 2/2] package/fastapi: bump to 0.112.1
2024-08-16 15:38 [Buildroot] [PATCH 1/2] package/python-starlette: bump to 0.38.2 Marcus Hoffmann via buildroot
@ 2024-08-16 15:38 ` Marcus Hoffmann via buildroot
2024-08-17 10:01 ` [Buildroot] [PATCH 1/2] package/python-starlette: bump to 0.38.2 Thomas Petazzoni via buildroot
1 sibling, 0 replies; 3+ messages in thread
From: Marcus Hoffmann via buildroot @ 2024-08-16 15:38 UTC (permalink / raw)
To: buildroot; +Cc: James Hilliard, Asaf Kahlon
Changelog:
* https://github.com/fastapi/fastapi/releases/tag/0.111.1
* https://github.com/fastapi/fastapi/releases/tag/0.112.0
* https://github.com/fastapi/fastapi/releases/tag/0.112.1
Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu>
---
package/python-fastapi/python-fastapi.hash | 4 ++--
package/python-fastapi/python-fastapi.mk | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/package/python-fastapi/python-fastapi.hash b/package/python-fastapi/python-fastapi.hash
index 2be006a97d..203af3e915 100644
--- a/package/python-fastapi/python-fastapi.hash
+++ b/package/python-fastapi/python-fastapi.hash
@@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/fastapi/json
-md5 32df7b178fb59e180d34729be33d5024 fastapi-0.111.0.tar.gz
-sha256 b9db9dd147c91cb8b769f7183535773d8741dd46f9dc6676cd82eab510228cd7 fastapi-0.111.0.tar.gz
+md5 f42ce6731bca9412b36b0537672cf568 fastapi-0.112.1.tar.gz
+sha256 b2537146f8c23389a7faa8b03d0bd38d4986e6983874557d95eed2acc46448ef fastapi-0.112.1.tar.gz
# Locally computed sha256 checksums
sha256 4ec89ffc81485b97fec584b2d4a961032eeffe834453894fd9c1274906cc744e LICENSE
diff --git a/package/python-fastapi/python-fastapi.mk b/package/python-fastapi/python-fastapi.mk
index 262b166907..5fd91c691b 100644
--- a/package/python-fastapi/python-fastapi.mk
+++ b/package/python-fastapi/python-fastapi.mk
@@ -4,9 +4,9 @@
#
################################################################################
-PYTHON_FASTAPI_VERSION = 0.111.0
+PYTHON_FASTAPI_VERSION = 0.112.1
PYTHON_FASTAPI_SOURCE = fastapi-$(PYTHON_FASTAPI_VERSION).tar.gz
-PYTHON_FASTAPI_SITE = https://files.pythonhosted.org/packages/0e/1f/f4a99e92c583780787e04b05aa9d8a8db9ec76d091d81545948a006f5b44
+PYTHON_FASTAPI_SITE = https://files.pythonhosted.org/packages/2c/09/71a961740a1121d7cc90c99036cc3fbb507bf0c69860d08d4388f842196b
PYTHON_FASTAPI_SETUP_TYPE = pep517
PYTHON_FASTAPI_LICENSE = MIT
PYTHON_FASTAPI_LICENSE_FILES = LICENSE
--
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/2] package/python-starlette: bump to 0.38.2
2024-08-16 15:38 [Buildroot] [PATCH 1/2] package/python-starlette: bump to 0.38.2 Marcus Hoffmann via buildroot
2024-08-16 15:38 ` [Buildroot] [PATCH 2/2] package/fastapi: bump to 0.112.1 Marcus Hoffmann via buildroot
@ 2024-08-17 10:01 ` Thomas Petazzoni via buildroot
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-08-17 10:01 UTC (permalink / raw)
To: Marcus Hoffmann via buildroot
Cc: James Hilliard, Marcus Hoffmann, Asaf Kahlon
On Fri, 16 Aug 2024 17:38:23 +0200
Marcus Hoffmann via buildroot <buildroot@buildroot.org> wrote:
> Changelog:
> * https://github.com/encode/starlette/releases/tag/0.38.0
> * https://github.com/encode/starlette/releases/tag/0.38.1
> * https://github.com/encode/starlette/releases/tag/0.38.2
>
> Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu>
> ---
> package/python-starlette/python-starlette.hash | 4 ++--
> package/python-starlette/python-starlette.mk | 4 ++--
> 2 files changed, 4 insertions(+), 4 deletions(-)
Both applied to next. Please note that your second patch title was not
correct: you wrote package/fastapi instead of package/python-fastapi. I
notice this because I have some local tooling that extract some info
from the commit title, and therefore I notice when it's wrong :-)
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-08-17 10:01 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-16 15:38 [Buildroot] [PATCH 1/2] package/python-starlette: bump to 0.38.2 Marcus Hoffmann via buildroot
2024-08-16 15:38 ` [Buildroot] [PATCH 2/2] package/fastapi: bump to 0.112.1 Marcus Hoffmann via buildroot
2024-08-17 10:01 ` [Buildroot] [PATCH 1/2] package/python-starlette: bump to 0.38.2 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.