diff --git a/python3.12-iniconfig.spec b/python3.12-iniconfig.spec index a7a055a..3d4d08a 100644 --- a/python3.12-iniconfig.spec +++ b/python3.12-iniconfig.spec @@ -3,7 +3,7 @@ Name: python%{python3_pkgversion}-iniconfig Version: 1.1.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Brain-dead simple parsing of ini files # SPDX License: MIT @@ -15,7 +15,7 @@ BuildRequires: python%{python3_pkgversion}-setuptools BuildRequires: python%{python3_pkgversion}-wheel # pytest 6+ needs this and this uses pytest for tests -%bcond_with tests +%bcond_without tests %if %{with tests} # We BR pytest manually to avoid a dependency on tox in ELN/RHEL @@ -71,6 +71,9 @@ sed -i "s/ *use_scm_version=.*,/version='%{version}',/" setup.py %changelog +* Tue Nov 14 2023 Charalampos Stratakis - 1.1.1-2 +- Enable tests + * Tue Oct 17 2023 Tomáš Hrnčiar - 1.1.1-1 - Initial package - Fedora contributions by: