17
0

Accepting request 1006859 from home:stroeder:python

- Update to 0.21.0
  * Changed
    - Replace requests with httpx in TestClient #1376.
  * Added
    - Add WebSocketException and support for WebSocket exception handlers #1263.
    - Add middleware parameter to Mount class #1649.
    - Officially support Python 3.11 1863.
    - Implement __repr__ for route classes #1864.
  * Fixed
    - Fix bug on which BackgroundTasks were cancelled when using BaseHTTPMiddleware and client disconnected #1715.
- setup.py install is no longer supported by upstream => use pip-based installation
- added build dependencies:
  * python3-hatchling
  * python3-pip
  * python3-wheel

OBS-URL: https://build.opensuse.org/request/show/1006859
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-starlette?expand=0&rev=20
This commit is contained in:
2022-09-29 10:40:28 +00:00
committed by Git OBS Bridge
parent cb1e0dd7e1
commit 335fc0406e
4 changed files with 29 additions and 7 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Thu Sep 29 08:19:37 UTC 2022 - Michael Ströder <michael@stroeder.com>
- Update to 0.21.0
* Changed
- Replace requests with httpx in TestClient #1376.
* Added
- Add WebSocketException and support for WebSocket exception handlers #1263.
- Add middleware parameter to Mount class #1649.
- Officially support Python 3.11 1863.
- Implement __repr__ for route classes #1864.
* Fixed
- Fix bug on which BackgroundTasks were cancelled when using BaseHTTPMiddleware and client disconnected #1715.
- setup.py install is no longer supported by upstream => use pip-based installation
- added build dependencies:
* python3-hatchling
* python3-pip
* python3-wheel
-------------------------------------------------------------------
Thu Aug 11 05:22:41 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>