forked from pool/python-starlette
Accepting request 979600 from home:stroeder:python
Update to 0.19.1 (last release with support for Python 3.6) OBS-URL: https://build.opensuse.org/request/show/979600 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-starlette?expand=0&rev=9
This commit is contained in:
@@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat May 28 15:16:15 UTC 2022 - Michael Ströder <michael@stroeder.com>
|
||||||
|
|
||||||
|
- Update to 0.19.1:
|
||||||
|
* Fixed
|
||||||
|
- Fix inference of Route.name when created from methods #1553.
|
||||||
|
- Avoid TypeError on websocket.disconnect when code is None #1574.
|
||||||
|
* Deprecated
|
||||||
|
- Deprecate WS_1004_NO_STATUS_RCVD and WS_1005_ABNORMAL_CLOSURE in favor
|
||||||
|
of WS_1005_NO_STATUS_RCVD and WS_1006_ABNORMAL_CLOSURE, as the previous
|
||||||
|
constants didn't match the WebSockets specs #1580.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 18 15:27:00 UTC 2022 - Michael Ströder <michael@stroeder.com>
|
Mon Apr 18 15:27:00 UTC 2022 - Michael Ströder <michael@stroeder.com>
|
||||||
|
|
||||||
|
@@ -19,7 +19,7 @@
|
|||||||
%{?!python_module:%define python_module() python3-%{**}}
|
%{?!python_module:%define python_module() python3-%{**}}
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
Name: python-starlette
|
Name: python-starlette
|
||||||
Version: 0.19.0
|
Version: 0.19.1
|
||||||
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:072c19cb6a7da49f7ef7f45208b4573786c756880df8d0f2e320f2b807467c2b
|
|
||||||
size 412337
|
|
3
starlette-0.19.1.tar.gz
Normal file
3
starlette-0.19.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0fd1490360094275491ebde4ea575b3cef19d710400e9fbc0f540c772bb8d084
|
||||||
|
size 415049
|
Reference in New Issue
Block a user