Sync from SUSE:SLFO:Main python-pytest-xprocess revision 257d88b9fd5227e6dc79b6a8ddfbb0ba
This commit is contained in:
parent
f1c512aae8
commit
b169ea9e6c
BIN
pytest-xprocess-0.22.2.tar.gz
(Stored with Git LFS)
BIN
pytest-xprocess-0.22.2.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
pytest-xprocess-1.0.2.tar.gz
(Stored with Git LFS)
Normal file
BIN
pytest-xprocess-1.0.2.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 7 07:03:26 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 1.0.2:
|
||||
* remove tests from source installation
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 15 09:10:40 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 1.0.1:
|
||||
* Add missing test suite files to source distribution
|
||||
* ProcessStarter.pattern is now optional. Users may provide
|
||||
either ProcessStarter.pattern or ProcessStarter.callback or
|
||||
both.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 2 15:00:17 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 0.23.0:
|
||||
* Drop support for Python 3.7
|
||||
* Add support for Python 3.11
|
||||
* Remove dependency on `py`
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 4 22:29:31 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-pytest-xprocess
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -16,11 +16,9 @@
|
||||
#
|
||||
|
||||
|
||||
%define oldpython python
|
||||
%define skip_python2 1
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-pytest-xprocess
|
||||
Version: 0.22.2
|
||||
Version: 1.0.2
|
||||
Release: 0
|
||||
Summary: A pytest plugin for managing processes across test runs
|
||||
License: MIT
|
||||
@ -28,12 +26,10 @@ URL: https://github.com/pytest-dev/pytest-xprocess
|
||||
Source: https://files.pythonhosted.org/packages/source/p/pytest-xprocess/pytest-xprocess-%{version}.tar.gz
|
||||
BuildRequires: %{python_module psutil}
|
||||
BuildRequires: %{python_module pytest >= 2.8}
|
||||
BuildRequires: %{python_module py}
|
||||
BuildRequires: %{python_module setuptools_scm}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-psutil
|
||||
Requires: python-py
|
||||
Requires: python-pytest >= 2.8
|
||||
BuildArch: noarch
|
||||
%python_subpackages
|
||||
@ -46,6 +42,8 @@ test-specific databases (i.e. Postgres, Couchdb).
|
||||
|
||||
%prep
|
||||
%setup -q -n pytest-xprocess-%{version}
|
||||
rm -rvf tests/__pycache__
|
||||
chmod -x README.rst
|
||||
|
||||
%build
|
||||
%python_build
|
||||
@ -58,7 +56,7 @@ test-specific databases (i.e. Postgres, Couchdb).
|
||||
%pytest
|
||||
|
||||
%files %{python_files}
|
||||
%doc %attr(0644, -, -) README.rst
|
||||
%doc README.rst
|
||||
%license LICENSE
|
||||
%{python_sitelib}/xprocess
|
||||
%{python_sitelib}/pytest_xprocess-%{version}*-info
|
||||
|
Loading…
Reference in New Issue
Block a user