14
0

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

- Update to 0.27.0:
  * Added
    - Minify JSON websocket data via send_json #2128
  * Fixed
    - Replace commonprefix by commonpath on StaticFiles 1797de4.
    - Convert ImportErrors into ModuleNotFoundError #2135.
    - Correct the RuntimeError message content in websockets #2141.

OBS-URL: https://build.opensuse.org/request/show/1087517
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-starlette?expand=0&rev=35
This commit is contained in:
2023-05-17 08:06:03 +00:00
committed by Git OBS Bridge
parent c6dcd5daa7
commit f441f367d2
4 changed files with 16 additions and 4 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed May 17 07:42:13 UTC 2023 - David Anes <david.anes@suse.com>
- Update to 0.27.0:
* Added
- Minify JSON websocket data via send_json #2128
* Fixed
- Replace commonprefix by commonpath on StaticFiles 1797de4.
- Convert ImportErrors into ModuleNotFoundError #2135.
- Correct the RuntimeError message content in websockets #2141.
-------------------------------------------------------------------
Tue Mar 14 09:11:16 UTC 2023 - David Anes <david.anes@suse.com>