diff --git a/python-trio.changes b/python-trio.changes index 0ea0e83..6148e92 100644 --- a/python-trio.changes +++ b/python-trio.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Sep 19 14:51:16 UTC 2023 - Dirk Müller + +- remove buildrequires that are not used on sle15 + ------------------------------------------------------------------- Fri Apr 21 12:37:56 UTC 2023 - Dirk Müller @@ -161,19 +166,19 @@ Sun Oct 11 15:36:02 UTC 2020 - John Vandenberg 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 - 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() ` 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 @@ -190,7 +195,7 @@ Sat Jan 11 12:01:37 UTC 2020 - Ondřej Súkup - 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. diff --git a/python-trio.spec b/python-trio.spec index 2ebaa45..6648c53 100644 --- a/python-trio.spec +++ b/python-trio.spec @@ -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}