From b02876f7f911a462fb35e936bcd8000b3b5e705552406c1096c2866ee53cde52 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 21 Nov 2024 10:06:56 +0000 Subject: [PATCH] - drop optional astunparse dependency for python 3.13 * Implemented support for filtering tests based on markers. Also supports the marker[argument] syntax that goes beyond what pytest OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hammett?expand=0&rev=9 --- python-hammett.changes | 9 +++++++-- python-hammett.spec | 5 ++--- 2 files changed, 9 insertions(+), 5 deletions(-) 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