Accepting request 1160629 from devel:languages:python
Forwarded request #1160593 from mcalabkova - Update to 0.25.0 * New helper classes: RaisesGroup and Matcher. * MultiError has been fully removed, and all relevant trio functions now raise ExceptionGroups instead. * 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 until no threads are running tasks. * Path is now a subclass of pathlib.PurePath, allowing it to interoperate with other standard pathlib types. OBS-URL: https://build.opensuse.org/request/show/1160629 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-trio?expand=0&rev=17
This commit is contained in:
commit
e095c1af3a
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
||||||
|
functions now raise ExceptionGroups instead.
|
||||||
|
* 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
|
||||||
|
until no threads are running tasks.
|
||||||
|
* Path is now a subclass of pathlib.PurePath, allowing it to
|
||||||
|
interoperate with other standard pathlib types.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 11 10:56:14 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
Thu Jan 11 10:56:14 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file
|
# spec file for package python-trio
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
@ -26,7 +26,7 @@
|
|||||||
%endif
|
%endif
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-trio%{psuffix}
|
Name: python-trio%{psuffix}
|
||||||
Version: 0.23.2
|
Version: 0.25.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python async/await-native I/O library
|
Summary: Python async/await-native I/O library
|
||||||
License: Apache-2.0 OR MIT
|
License: Apache-2.0 OR MIT
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:da1d35b9a2b17eb32cae2e763b16551f9aa6703634735024e32f325c9285069e
|
|
||||||
size 544557
|
|
3
trio-0.25.0.tar.gz
Normal file
3
trio-0.25.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9b41f5993ad2c0e5f62d0acca320ec657fdb6b2a2c22b8c7aed6caf154475c4e
|
||||||
|
size 551863
|
Loading…
x
Reference in New Issue
Block a user