%global srcname pytest-fixture-config %global sum Simple configuration objects for Py.test fixtures Name: python-%{srcname} Version: 1.7.0 Release: 20%{?dist} Summary: %{sum} License: MIT URL: https://pypi.python.org/pypi/%{srcname} Source0: https://files.pythonhosted.org/packages/source/p/%{srcname}/%{srcname}-%{version}.tar.gz BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-pytest BuildRequires: python3-six %description Simple configuration objects for Py.test fixtures. Allows you to skip tests when their required config variables aren't set. %package -n python3-%{srcname} Summary: %{sum} %{?python_provide:%python_provide python3-%{srcname}} %description -n python3-%{srcname} Simple configuration objects for Py.test fixtures. Allows you to skip tests when their required config variables aren't set. %prep %autosetup -n %{srcname}-%{version} # https://bugzilla.redhat.com/show_bug.cgi?id=1694205 # https://github.com/manahl/pytest-plugins/pull/134 sed -i "s/'pytest<4.0.0'/'pytest'/" setup.py # This is not needed when building from the sdist sed -i -e '/setuptools-git/d' common_setup.py %build %py3_build %install %py3_install %check %{__python3} setup.py test %files -n python3-%{srcname} %doc README.md CHANGES.md %{python3_sitelib}/* %changelog * Fri Jan 26 2024 Fedora Release Engineering - 1.7.0-20 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Jan 22 2024 Fedora Release Engineering - 1.7.0-19 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Fri Jul 21 2023 Fedora Release Engineering - 1.7.0-18 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Tue Jun 13 2023 Python Maint - 1.7.0-17 - Rebuilt for Python 3.12 * Fri Jan 20 2023 Fedora Release Engineering - 1.7.0-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Fri Jul 22 2022 Fedora Release Engineering - 1.7.0-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Mon Jun 13 2022 Python Maint - 1.7.0-14 - Rebuilt for Python 3.11 * Fri Jan 21 2022 Fedora Release Engineering - 1.7.0-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Fri Jul 23 2021 Fedora Release Engineering - 1.7.0-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Fri Jun 04 2021 Python Maint - 1.7.0-11 - Rebuilt for Python 3.10 * Wed Jan 27 2021 Fedora Release Engineering - 1.7.0-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Wed Nov 25 2020 Miro Hrončok - 1.7.0-9 - Don't BuildRequire setuptools_git * Wed Jul 29 2020 Fedora Release Engineering - 1.7.0-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Sun May 24 2020 Miro Hrončok - 1.7.0-7 - Rebuilt for Python 3.9 * Thu Jan 30 2020 Fedora Release Engineering - 1.7.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Thu Oct 03 2019 Miro Hrončok - 1.7.0-5 - Rebuilt for Python 3.8.0rc1 (#1748018) * Sun Aug 18 2019 Miro Hrončok - 1.7.0-4 - Rebuilt for Python 3.8 * Fri Jul 26 2019 Fedora Release Engineering - 1.7.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Wed Jun 26 2019 Kevin Fenzi - 1.7.0-2 - Drop python2. Fixes bug #1723589 * Sun Jun 16 2019 Kevin Fenzi - 1.7.0-1 - Update to 1.7.0. Fixes bug #1714448 * Fri Apr 12 2019 Miro Hrončok - 1.4.0-2 - Make the package installable with pytest 4 * Sun Mar 10 2019 Kevin Fenzi - 1.4.0-1 - Update to 1.4.0. - Fix FTBFS, bug #1675781 * Sat Feb 02 2019 Fedora Release Engineering - 1.2.11-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Sat Jul 14 2018 Fedora Release Engineering - 1.2.11-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Mon Jun 18 2018 Miro Hrončok - 1.2.11-4 - Rebuilt for Python 3.7 * Fri Feb 09 2018 Fedora Release Engineering - 1.2.11-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Jul 27 2017 Kevin Fenzi - 1.2.11-2 - Add Requires for pytest * Wed Jul 26 2017 Kevin Fenzi - 1.2.11-1 - Initial version.