commit 28dc35452dac185d2d614bc65482b676873c5e7f Author: tigro Date: Tue Dec 17 16:47:24 2024 +0300 import python-pytest-lazy-fixture-0.6.3-18.el10 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..881f9f9 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/pytest-lazy-fixture-0.6.3.tar.gz diff --git a/.python-pytest-lazy-fixture.metadata b/.python-pytest-lazy-fixture.metadata new file mode 100644 index 0000000..7e55cb7 --- /dev/null +++ b/.python-pytest-lazy-fixture.metadata @@ -0,0 +1 @@ +fbcd4d4af1afdce86ec2cdac76b68db49c8a082b SOURCES/pytest-lazy-fixture-0.6.3.tar.gz diff --git a/SPECS/python-pytest-lazy-fixture.spec b/SPECS/python-pytest-lazy-fixture.spec new file mode 100644 index 0000000..54649de --- /dev/null +++ b/SPECS/python-pytest-lazy-fixture.spec @@ -0,0 +1,146 @@ +## START: Set by rpmautospec +## (rpmautospec version 0.6.5) +## RPMAUTOSPEC: autorelease, autochangelog +%define autorelease(e:s:pb:n) %{?-p:0.}%{lua: + release_number = 18; + base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); + print(release_number + base_release_number - 1); +}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} +## END: Set by rpmautospec + +# Enabled by default +%bcond_without tests + +Name: python-pytest-lazy-fixture +Version: 0.6.3 +Release: %autorelease +Summary: Use fixtures in pytest.mark.parametrize + +License: MIT +URL: https://github.com/tvorog/pytest-lazy-fixture +Source0: %{pypi_source pytest-lazy-fixture} + +BuildArch: noarch + +BuildRequires: python3-devel + +%global _description %{expand: +Use fixtures in pytest.mark.parametrize.} + +%description %_description + +%package -n python3-pytest-lazy-fixture +Summary: %{summary} + +%description -n python3-pytest-lazy-fixture %_description + +%prep +%autosetup -n pytest-lazy-fixture-%{version} + +%generate_buildrequires +%pyproject_buildrequires + +%build +%pyproject_wheel + +%install +%pyproject_install +%pyproject_save_files -l pytest_lazyfixture + +%check +%if %{with tests} +%pytest +%endif + +%files -n python3-pytest-lazy-fixture -f %{pyproject_files} +%doc README.rst + +%changelog +* Tue Dec 17 2024 Arkady L. Shane - 0.6.3-18 +- Rebuilt for MSVSphere 10 + +## START: Generated by rpmautospec +* Tue Oct 29 2024 Troy Dawson - 0.6.3-18 +- Bump release for October 2024 mass rebuild: + +* Mon Jun 24 2024 Troy Dawson - 0.6.3-17 +- Bump release for June 2024 mass rebuild + +* Fri Jan 26 2024 Fedora Release Engineering - 0.6.3-16 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Mon Jan 22 2024 Fedora Release Engineering - 0.6.3-15 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Thu Jan 04 2024 Benjamin A. Beasley - 0.6.3-14 +- Assert that a license file is present in the .dist-info directory + +* Fri Jul 21 2023 Fedora Release Engineering - 0.6.3-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Tue Jun 13 2023 Python Maint - 0.6.3-12 +- Rebuilt for Python 3.12 + +* Fri Jan 20 2023 Fedora Release Engineering - 0.6.3-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Fri Jul 22 2022 Fedora Release Engineering - 0.6.3-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Mon Jun 13 2022 Python Maint - 0.6.3-9 +- Rebuilt for Python 3.11 + +* Tue May 10 2022 Benjamin A. Beasley - 0.6.3-8 +- Port to pyproject-rpm-macros + +* Tue May 10 2022 Iztok Fister Jr. - 0.6.3-6 +- Remove obsolete macros + +* Fri Jan 21 2022 Fedora Release Engineering - 0.6.3-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Fri Jul 23 2021 Fedora Release Engineering - 0.6.3-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Fri Jun 04 2021 Python Maint - 0.6.3-3 +- Rebuilt for Python 3.10 + +* Wed Jan 27 2021 Fedora Release Engineering - 0.6.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Thu Aug 20 2020 Aniket Pradhan - 0.6.3-1 +- Updated to 0.6.3 +- Fixes failing tests + +* Sat Aug 01 2020 Fedora Release Engineering - 0.5.2-10 +- Second attempt - Rebuilt for + https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Wed Jul 29 2020 Fedora Release Engineering - 0.5.2-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Tue May 26 2020 Miro Hrončok - 0.5.2-7 +- Rebuilt for Python 3.9 + +* Thu Jan 30 2020 Fedora Release Engineering - 0.5.2-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Thu Oct 03 2019 Miro Hrončok - 0.5.2-5 +- Rebuilt for Python 3.8.0rc1 (#1748018) + +* Mon Aug 19 2019 Miro Hrončok - 0.5.2-4 +- Rebuilt for Python 3.8 + +* Fri Jul 26 2019 Fedora Release Engineering - 0.5.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Fri Jul 12 2019 Ankur Sinha - 0.5.2-2 +- Re-enable tests + +* Fri Jul 12 2019 Ankur Sinha - 0.5.2-1 +- Own pycache directory to fix permission issues #1723047 + +* Sat Jun 22 2019 Ankur Sinha - 0.5.2-1 +- Initial package + +## END: Generated by rpmautospec