forked from pool/python-starlette
- update to 0.34.0:
* Use `ParamSpec` for `run_in_threadpool` #2375. * Add `UploadFile.__repr__` #2360. * Merge URLs properly on `TestClient` #2376. * Take weak ETags in consideration on `StaticFiles` #2334. * Deprecate `FileResponse(method=...)` parameter #2366. * Add `middleware` per `Route`/`WebSocketRoute` #2349. * Add `middleware` per `Router` #2351. * Do not overwrite `"path"` and `"root_path"` scope keys #2352. * Set `ensure_ascii=False` on `json.dumps()` for `WebSocket.send_json()` #2341. - update to 0.32.0.post1: * Revert mkdocs-material from 9.1.17 to 9.4.7 #2326. - update to 0.32.0: * Send `reason` on `WebSocketDisconnect` #2309. * Add `domain` parameter to `SessionMiddleware` #2280. * Inherit from `HTMLResponse` instead of `Response` on `_TemplateResponse` #2274. * Restore the `Response.render` type annotation to its pre-0.31.0 state #2264. - Deprecate on_startup and on_shutdown events #2070. - Limit the number of fields and files when parsing - Fix test package by adding 'exceptiongroup' python module as a - Remove unneeded BuildRequires on contextlib2. * Host now ignores port on routing #1322. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-starlette?expand=0&rev=44
This commit is contained in:
@@ -1,3 +1,27 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 29 10:02:33 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 0.34.0:
|
||||||
|
* Use `ParamSpec` for `run_in_threadpool` #2375.
|
||||||
|
* Add `UploadFile.__repr__` #2360.
|
||||||
|
* Merge URLs properly on `TestClient` #2376.
|
||||||
|
* Take weak ETags in consideration on `StaticFiles` #2334.
|
||||||
|
* Deprecate `FileResponse(method=...)` parameter #2366.
|
||||||
|
* Add `middleware` per `Route`/`WebSocketRoute` #2349.
|
||||||
|
* Add `middleware` per `Router` #2351.
|
||||||
|
* Do not overwrite `"path"` and `"root_path"` scope keys #2352.
|
||||||
|
* Set `ensure_ascii=False` on `json.dumps()` for
|
||||||
|
`WebSocket.send_json()` #2341.
|
||||||
|
- update to 0.32.0.post1:
|
||||||
|
* Revert mkdocs-material from 9.1.17 to 9.4.7 #2326.
|
||||||
|
- update to 0.32.0:
|
||||||
|
* Send `reason` on `WebSocketDisconnect` #2309.
|
||||||
|
* Add `domain` parameter to `SessionMiddleware` #2280.
|
||||||
|
* Inherit from `HTMLResponse` instead of `Response` on
|
||||||
|
`_TemplateResponse` #2274.
|
||||||
|
* Restore the `Response.render` type annotation to its
|
||||||
|
pre-0.31.0 state #2264.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 22 17:27:05 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
|
Wed Nov 22 17:27:05 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
|
||||||
|
|
||||||
@@ -82,14 +106,14 @@ Fri Mar 10 11:36:42 UTC 2023 - David Anes <david.anes@suse.com>
|
|||||||
* Fixed
|
* Fixed
|
||||||
- Allow "name" argument on url_for() and url_path_for() #2050.
|
- Allow "name" argument on url_for() and url_path_for() #2050.
|
||||||
* Deprecated
|
* Deprecated
|
||||||
- Deprecate on_startup and on_shutdown events #2070.
|
- Deprecate on_startup and on_shutdown events #2070.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Feb 16 16:22:35 UTC 2023 - David Anes <david.anes@suse.com>
|
Thu Feb 16 16:22:35 UTC 2023 - David Anes <david.anes@suse.com>
|
||||||
|
|
||||||
- Update to 0.25.0:
|
- Update to 0.25.0:
|
||||||
* Fixed
|
* Fixed
|
||||||
- Limit the number of fields and files when parsing
|
- Limit the number of fields and files when parsing
|
||||||
multipart/form-data on the MultipartParser.
|
multipart/form-data on the MultipartParser.
|
||||||
|
|
||||||
- Fixed upstream: reenable tests for tests for i586 and armv7l.
|
- Fixed upstream: reenable tests for tests for i586 and armv7l.
|
||||||
@@ -136,7 +160,7 @@ Tue Dec 13 08:27:49 UTC 2022 - David Anes <david.anes@suse.com>
|
|||||||
* Fixed
|
* Fixed
|
||||||
- Fix bug on FloatConvertor regex.
|
- Fix bug on FloatConvertor regex.
|
||||||
|
|
||||||
- Fix test package by adding 'exceptiongroup' python module as a
|
- Fix test package by adding 'exceptiongroup' python module as a
|
||||||
build dependency.
|
build dependency.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
@@ -172,7 +196,7 @@ Thu Sep 29 08:19:37 UTC 2022 - Michael Ströder <michael@stroeder.com>
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 11 05:22:41 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
|
Thu Aug 11 05:22:41 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
- Remove unneeded BuildRequires on contextlib2.
|
- Remove unneeded BuildRequires on contextlib2.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 5 11:37:43 UTC 2022 - John Vandenberg <jayvdb@gmail.com>
|
Fri Aug 5 11:37:43 UTC 2022 - John Vandenberg <jayvdb@gmail.com>
|
||||||
@@ -267,7 +291,7 @@ Wed Feb 23 01:08:10 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
|
|||||||
on the system. This fixes an error raised on systems with FIPS
|
on the system. This fixes an error raised on systems with FIPS
|
||||||
enabled #1366 and #1410.
|
enabled #1366 and #1410.
|
||||||
* Fix path_params type on url_path_for() method i.e. turn str into Any #1341.
|
* Fix path_params type on url_path_for() method i.e. turn str into Any #1341.
|
||||||
* Host now ignores port on routing #1322.
|
* Host now ignores port on routing #1322.
|
||||||
- Set asyncio_mode when running pytest, and stop turning warnings into
|
- Set asyncio_mode when running pytest, and stop turning warnings into
|
||||||
errors.
|
errors.
|
||||||
|
|
||||||
@@ -370,4 +394,4 @@ Wed Dec 2 14:49:51 UTC 2020 - Michael Ströder <michael@stroeder.com>
|
|||||||
Sat Sep 5 11:33:42 UTC 2020 - Michael Ströder <michael@stroeder.com>
|
Sat Sep 5 11:33:42 UTC 2020 - Michael Ströder <michael@stroeder.com>
|
||||||
|
|
||||||
- initial packaging of 0.13.8
|
- initial packaging of 0.13.8
|
||||||
|
|
||||||
|
@@ -27,7 +27,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-starlette%{psuffix}
|
Name: python-starlette%{psuffix}
|
||||||
Version: 0.31.1
|
Version: 0.34.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Lightweight ASGI framework/toolkit
|
Summary: Lightweight ASGI framework/toolkit
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4ca75d904988c73071a84b61aa713d831a2f9a0d363cbc6f8334b9005b81bce9
|
|
||||||
size 2846196
|
|
3
starlette-0.34.0.tar.gz
Normal file
3
starlette-0.34.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3f4db4cceed75c27b42549544bca84c5c5635e98acbada02aae6648a315c36e0
|
||||||
|
size 2841390
|
Reference in New Issue
Block a user