diff --git a/python-hammett.changes b/python-hammett.changes index 7824bfb..9555c95 100644 --- a/python-hammett.changes +++ b/python-hammett.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Nov 21 10:06:42 UTC 2024 - Dirk Müller + +- drop optional astunparse dependency for python 3.13 + ------------------------------------------------------------------- Wed Nov 13 14:20:12 UTC 2024 - John Paul Adrian Glaubitz @@ -82,8 +87,8 @@ Fri Feb 16 17:55:11 UTC 2024 - Ben Greiner Wed Apr 8 14:39:57 UTC 2020 - Marketa Calabkova - update to 0.5.0 - * Implemented support for filtering tests based on markers. Also - supports the marker[argument] syntax that goes beyond what pytest + * Implemented support for filtering tests based on markers. Also + supports the marker[argument] syntax that goes beyond what pytest can do * Nicer output on failed tests diff --git a/python-hammett.spec b/python-hammett.spec index 2357f2c..dae606c 100644 --- a/python-hammett.spec +++ b/python-hammett.spec @@ -29,13 +29,12 @@ BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros +%if %{python_version_nodots} < 313 Requires: python-astunparse +%endif Requires(post): update-alternatives Requires(postun): update-alternatives BuildArch: noarch -# SECTION test requirements -BuildRequires: %{python_module astunparse} -# /SECTION %python_subpackages %description