From 38d0edc9a6298cd60183f14b9c7aede66ec40f97f38b91c4be657b9cf2ad60e5 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 20 Apr 2024 08:11:06 +0000 Subject: [PATCH] - update to 0.37.2: * Add `bytes` to `_RequestData` type #2510. * Revert "Turn `scope["client"]` to `None` on `TestClient` * Remove deprecated `app` argument passed to `httpx.Client` on the `TestClient` #2526. - update to 0.37.1: * Warn instead of raise for missing env file on `Config` #2485. - update to 0.37.0: * Support the WebSocket Denial Response ASGI extension #2041. - update to 0.36.3: * Create `anyio.Event` on async context #2459. - update to 0.36.2: * Upgrade `python-multipart` to `0.0.7` 13e5c26. * Avoid duplicate charset on `Content-Type` #2443. - update to 0.36.1: * Check if "extensions" in scope before checking the extension - update to 0.36.0: * Add support for ASGI `pathsend` extension #2435. * Cancel `WebSocketTestSession` on close #2427. * Raise `WebSocketDisconnect` when `WebSocket.send()` excepts `IOError` #2425. * Raise `FileNotFoundError` when the `env_file` parameter on `Config` is not valid #2422. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-starlette?expand=0&rev=47 --- python-starlette.changes | 27 +++++++++++++++++++++++++++ python-starlette.spec | 6 +++--- starlette-0.35.1.tar.gz | 3 --- starlette-0.37.2.tar.gz | 3 +++ 4 files changed, 33 insertions(+), 6 deletions(-) delete mode 100644 starlette-0.35.1.tar.gz create mode 100644 starlette-0.37.2.tar.gz diff --git a/python-starlette.changes b/python-starlette.changes index a86d9d7..759744c 100644 --- a/python-starlette.changes +++ b/python-starlette.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Sat Apr 20 08:10:00 UTC 2024 - Dirk Müller + +- update to 0.37.2: + * Add `bytes` to `_RequestData` type #2510. + * Revert "Turn `scope["client"]` to `None` on `TestClient` + * Remove deprecated `app` argument passed to `httpx.Client` on + the `TestClient` #2526. +- update to 0.37.1: + * Warn instead of raise for missing env file on `Config` #2485. +- update to 0.37.0: + * Support the WebSocket Denial Response ASGI extension #2041. +- update to 0.36.3: + * Create `anyio.Event` on async context #2459. +- update to 0.36.2: + * Upgrade `python-multipart` to `0.0.7` 13e5c26. + * Avoid duplicate charset on `Content-Type` #2443. +- update to 0.36.1: + * Check if "extensions" in scope before checking the extension +- update to 0.36.0: + * Add support for ASGI `pathsend` extension #2435. + * Cancel `WebSocketTestSession` on close #2427. + * Raise `WebSocketDisconnect` when `WebSocket.send()` excepts + `IOError` #2425. + * Raise `FileNotFoundError` when the `env_file` parameter on + `Config` is not valid #2422. + ------------------------------------------------------------------- Sat Jan 13 20:43:25 UTC 2024 - Ben Greiner diff --git a/python-starlette.spec b/python-starlette.spec index f0a4498..bc46d47 100644 --- a/python-starlette.spec +++ b/python-starlette.spec @@ -1,5 +1,5 @@ # -# spec file +# spec file for package python-starlette # # Copyright (c) 2024 SUSE LLC # @@ -27,7 +27,7 @@ %{?sle15_python_module_pythons} Name: python-starlette%{psuffix} -Version: 0.35.1 +Version: 0.37.2 Release: 0 Summary: Lightweight ASGI framework/toolkit License: BSD-3-Clause @@ -49,7 +49,7 @@ BuildRequires: %{python_module PyYAML} BuildRequires: %{python_module Jinja2} BuildRequires: %{python_module httpx >= 0.22} BuildRequires: %{python_module itsdangerous} -BuildRequires: %{python_module python-multipart} +BuildRequires: %{python_module python-multipart >= 0.0.7} # /SECTION # SECTION test BuildRequires: %{python_module exceptiongroup} diff --git a/starlette-0.35.1.tar.gz b/starlette-0.35.1.tar.gz deleted file mode 100644 index 8850e9e..0000000 --- a/starlette-0.35.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b9fba54a2adb9dcf09b4358a38c5316f51c9703f49dbd1683b73de983ec0ca02 -size 2842796 diff --git a/starlette-0.37.2.tar.gz b/starlette-0.37.2.tar.gz new file mode 100644 index 0000000..960f707 --- /dev/null +++ b/starlette-0.37.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bbb8b114ef94cedef5c2a320ff395dd2c6ab51e86ec605aec00976bd9314f4e +size 2846433