diff --git a/python-anyio.changes b/python-anyio.changes index 2e81266..472113a 100644 --- a/python-anyio.changes +++ b/python-anyio.changes @@ -1,5 +1,5 @@ ------------------------------------------------------------------- -Mon Mar 11 06:15:06 UTC 2024 - Steve Kowalik +Mon Mar 11 23:36:15 UTC 2024 - Steve Kowalik - Update to 4.3.0: * Added support for the Python 3.12 ``walk_up`` keyword argument in diff --git a/python-anyio.spec b/python-anyio.spec index 434cc64..083d866 100644 --- a/python-anyio.spec +++ b/python-anyio.spec @@ -25,7 +25,7 @@ License: MIT URL: https://github.com/agronholm/anyio Source: https://files.pythonhosted.org/packages/source/a/anyio/anyio-%{version}.tar.gz BuildRequires: %{python_module base >= 3.8} -BuildRequires: %{python_module exceptiongroup if %python-base < 3.11} +BuildRequires: %{python_module exceptiongroup} BuildRequires: %{python_module idna >= 2.8} BuildRequires: %{python_module pip} BuildRequires: %{python_module psutil >= 5.9} @@ -37,7 +37,6 @@ BuildRequires: %{python_module wheel} BuildRequires: python-rpm-macros >= 20210127.3a18043 # SECTION test requirements BuildRequires: %{python_module hypothesis >= 4.0} -BuildRequires: %{python_module mock >= 4.0 if %python-base < 3.8} BuildRequires: %{python_module pytest >= 7.0} BuildRequires: %{python_module pytest-mock >= 3.6.1} BuildRequires: %{python_module trio >= 0.23}