forked from pool/python-trio
- remove buildrequires that are not used on sle15
* If you want to use Trio, but are stuck with some other event loop memory channels slightly smaller and faster. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-trio?expand=0&rev=36
This commit is contained in:
parent
7c200e14fb
commit
e009f3f472
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 19 14:51:16 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- remove buildrequires that are not used on sle15
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 21 12:37:56 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
@ -161,19 +166,19 @@ Sun Oct 11 15:36:02 UTC 2020 - John Vandenberg <jayvdb@gmail.com>
|
||||
hook such as `abc.Instrument.before_task_step`, then Trio doesn't
|
||||
waste any effort on checking its instruments when the event
|
||||
corresponding to that hook occurs.
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 23 12:46:45 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
||||
|
||||
- Update to 0.16.0
|
||||
* If you want to use Trio, but are stuck with some other event loop
|
||||
* If you want to use Trio, but are stuck with some other event loop
|
||||
like Qt or PyGame, then good news: now you can have both.
|
||||
* To speed up `trio.to_thread.run_sync`, Trio now caches and re-uses
|
||||
worker threads.
|
||||
* Tasks spawned with `nursery.start() <trio.Nursery.start>` aren't treated as
|
||||
direct children of their nursery until they call ``task_status.started()``.
|
||||
* Some bugfixes and deprecations
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 9 07:36:03 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
@ -190,7 +195,7 @@ Sat Jan 11 12:01:37 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
- update to 0.13.0
|
||||
* Use slots for memory channel state and statistics which should make
|
||||
memory channels slightly smaller and faster.
|
||||
memory channels slightly smaller and faster.
|
||||
* OpenSSL has a bug in its handling of TLS 1.3 session tickets that can cause
|
||||
deadlocks or data loss in some rare edge cases. These edge cases most frequently
|
||||
happen during tests.
|
||||
|
@ -28,7 +28,9 @@ BuildRequires: %{python_module astor >= 0.8}
|
||||
BuildRequires: %{python_module async_generator >= 1.9}
|
||||
BuildRequires: %{python_module attrs >= 19.2.0}
|
||||
BuildRequires: %{python_module base >= 3.7}
|
||||
%if 0%{?suse_version} > 1500
|
||||
BuildRequires: %{python_module exceptiongroup >= 1.0.0~rc9 if %python-base < 3.11}
|
||||
%endif
|
||||
BuildRequires: %{python_module idna}
|
||||
BuildRequires: %{python_module outcome}
|
||||
BuildRequires: %{python_module pyOpenSSL}
|
||||
|
Loading…
Reference in New Issue
Block a user