diff --git a/pytest-xprocess-0.22.2.tar.gz b/pytest-xprocess-0.22.2.tar.gz deleted file mode 100644 index 3102bd70ebacc808457ce2e2e612fd7287f55cb9..0000000000000000000000000000000000000000 Binary files a/pytest-xprocess-0.22.2.tar.gz and /dev/null differ diff --git a/pytest-xprocess-0.23.0.tar.gz b/pytest-xprocess-0.23.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..c9927fab22891a20fd90f7cf968e7bb9927ed0b7 Binary files /dev/null and b/pytest-xprocess-0.23.0.tar.gz differ diff --git a/python-pytest-xprocess.spec b/python-pytest-xprocess.spec index 1559099f6585aaa01b213b0bd6c22654082bd464..b1ad32032712cec0d65be6a25f5ad12ea88c1c01 100644 --- a/python-pytest-xprocess.spec +++ b/python-pytest-xprocess.spec @@ -1,12 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-pytest-xprocess -Version: 0.22.2 +Version: 0.23.0 Release: 1 Summary: Pytest plugin to manage external processes across test runs License: MIT URL: https://github.com/pytest-dev/pytest-xprocess/ -Source0: https://files.pythonhosted.org/packages/52/43/e9149203fdb89a513aa87091e49ab7fb8412f85cccf741b413474bd603bf/pytest-xprocess-0.22.2.tar.gz -Patch0: 0001-Modify-the-setup.py-file.patch +Source0: https://files.pythonhosted.org/packages/b7/68/90298f409cf7f939d183233421114ea3535be3fd5be3a8e4070863175374/pytest-xprocess-0.23.0.tar.gz BuildArch: noarch Requires: python3-pytest @@ -17,7 +16,7 @@ Experimental py.test <>_ plugin for managing processes across test runs. %package -n python3-pytest-xprocess Summary: A pytest plugin for managing processes across test runs. -Provides: python-pytest-xprocess +Provides: python-pytest-xprocess = %{version}-%{release} BuildRequires: python3-devel BuildRequires: python3-pip BuildRequires: python3-setuptools_scm @@ -72,6 +71,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Mar 12 2024 jiangxinyu - 0.23.0-1 +- Update package to version 0.23.0 + * Thu Feb 9 2023 wubijie - 0.22.2-1 - Update package to version 0.22.2