diff --git a/.python-pytest-xprocess.metadata b/.python-pytest-xprocess.metadata new file mode 100644 index 0000000..ddf41c1 --- /dev/null +++ b/.python-pytest-xprocess.metadata @@ -0,0 +1 @@ +8de8ff3568fdb3611d8c405943cc53db952633a8 SOURCES/pytest-xprocess-0.18.1.tar.gz diff --git a/SOURCES/README.md b/SOURCES/README.md new file mode 100644 index 0000000..1322360 --- /dev/null +++ b/SOURCES/README.md @@ -0,0 +1,3 @@ +# python-pytest-xprocess + +The python-pytest-xprocess package \ No newline at end of file diff --git a/SPECS/python-pytest-xprocess.spec b/SPECS/python-pytest-xprocess.spec new file mode 100644 index 0000000..b120335 --- /dev/null +++ b/SPECS/python-pytest-xprocess.spec @@ -0,0 +1,108 @@ +# Created by pyp2rpm-3.3.2 +%global pypi_name pytest-xprocess + +Name: python-%{pypi_name} +Version: 0.18.1 +Release: 1%{?dist} +Summary: Pytest plugin to manage external processes across test runs + +License: MIT +URL: https://github.com/pytest-dev/pytest-xprocess/ +Source0: %{pypi_source} +BuildArch: noarch + +BuildRequires: python3-devel +BuildRequires: python3dist(psutil) +BuildRequires: python3dist(pytest) +BuildRequires: python3dist(setuptools) +BuildRequires: python3dist(setuptools-scm) + +%description +Experimental py.test <>_ plugin for managing processes across test runs.Usage +install via:: pip install pytest-xprocessThis will provide a xprocess fixture +which helps you to ensure that one ore more longer-running processes are +present for your tests. You can use it to start and pre-configure test-specific +databases (Postgres, Couchdb, ...).Additionally there are two new command +line... + +%package -n python3-%{pypi_name} +Summary: %{summary} +%{?python_provide:%python_provide python3-%{pypi_name}} + +Requires: python3dist(psutil) +Requires: python3dist(pytest) +Requires: python3dist(setuptools) +%description -n python3-%{pypi_name} +Experimental py.test <>_ plugin for managing processes across test runs.Usage +install via:: pip install pytest-xprocessThis will provide a xprocess fixture +which helps you to ensure that one ore more longer-running processes are +present for your tests. You can use it to start and pre-configure test-specific +databases (Postgres, Couchdb, ...).Additionally there are two new command +line... + + +%prep +%autosetup -n %{pypi_name}-%{version} +# Remove bundled egg-info +rm -rf %{pypi_name}.egg-info +# Remove executable bit from README +chmod -x README.rst + +%build +%py3_build + +%install +%py3_install + +%check +%pytest + +%files -n python3-%{pypi_name} +%license LICENSE +%doc README.rst +%{python3_sitelib}/__pycache__/* +%{python3_sitelib}/pytest_xprocess.py +%{python3_sitelib}/xprocess.py +%{python3_sitelib}/pytest_xprocess-%{version}-py%{python3_version}.egg-info + +%changelog +* Thu Jul 29 2021 Frantisek Zatloukal - 0.18.1-1 +- Update to pytest-xprocess-0.18.1 +- Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1986637 + +* Fri Jul 23 2021 Fedora Release Engineering - 0.17.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Fri Jun 04 2021 Python Maint - 0.17.1-2 +- Rebuilt for Python 3.10 + +* Mon Apr 12 2021 Frantisek Zatloukal - 0.17.1-1 +- Update to pytest-xprocess-0.17.1 +- Enabled tests during build + +* Wed Jan 27 2021 Fedora Release Engineering - 0.13.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Wed Jul 29 2020 Fedora Release Engineering - 0.13.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Thu Jul 23 2020 Frantisek Zatloukal - 0.13.1-1 +- Update to pytest-xprocess-0.13.1 + +* Tue May 26 2020 Miro Hrončok - 0.12.1-6 +- Rebuilt for Python 3.9 + +* Thu Jan 30 2020 Fedora Release Engineering - 0.12.1-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Thu Oct 03 2019 Miro Hrončok - 0.12.1-4 +- Rebuilt for Python 3.8.0rc1 (#1748018) + +* Mon Aug 19 2019 Miro Hrončok - 0.12.1-3 +- Rebuilt for Python 3.8 + +* Fri Jul 26 2019 Fedora Release Engineering - 0.12.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Sun Jun 09 2019 Frantisek Zatloukal - 0.12.1-1 +- Initial package.