From 3903e4521024e62e006dab49f8defd7ca356372c813dee10d094946e6ae86fdf Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 14 Jan 2024 15:17:57 +0000 Subject: [PATCH] Accepting request 1138504 from home:bnavigator:branches:devel:languages:python - Update to 0.35.1 * Stop using the deprecated "method" parameter in FileResponse inside of StaticFiles #2406. * Make typing-extensions optional again #2409. - Update to 0.35.0 * Add *args to Middleware and improve its type hints #2381. * Use Iterable instead Iterator on iterate_in_threadpool #2362. * Handle root_path to keep compatibility with mounted ASGI applications and WSGI #2400. * Turn scope["client"] to None on TestClient #2377. OBS-URL: https://build.opensuse.org/request/show/1138504 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-starlette?expand=0&rev=45 --- python-starlette.changes | 14 ++++++++++++++ python-starlette.spec | 6 +++--- starlette-0.34.0.tar.gz | 3 --- starlette-0.35.1.tar.gz | 3 +++ 4 files changed, 20 insertions(+), 6 deletions(-) delete mode 100644 starlette-0.34.0.tar.gz create mode 100644 starlette-0.35.1.tar.gz diff --git a/python-starlette.changes b/python-starlette.changes index 7eb038b..a86d9d7 100644 --- a/python-starlette.changes +++ b/python-starlette.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Sat Jan 13 20:43:25 UTC 2024 - Ben Greiner + +- Update to 0.35.1 + * Stop using the deprecated "method" parameter in FileResponse + inside of StaticFiles #2406. + * Make typing-extensions optional again #2409. +- Update to 0.35.0 + * Add *args to Middleware and improve its type hints #2381. + * Use Iterable instead Iterator on iterate_in_threadpool #2362. + * Handle root_path to keep compatibility with mounted ASGI + applications and WSGI #2400. + * Turn scope["client"] to None on TestClient #2377. + ------------------------------------------------------------------- Fri Dec 29 10:02:33 UTC 2023 - Dirk Müller diff --git a/python-starlette.spec b/python-starlette.spec index c5854ec..f0a4498 100644 --- a/python-starlette.spec +++ b/python-starlette.spec @@ -1,7 +1,7 @@ # # spec file # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -27,13 +27,13 @@ %{?sle15_python_module_pythons} Name: python-starlette%{psuffix} -Version: 0.34.0 +Version: 0.35.1 Release: 0 Summary: Lightweight ASGI framework/toolkit License: BSD-3-Clause URL: https://github.com/encode/starlette Source: https://github.com/encode/starlette/archive/refs/tags/%{version}.tar.gz#/starlette-%{version}.tar.gz -BuildRequires: %{python_module base >= 3.7} +BuildRequires: %{python_module base >= 3.8} BuildRequires: %{python_module hatchling} BuildRequires: %{python_module pip} BuildRequires: fdupes diff --git a/starlette-0.34.0.tar.gz b/starlette-0.34.0.tar.gz deleted file mode 100644 index 3f6f941..0000000 --- a/starlette-0.34.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3f4db4cceed75c27b42549544bca84c5c5635e98acbada02aae6648a315c36e0 -size 2841390 diff --git a/starlette-0.35.1.tar.gz b/starlette-0.35.1.tar.gz new file mode 100644 index 0000000..8850e9e --- /dev/null +++ b/starlette-0.35.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9fba54a2adb9dcf09b4358a38c5316f51c9703f49dbd1683b73de983ec0ca02 +size 2842796