Blame SPECS/python-pytest-xprocess.spec

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