[packages/python3-pytest-xprocess] - updated to 1.0.2
qboosh
qboosh at pld-linux.org
Mon Nov 3 17:17:19 CET 2025
commit 15227ec50fbd62d267659365eb78bfa004db369a
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Mon Nov 3 17:17:20 2025 +0100
- updated to 1.0.2
python3-pytest-xprocess.spec | 14 ++++++++++----
1 file changed, 10 insertions(+), 4 deletions(-)
---
diff --git a/python3-pytest-xprocess.spec b/python3-pytest-xprocess.spec
index 80502f3..abf3cbf 100644
--- a/python3-pytest-xprocess.spec
+++ b/python3-pytest-xprocess.spec
@@ -6,13 +6,16 @@
Summary: A pytest plugin for managing processes across test runs
Summary(pl.UTF-8): Wtyczka pytesta do zarządzania procesami między uruchomieniami testów
Name: python3-pytest-xprocess
-Version: 0.23.0
-Release: 3
+Version: 1.0.2
+Release: 1
License: MIT
Group: Libraries/Python
#Source0Download: https://pypi.org/simple/pytest-xprocess/
Source0: https://files.pythonhosted.org/packages/source/p/pytest-xprocess/pytest-xprocess-%{version}.tar.gz
-# Source0-md5: 42aa2f309e450ea1379039b62e1f6eea
+# Source0-md5: 697f056ebf13d37cdbb2244f504702c4
+# docs missing in sdist, get them from git archive (which isn't usable alone for packaging because of no PKG-INFO and git metadata)
+Source1: https://github.com/pytest-dev/pytest-xprocess/archive/%{version}/pytest-xprocess-%{version}-git.tar.gz
+# Source1-md5: 747b07ccca14ca79d9bef6a7a56200e9
URL: https://pypi.org/project/pytest-xprocess/
BuildRequires: python3-modules >= 1:3.8
BuildRequires: python3-setuptools >= 1:45.0
@@ -54,7 +57,10 @@ API documentation for Python pytest_xprocess module.
Dokumentacja API modułu Pythona pytest_xprocess.
%prep
-%setup -q -n pytest-xprocess-%{version}
+%setup -q -n pytest-xprocess-%{version} -a1
+
+%{__mv} pytest-xprocess-%{version}/{docs,CHANGELOG.rst} .
+%{__rm} -r pytest-xprocess-%{version}
%build
%py3_build
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python3-pytest-xprocess.git/commitdiff/15227ec50fbd62d267659365eb78bfa004db369a
More information about the pld-cvs-commit
mailing list