forked from pool/python-hammett
Accepting request 1225561 from devel:languages:python
- 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/request/show/1225561
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-hammett?expand=0&rev=5
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user