forked from pool/python-trio
Accepting request 1005914 from devel:languages:python
- update to 0.21.0: * Trio now supports Python 3.11. * Remove support for Python 3.6. OBS-URL: https://build.opensuse.org/request/show/1005914 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-trio?expand=0&rev=11
This commit is contained in:
commit
c0b86cb682
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:353ab8b9ad925e74665ae869af6fe0b39d7eee0fa86edd4e2dd1f52b96996fd5
|
||||
size 491254
|
3
trio-0.21.0.tar.gz
Normal file
3
trio-0.21.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b37dade091c9da7b95b572643c56479c4a11596175b93ba3d6d7ff89993a40c5
|
||||
size 491228
|
Loading…
Reference in New Issue
Block a user