From db727897cda98d317ba2f6670eccdcc700ef4c54d1eef0c7e7e07db0553e4775 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 5 Jun 2025 07:48:42 +0000 Subject: [PATCH] - Update to 0.47.0 * Added + Add support for ASGI pathsend extension #2671. + Add partitioned attribute to Response.set_cookie #2501. * Changed + Change methods parameter type from list[str] to Collection[str] #2903. + Replace import typing by from typing import ... in the whole codebase #2867. * Fixed + Mark ExceptionMiddleware.http_exception as async to prevent thread creation #2922. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-starlette?expand=0&rev=63 --- python-starlette.changes | 13 +++++++++++++ python-starlette.spec | 2 +- starlette-0.46.2.tar.gz | 3 --- starlette-0.47.0.tar.gz | 3 +++ 4 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 starlette-0.46.2.tar.gz create mode 100644 starlette-0.47.0.tar.gz diff --git a/python-starlette.changes b/python-starlette.changes index cf29dd6..a83e4c1 100644 --- a/python-starlette.changes +++ b/python-starlette.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Wed Jun 4 12:21:42 UTC 2025 - John Paul Adrian Glaubitz + +- Update to 0.47.0 + * Added + + Add support for ASGI pathsend extension #2671. + + Add partitioned attribute to Response.set_cookie #2501. + * Changed + + Change methods parameter type from list[str] to Collection[str] #2903. + + Replace import typing by from typing import ... in the whole codebase #2867. + * Fixed + + Mark ExceptionMiddleware.http_exception as async to prevent thread creation #2922. + ------------------------------------------------------------------- Thu May 1 06:01:43 UTC 2025 - Steve Kowalik diff --git a/python-starlette.spec b/python-starlette.spec index 9f6b65a..f2f6e8c 100644 --- a/python-starlette.spec +++ b/python-starlette.spec @@ -27,7 +27,7 @@ %{?sle15_python_module_pythons} Name: python-starlette%{psuffix} -Version: 0.46.2 +Version: 0.47.0 Release: 0 Summary: Lightweight ASGI framework/toolkit License: BSD-3-Clause diff --git a/starlette-0.46.2.tar.gz b/starlette-0.46.2.tar.gz deleted file mode 100644 index 866eb5d..0000000 --- a/starlette-0.46.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ef04e3468b7921a75e653cb2acbfc33a8090211595b19d7d49b0618369c459b7 -size 2580854 diff --git a/starlette-0.47.0.tar.gz b/starlette-0.47.0.tar.gz new file mode 100644 index 0000000..55599cd --- /dev/null +++ b/starlette-0.47.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f635bff6bc630aacaaf2a37e6891652374aeb0daba0fc3af0cb55011ef46532 +size 2582806