15
0
forked from pool/python-trio

- update to 0.21.0:

* Trio now supports Python 3.11.
  * Remove support for Python 3.6.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-trio?expand=0&rev=24
This commit is contained in:
2022-09-25 19:16:05 +00:00
committed by Git OBS Bridge
parent bc80c8af88
commit fc602d2b0c
4 changed files with 13 additions and 5 deletions
+7
View File
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sun Sep 25 19:11:32 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 0.21.0:
* Trio now supports Python 3.11.
* Remove support for Python 3.6.
-------------------------------------------------------------------
Tue Mar 29 09:40:18 UTC 2022 - Ben Greiner <code@bnavigator.de>
+3 -2
View File
@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python3-%{**}}
%define skip_python2 1
Name: python-trio
Version: 0.20.0
Version: 0.21.0
Release: 0
Summary: Python async/await-native I/O library
License: Apache-2.0 OR MIT
@@ -79,7 +79,8 @@ sed -i '1{/^#!/d}' trio/_tools/gen_exports.py
# pointless for us.
# test_SSLStream_generic deadlocks in OBS
# test_close_at_bad_time_for_send_all fails on PPC https://github.com/python-trio/trio/issues/1753
%pytest -k 'not (test_static_tool_sees_all_symbols or test_SSLStream_generic or test_close_at_bad_time_for_send_all)'
# test_local_address_real fails on qemu_linux_user targets
%pytest -k 'not (test_static_tool_sees_all_symbols or test_SSLStream_generic or test_close_at_bad_time_for_send_all or test_local_address_real)'
%files %{python_files}
%doc README.rst
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.