diff --git a/pytest-xprocess-0.22.2.tar.gz b/pytest-xprocess-0.22.2.tar.gz deleted file mode 100644 index 3969518..0000000 --- a/pytest-xprocess-0.22.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:599ee25b938e8f259e18d9c5b4d6384884f8a6a28ca51eed32d0d9526bdcf77c -size 31346 diff --git a/pytest-xprocess-1.0.2.tar.gz b/pytest-xprocess-1.0.2.tar.gz new file mode 100644 index 0000000..6968f52 --- /dev/null +++ b/pytest-xprocess-1.0.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15e270637586eabc56755ee5fcc81c48bdb46ba7ef7c0d5b1b64302d080cc60f +size 13232 diff --git a/python-pytest-xprocess.changes b/python-pytest-xprocess.changes index 266debe..9633f91 100644 --- a/python-pytest-xprocess.changes +++ b/python-pytest-xprocess.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Fri Jun 7 07:03:26 UTC 2024 - Dirk Müller + +- update to 1.0.2: + * remove tests from source installation + +------------------------------------------------------------------- +Mon Apr 15 09:10:40 UTC 2024 - Dirk Müller + +- 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 + +- 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 diff --git a/python-pytest-xprocess.spec b/python-pytest-xprocess.spec index 17943c6..29fa519 100644 --- a/python-pytest-xprocess.spec +++ b/python-pytest-xprocess.spec @@ -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