Update package to version 0.22.2
This commit is contained in:
parent
05c7e50845
commit
d5a9694e63
24
0001-Modify-the-setup.py-file.patch
Normal file
24
0001-Modify-the-setup.py-file.patch
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
From 166936f61ed81d623cd3250492413ec87e4da08d Mon Sep 17 00:00:00 2001
|
||||||
|
From: wubijie <wubijie@kylinos.cn>
|
||||||
|
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
|
||||||
|
|
||||||
Binary file not shown.
BIN
pytest-xprocess-0.22.2.tar.gz
Normal file
BIN
pytest-xprocess-0.22.2.tar.gz
Normal file
Binary file not shown.
@ -1,11 +1,12 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-pytest-xprocess
|
Name: python-pytest-xprocess
|
||||||
Version: 0.21.0
|
Version: 0.22.2
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Pytest plugin to manage external processes across test runs
|
Summary: Pytest plugin to manage external processes across test runs
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/pytest-dev/pytest-xprocess/
|
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
|
BuildArch: noarch
|
||||||
|
|
||||||
Requires: python3-pytest
|
Requires: python3-pytest
|
||||||
@ -31,7 +32,7 @@ Provides: python3-pytest-xprocess-doc
|
|||||||
A pytest plugin for managing external processes across test runs.
|
A pytest plugin for managing external processes across test runs.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n pytest-xprocess-0.21.0
|
%autosetup -p1 -n pytest-xprocess-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py3_build
|
%py3_build
|
||||||
@ -71,6 +72,9 @@ mv %{buildroot}/doclist.lst .
|
|||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 9 2023 wubijie <wubijie@kylinos.cn> - 0.22.2-1
|
||||||
|
- Update package to version 0.22.2
|
||||||
|
|
||||||
* Wed Dec 07 2022 chendexi <chendexi@kylinos.cn> - 0.21.0-1
|
* Wed Dec 07 2022 chendexi <chendexi@kylinos.cn> - 0.21.0-1
|
||||||
- Upgrade package to version 0.21.0
|
- Upgrade package to version 0.21.0
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user