forked from pool/python-trio-websocket
Accepting request 1132849 from devel:languages:python
- update to 0.11.1: * remove exceptiongroup dependency for Python >= 3.11 * fix client hang when connection lost just after remote closes - Initial release of 0.10.3 OBS-URL: https://build.opensuse.org/request/show/1132849 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-trio-websocket?expand=0&rev=2
This commit is contained in:
@@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Dec 13 10:31:49 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 0.11.1:
|
||||||
|
* remove exceptiongroup dependency for Python >= 3.11
|
||||||
|
* fix client hang when connection lost just after remote closes
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jun 9 06:10:31 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
|
Fri Jun 9 06:10:31 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-trio-websocket
|
Name: python-trio-websocket
|
||||||
Version: 0.10.3
|
Version: 0.11.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: WebSocket library for Trio
|
Summary: WebSocket library for Trio
|
||||||
License: MIT
|
License: MIT
|
||||||
@@ -30,7 +30,7 @@ BuildRequires: %{python_module setuptools}
|
|||||||
BuildRequires: %{python_module wheel}
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
# SECTION test requirements
|
# SECTION test requirements
|
||||||
BuildRequires: %{python_module exceptiongroup}
|
BuildRequires: %{python_module exceptiongroup if %python-base < 3.11}
|
||||||
BuildRequires: %{python_module pytest-trio}
|
BuildRequires: %{python_module pytest-trio}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module trio >= 0.11}
|
BuildRequires: %{python_module trio >= 0.11}
|
||||||
@@ -38,7 +38,9 @@ BuildRequires: %{python_module trustme}
|
|||||||
BuildRequires: %{python_module wsproto >= 0.14}
|
BuildRequires: %{python_module wsproto >= 0.14}
|
||||||
# /SECTION
|
# /SECTION
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
|
%if 0%{?python_version_nodots} < 311
|
||||||
Requires: python-exceptiongroup
|
Requires: python-exceptiongroup
|
||||||
|
%endif
|
||||||
Requires: python-trio >= 0.11
|
Requires: python-trio >= 0.11
|
||||||
Requires: python-wsproto >= 0.14
|
Requires: python-wsproto >= 0.14
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1a748604ad906a7dcab9a43c6eb5681e37de4793ba0847ef0bc9486933ed027b
|
|
||||||
size 26119
|
|
BIN
trio-websocket-0.11.1.tar.gz
(Stored with Git LFS)
Normal file
BIN
trio-websocket-0.11.1.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
Reference in New Issue
Block a user