forked from pool/python-trio
Accepting request 1182980 from devel:languages:python
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/1182980 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-trio?expand=0&rev=18
This commit is contained in:
commit
46d048f9ea
@ -1,15 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 17 08:23:15 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 0.25.1:
|
||||
* Fix crash when importing trio in embedded Python on Windows,
|
||||
and other installs that remove docstrings.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 22 09:37:15 UTC 2024 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
- Update to 0.25.0
|
||||
* New helper classes: RaisesGroup and Matcher.
|
||||
* MultiError has been fully removed, and all relevant trio
|
||||
* MultiError has been fully removed, and all relevant trio
|
||||
functions now raise ExceptionGroups instead.
|
||||
* The strict_exception_groups parameter now defaults to True
|
||||
* The strict_exception_groups parameter now defaults to True
|
||||
in trio.run and trio.lowlevel.start_guest_run.
|
||||
* Add trio.testing.wait_all_threads_completed, which blocks
|
||||
* Add trio.testing.wait_all_threads_completed, which blocks
|
||||
until no threads are running tasks.
|
||||
* Path is now a subclass of pathlib.PurePath, allowing it to
|
||||
* Path is now a subclass of pathlib.PurePath, allowing it to
|
||||
interoperate with other standard pathlib types.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
@ -26,7 +26,7 @@
|
||||
%endif
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-trio%{psuffix}
|
||||
Version: 0.25.0
|
||||
Version: 0.25.1
|
||||
Release: 0
|
||||
Summary: Python async/await-native I/O library
|
||||
License: Apache-2.0 OR MIT
|
||||
@ -102,7 +102,7 @@ donttest+=" or run_black or run_ruff or lint_failure or test_process"
|
||||
%doc README.rst
|
||||
%license LICENSE LICENSE.APACHE2 LICENSE.MIT
|
||||
%{python_sitelib}/trio
|
||||
%{python_sitelib}/trio-%{version}*-info
|
||||
%{python_sitelib}/trio-%{version}.dist-info
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9b41f5993ad2c0e5f62d0acca320ec657fdb6b2a2c22b8c7aed6caf154475c4e
|
||||
size 551863
|
BIN
trio-0.25.1.tar.gz
(Stored with Git LFS)
Normal file
BIN
trio-0.25.1.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user