diff --git a/pytest-forked-1.3.0.tar.gz b/pytest-forked-1.3.0.tar.gz new file mode 100755 index 0000000000000000000000000000000000000000..13bb2e800e4bea1bd236c12ad8dcf9a07a9ba0f8 Binary files /dev/null and b/pytest-forked-1.3.0.tar.gz differ diff --git a/python-pytest-forked.spec b/python-pytest-forked.spec new file mode 100755 index 0000000000000000000000000000000000000000..418b8573ad7ed7e1fc8df646a24c68c7de02596c --- /dev/null +++ b/python-pytest-forked.spec @@ -0,0 +1,111 @@ +%global pypi_name pytest-forked + +Name: python-%{pypi_name} +Version: 1.3.0 +Release: 2%{?dist} +Summary: py.test plugin for running tests in isolated forked subprocesses + +License: MIT +URL: https://github.com/pytest-dev/pytest-forked +Source0: %{pypi_source} +BuildArch: noarch + +BuildRequires: python3-devel +BuildRequires: python3-devel python3-py python3-pytest python3-setuptools_scm + +%global _description %{expand: +The pytest-forked plugin extends py.test by adding an option to run tests in +isolated forked subprocesses. This is useful if you have tests involving C or +C++ libraries that might crash the process. To use the plugin, simply use the +--forked argument when invoking py.test.} + +%description %_description + +%package -n python3-%{pypi_name} +Summary: %{summary} +%{?python_provide:%python_provide python3-%{pypi_name}} + +Requires: %{py3_dist py} +%description -n python3-%{pypi_name} %_description + +%prep +%autosetup -n %{pypi_name}-%{version} -p1 + +%build +%py3_build + +%install +%py3_install + +%check +%pytest + + +%files -n python3-%{pypi_name} +%doc example/boxed.txt README.rst +%license LICENSE +%{python3_sitelib}/pytest_forked* + +%changelog +* Wed Jan 27 2021 Fedora Release Engineering - 1.3.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Tue Jul 28 2020 Scott Talbert - 1.3.0-1 +- Update to new upstream release 1.3.0 (#1861096) + +* Thu Jun 25 2020 Scott Talbert - 1.2.0-1 +- Update to new upstream release 1.2.0 (#1851035) + +* Wed Jun 24 2020 Scott Talbert - 1.1.1-6 +- Modernize Python packaging; BR setuptools + +* Fri May 29 2020 Charalampos Stratakis - 1.1.1-5 +- Fix pytest 5 compatibility + +* Fri May 29 2020 Charalampos Stratakis - 1.1.1-4 +- Drop manual requires on python3-pytest to support usage with pytest4 compat package + +* Sun May 24 2020 Miro Hrončok - 1.1.1-3 +- Rebuilt for Python 3.9 + +* Thu Jan 30 2020 Fedora Release Engineering - 1.1.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Thu Oct 10 2019 Scott Talbert - 1.1.1-1 +- Update to new upstream release 1.1.1 (#1760556) + +* Thu Oct 03 2019 Miro Hrončok - 1.0.2-5 +- Rebuilt for Python 3.8.0rc1 (#1748018) + +* Sat Aug 17 2019 Miro Hrončok - 1.0.2-4 +- Rebuilt for Python 3.8 + +* Fri Aug 09 2019 Scott Talbert - 1.0.2-3 +- Remove Python 2 subpackages (#1739658) + +* Fri Jul 26 2019 Fedora Release Engineering - 1.0.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Wed Feb 20 2019 Scott Talbert - 1.0.2-1 +- New upstream release 1.0.2 + +* Sat Feb 02 2019 Fedora Release Engineering - 1.0.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Sat Jan 12 2019 Scott Talbert - 1.0.1-1 +- New upstream release 1.0.1 + +* Sat Jul 14 2018 Fedora Release Engineering - 0.2-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Tue Jun 19 2018 Miro Hrončok - 0.2-4 +- Rebuilt for Python 3.7 + +* Fri Feb 09 2018 Fedora Release Engineering - 0.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Thu Aug 17 2017 Scott Talbert - 0.2-2 +- Updated to use py[23]dist macros for BR and R + +* Thu Aug 10 2017 Scott Talbert - 0.2-1 +- Initial package.