14
0

Accepting request 1042571 from home:david.anes:branches:devel:languages:python

- Update to 0.21.3
  * Fixed
    - Only stop receiving stream on body_stream if body is empty on i
      the BaseHTTPMiddleware.
- Update to 0.21.0
  * Added
    - Add headers parameter to the TestClient.
  * Deprecated
    - Deprecate Starlette and Router decorators.
  * Fixed
    - Fix bug on FloatConvertor regex.
- Fix test package by adding 'exceptiongroup' python module as a 
  build dependency.

OBS-URL: https://build.opensuse.org/request/show/1042571
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-starlette?expand=0&rev=24
This commit is contained in:
2022-12-13 12:07:14 +00:00
committed by Git OBS Bridge
parent 8890b1e99d
commit 06d68b1d82
4 changed files with 24 additions and 4 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Tue Dec 13 08:27:49 UTC 2022 - David Anes <david.anes@suse.com>
- Update to 0.21.3
* Fixed
- Only stop receiving stream on body_stream if body is empty on i
the BaseHTTPMiddleware.
- Update to 0.21.0
* Added
- Add headers parameter to the TestClient.
* Deprecated
- Deprecate Starlette and Router decorators.
* Fixed
- Fix bug on FloatConvertor regex.
- Fix test package by adding 'exceptiongroup' python module as a
build dependency.
-------------------------------------------------------------------
Sun Nov 27 22:53:40 UTC 2022 - Michael Ströder <michael@stroeder.com>