forked from pool/python-starlette
- 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
This commit is contained in:
@@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 13 09:41:53 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>
|
||||
|
||||
- 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 <dmueller@suse.com>
|
||||
|
||||
|
@@ -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
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1bbb8b114ef94cedef5c2a320ff395dd2c6ab51e86ec605aec00976bd9314f4e
|
||||
size 2846433
|
3
starlette-0.38.2.tar.gz
Normal file
3
starlette-0.38.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:28dad5de4c9b3b9f32a89f4629c827b3c42c303de58463c719ab2909f3d2542c
|
||||
size 2847558
|
Reference in New Issue
Block a user