diff --git a/0001-Modify-the-setup.py-file.patch b/0001-Modify-the-setup.py-file.patch new file mode 100644 index 0000000..b40f44e --- /dev/null +++ b/0001-Modify-the-setup.py-file.patch @@ -0,0 +1,24 @@ +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.21.0.tar.gz b/pytest-xprocess-0.21.0.tar.gz deleted file mode 100644 index 67c06ba..0000000 Binary files a/pytest-xprocess-0.21.0.tar.gz and /dev/null differ diff --git a/pytest-xprocess-0.22.2.tar.gz b/pytest-xprocess-0.22.2.tar.gz new file mode 100644 index 0000000..3102bd7 Binary files /dev/null and b/pytest-xprocess-0.22.2.tar.gz differ diff --git a/python-pytest-xprocess.spec b/python-pytest-xprocess.spec index fba932c..1559099 100644 --- a/python-pytest-xprocess.spec +++ b/python-pytest-xprocess.spec @@ -1,11 +1,12 @@ %global _empty_manifest_terminate_build 0 Name: python-pytest-xprocess -Version: 0.21.0 +Version: 0.22.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/69/11/8e579a231b1e18b99fd14b0bdd47fc8eded9236fb32fee1602e53fdb1945/pytest-xprocess-0.21.0.tar.gz +Source0: https://files.pythonhosted.org/packages/52/43/e9149203fdb89a513aa87091e49ab7fb8412f85cccf741b413474bd603bf/pytest-xprocess-0.22.2.tar.gz +Patch0: 0001-Modify-the-setup.py-file.patch BuildArch: noarch Requires: python3-pytest @@ -31,7 +32,7 @@ Provides: python3-pytest-xprocess-doc A pytest plugin for managing external processes across test runs. %prep -%autosetup -n pytest-xprocess-0.21.0 +%autosetup -p1 -n pytest-xprocess-%{version} %build %py3_build @@ -71,6 +72,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Feb 9 2023 wubijie - 0.22.2-1 +- Update package to version 0.22.2 + * Wed Dec 07 2022 chendexi - 0.21.0-1 - Upgrade package to version 0.21.0