14
0

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:
2023-12-13 17:36:17 +00:00
committed by Git OBS Bridge
4 changed files with 15 additions and 6 deletions

View File

@@ -1,4 +1,11 @@
-------------------------------------------------------------------
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>
- Initial release of 0.10.3
- Initial release of 0.10.3

View File

@@ -17,7 +17,7 @@
Name: python-trio-websocket
Version: 0.10.3
Version: 0.11.1
Release: 0
Summary: WebSocket library for Trio
License: MIT
@@ -30,7 +30,7 @@ BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: python-rpm-macros
# 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}
BuildRequires: %{python_module trio >= 0.11}
@@ -38,7 +38,9 @@ BuildRequires: %{python_module trustme}
BuildRequires: %{python_module wsproto >= 0.14}
# /SECTION
BuildRequires: fdupes
%if 0%{?python_version_nodots} < 311
Requires: python-exceptiongroup
%endif
Requires: python-trio >= 0.11
Requires: python-wsproto >= 0.14
BuildArch: noarch

View File

@@ -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

Binary file not shown.