15
0

- 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
This commit is contained in:
2024-11-21 10:06:56 +00:00
committed by Git OBS Bridge
parent 7cfa3512e5
commit b02876f7f9
2 changed files with 9 additions and 5 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Nov 21 10:06:42 UTC 2024 - Dirk Müller <dmueller@suse.com>
- drop optional astunparse dependency for python 3.13
-------------------------------------------------------------------
Wed Nov 13 14:20:12 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
@@ -82,8 +87,8 @@ Fri Feb 16 17:55:11 UTC 2024 - Ben Greiner <code@bnavigator.de>
Wed Apr 8 14:39:57 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- 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

View File

@@ -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