diff --git a/0001-Modify-the-setup.py-file.patch b/0001-Modify-the-setup.py-file.patch deleted file mode 100644 index b40f44e3c234c905839b686dd90deb8f079f57e1..0000000000000000000000000000000000000000 --- a/0001-Modify-the-setup.py-file.patch +++ /dev/null @@ -1,24 +0,0 @@ -From 166936f61ed81d623cd3250492413ec87e4da08d Mon Sep 17 00:00:00 2001 -From: wubijie -Date: Fri, 10 Feb 2023 09:21:20 +0800 -Subject: [PATCH] Modify the setup.py file - ---- - setup.py | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/setup.py b/setup.py -index 5e4b8f9..95e33c4 100755 ---- a/setup.py -+++ b/setup.py -@@ -3,6 +3,7 @@ from setuptools import setup - if __name__ == "__main__": - setup( - name="pytest-xprocess", -+ version="0.22.2", - # this is for GitHub's dependency graph - install_requires=["pytest>=2.8", "psutil", "py"], - ) --- -2.33.0 - diff --git a/pytest-xprocess-0.23.0.tar.gz b/pytest-xprocess-0.23.0.tar.gz deleted file mode 100644 index c9927fab22891a20fd90f7cf968e7bb9927ed0b7..0000000000000000000000000000000000000000 Binary files a/pytest-xprocess-0.23.0.tar.gz and /dev/null differ diff --git a/pytest-xprocess-1.0.2.tar.gz b/pytest-xprocess-1.0.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..eecaf9f28feee3b8069fde74f653b7f96622d59e Binary files /dev/null and b/pytest-xprocess-1.0.2.tar.gz differ diff --git a/python-pytest-xprocess.spec b/python-pytest-xprocess.spec index b1ad32032712cec0d65be6a25f5ad12ea88c1c01..1baf99be041277f5fc73230a38b8ddfcb47e80f3 100644 --- a/python-pytest-xprocess.spec +++ b/python-pytest-xprocess.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-pytest-xprocess -Version: 0.23.0 +Version: 1.0.2 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/b7/68/90298f409cf7f939d183233421114ea3535be3fd5be3a8e4070863175374/pytest-xprocess-0.23.0.tar.gz +Source0: https://files.pythonhosted.org/packages/27/6f/e53d349445b4280f6b47bbed87127e994f331c335377d5e72407b376ad46/pytest-xprocess-1.0.2.tar.gz BuildArch: noarch Requires: python3-pytest @@ -71,6 +71,11 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Aug 26 2024 dongjiao - 1.0.2-1 +- Update package to version 1.0.2 + - ProcessStarter.pattern is now optional. + - Add explicit support py3.8 back. + * Tue Mar 12 2024 jiangxinyu - 0.23.0-1 - Update package to version 0.23.0