package/python-starlette: bump to version 1.1.0

Release Notes:
* https://starlette.dev/release-notes/#101-may-21-2026
* https://starlette.dev/release-notes/#110-may-23-2026

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
[Marcus: add release notes]
Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu>
This commit is contained in:
James Hilliard
2026-05-26 14:19:44 -06:00
committed by Marcus Hoffmann
parent f0b43038a3
commit 6e13cdd9a0
2 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/starlette/json
md5 2c35b502eb0f34a3708d743b3e817186 starlette-1.0.0.tar.gz
sha256 6a4beaf1f81bb472fd19ea9b918b50dc3a77a6f2e190a12954b25e6ed5eea149 starlette-1.0.0.tar.gz
md5 2d1e880ba9520c487e52dec610a0dfc5 starlette-1.1.0.tar.gz
sha256 e83c7fe0ddecd8719c5b840080325aec0260acec86e9832899e377b91d65e90f starlette-1.1.0.tar.gz
# Locally computed sha256 checksums
sha256 dcb95677a02240243187e964f941847d19b17821cf99e5afae684fab328c19bf LICENSE.md

View File

@@ -4,9 +4,9 @@
#
################################################################################
PYTHON_STARLETTE_VERSION = 1.0.0
PYTHON_STARLETTE_VERSION = 1.1.0
PYTHON_STARLETTE_SOURCE = starlette-$(PYTHON_STARLETTE_VERSION).tar.gz
PYTHON_STARLETTE_SITE = https://files.pythonhosted.org/packages/81/69/17425771797c36cded50b7fe44e850315d039f28b15901ab44839e70b593
PYTHON_STARLETTE_SITE = https://files.pythonhosted.org/packages/95/66/4d20cdf39a8d6a51e663b7038e3b828ff211d3891a43a713fe7e4643f3a8
PYTHON_STARLETTE_SETUP_TYPE = hatch
PYTHON_STARLETTE_LICENSE = BSD-3-Clause
PYTHON_STARLETTE_LICENSE_FILES = LICENSE.md