From 7203bb809fccd60c57c0afa4eae1ce10758c9cc45f6f1ea4b246b91f8fa18ca0 Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Tue, 13 Aug 2024 11:28:43 +0000 Subject: [PATCH] - Update to 0.38.2: * Fix routing.get_name() not to assume all routines have __name__ #2648 - 0.38.1: * Revert "Add support for ASGI pathsend extension" #2649. - 0.38.0: * Allow use of memoryview in StreamingResponse and Response #2576 and #2577. * Send 404 instead of 500 when filename requested is too long on StaticFiles #2583. * Fail fast on invalid Jinja2Template instantiation parameters #2568. * Check endpoint handler is async only once #2536. * Add proper synchronization to WebSocketTestSession #2597. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-starlette?expand=0&rev=50 --- python-starlette.changes | 16 ++++++++++++++++ python-starlette.spec | 2 +- starlette-0.37.2.tar.gz | 3 --- starlette-0.38.2.tar.gz | 3 +++ 4 files changed, 20 insertions(+), 4 deletions(-) delete mode 100644 starlette-0.37.2.tar.gz create mode 100644 starlette-0.38.2.tar.gz diff --git a/python-starlette.changes b/python-starlette.changes index 759744c..e05648f 100644 --- a/python-starlette.changes +++ b/python-starlette.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Tue Aug 13 09:41:53 UTC 2024 - Daniel Garcia + +- Update to 0.38.2: + * Fix routing.get_name() not to assume all routines have __name__ #2648 +- 0.38.1: + * Revert "Add support for ASGI pathsend extension" #2649. +- 0.38.0: + * Allow use of memoryview in StreamingResponse and Response #2576 + and #2577. + * Send 404 instead of 500 when filename requested is too long on + StaticFiles #2583. + * Fail fast on invalid Jinja2Template instantiation parameters #2568. + * Check endpoint handler is async only once #2536. + * Add proper synchronization to WebSocketTestSession #2597. + ------------------------------------------------------------------- Sat Apr 20 08:10:00 UTC 2024 - Dirk Müller diff --git a/python-starlette.spec b/python-starlette.spec index f7ddde7..13ab772 100644 --- a/python-starlette.spec +++ b/python-starlette.spec @@ -27,7 +27,7 @@ %{?sle15_python_module_pythons} Name: python-starlette%{psuffix} -Version: 0.37.2 +Version: 0.38.2 Release: 0 Summary: Lightweight ASGI framework/toolkit License: BSD-3-Clause diff --git a/starlette-0.37.2.tar.gz b/starlette-0.37.2.tar.gz deleted file mode 100644 index 960f707..0000000 --- a/starlette-0.37.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1bbb8b114ef94cedef5c2a320ff395dd2c6ab51e86ec605aec00976bd9314f4e -size 2846433 diff --git a/starlette-0.38.2.tar.gz b/starlette-0.38.2.tar.gz new file mode 100644 index 0000000..1efe51a --- /dev/null +++ b/starlette-0.38.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28dad5de4c9b3b9f32a89f4629c827b3c42c303de58463c719ab2909f3d2542c +size 2847558