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
This commit is contained in:
Dirk Mueller 2024-01-14 15:17:57 +00:00 committed by Git OBS Bridge
parent 381e74524e
commit 3903e45210
4 changed files with 20 additions and 6 deletions

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Sat Jan 13 20:43:25 UTC 2024 - Ben Greiner <code@bnavigator.de>
- 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 <dmueller@suse.com>

View File

@ -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

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3f4db4cceed75c27b42549544bca84c5c5635e98acbada02aae6648a315c36e0
size 2841390

3
starlette-0.35.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b9fba54a2adb9dcf09b4358a38c5316f51c9703f49dbd1683b73de983ec0ca02
size 2842796