From 340e67c24eece763d81db02ee107e5825befdd7c Mon Sep 17 00:00:00 2001 From: Kaleb S. KEITHLEY Date: Sep 20 2021 18:14:16 +0000 Subject: rebuild with git+lookaside --- diff --git a/.python-pytest-rerunfailures.metadata b/.python-pytest-rerunfailures.metadata new file mode 100644 index 0000000..5b3766a --- /dev/null +++ b/.python-pytest-rerunfailures.metadata @@ -0,0 +1 @@ +13ac91608a6cad7dae902c620670649e36b6562a SOURCES/pytest-rerunfailures-9.1.1.tar.gz diff --git a/SPECS/python-pytest-rerunfailures.spec b/SPECS/python-pytest-rerunfailures.spec new file mode 100644 index 0000000..2caef5b --- /dev/null +++ b/SPECS/python-pytest-rerunfailures.spec @@ -0,0 +1,101 @@ +%global srcname pytest-rerunfailures + +Name: python-%{srcname} +Version: 9.1.1 +Release: 4%{?dist} +Summary: A py.test plugin that re-runs failed tests to eliminate flakey failures + +License: MPLv2.0 +URL: https://github.com/pytest-dev/%{srcname} +Source0: https://github.com/pytest-dev/%{srcname}/archive/%{version}/%{srcname}-%{version}.tar.gz + +BuildArch: noarch + +%description +pytest-rerunfailures is a plugin for py.test that re-runs tests to eliminate +intermittent failures. + + +%package -n python%{python3_pkgversion}-%{srcname} +Summary: %{summary} +BuildRequires: python%{python3_pkgversion}-devel +BuildRequires: python%{python3_pkgversion}-pytest >= 5.0 +BuildRequires: python%{python3_pkgversion}-setuptools >= 40.0 +%{?python_provide:%python_provide python%{python3_pkgversion}-%{srcname}} + +%if %{undefined __pythondist_requires} +Requires: python%{python3_pkgversion}-pytest >= 5.0 +Requires: python%{python3_pkgversion}-setuptools >= 40.0 +%endif + +%description -n python%{python3_pkgversion}-%{srcname} +pytest-rerunfailures is a plugin for py.test that re-runs tests to eliminate +intermittent failures. + + +%prep +%autosetup -n %{srcname}-%{version} + + +%build +%py3_build + + +%install +%py3_install + + +%check +PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version} test_pytest_rerunfailures.py + + +%files -n python%{python3_pkgversion}-%{srcname} +%license LICENSE +%doc CHANGES.rst README.rst +%{python3_sitelib}/pytest_rerunfailures.py +%{python3_sitelib}/__pycache__/pytest_rerunfailures.cpython-* +%{python3_sitelib}/pytest_rerunfailures-%{version}-py%{python3_version}.egg-info/ + + +%changelog +* Fri Jul 23 2021 Fedora Release Engineering - 9.1.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Fri Jun 04 2021 Python Maint - 9.1.1-3 +- Rebuilt for Python 3.10 + +* Wed Jan 27 2021 Fedora Release Engineering - 9.1.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Wed Sep 30 2020 Scott K Logan - 9.1.1-1 +- Update to 9.1.1 (rhbz#1872994) + +* Wed Jul 29 2020 Fedora Release Engineering - 9.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Fri May 29 2020 Scott K Logan - 9.0-1 +- Update to 9.0 (rhbz#1773599) + +* Mon May 25 2020 Miro Hrončok - 8.0-2 +- Rebuilt for Python 3.9 + +* Wed Apr 15 2020 Scott K Logan - 8.0-1 +- Update to 8.0 + +* Thu Jan 30 2020 Fedora Release Engineering - 7.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Thu Oct 03 2019 Miro Hrončok - 7.0-4 +- Rebuilt for Python 3.8.0rc1 (#1748018) + +* Mon Aug 19 2019 Miro Hrončok - 7.0-3 +- Rebuilt for Python 3.8 + +* Fri Jul 26 2019 Fedora Release Engineering - 7.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Wed Jul 17 2019 Scott K Logan - 7.0-1 +- Update to 7.0 (rhbz#1693860) + +* Tue Feb 12 2019 Scott K Logan - 6.0-1 +- Initial package