Blame SPECS/python-pytest-xprocess.spec

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