[packages/python3-pytest-randomly] - updated to 3.16.0

qboosh qboosh at pld-linux.org
Sun Oct 26 17:23:09 CET 2025


commit ea26f8a6700512e6e91da5be6289fd9cead0532e
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sun Oct 26 17:23:04 2025 +0100

    - updated to 3.16.0

 python3-pytest-randomly.spec | 28 +++++++++++++++-------------
 1 file changed, 15 insertions(+), 13 deletions(-)
---
diff --git a/python3-pytest-randomly.spec b/python3-pytest-randomly.spec
index 3f2da8f..179acc7 100644
--- a/python3-pytest-randomly.spec
+++ b/python3-pytest-randomly.spec
@@ -5,28 +5,30 @@
 Summary:	Pytest plugin to randomly order tests and control random.seed
 Summary(pl.UTF-8):	Wtyczka pytesta do losowej kolejności testów i sterowania random.seed
 Name:		python3-pytest-randomly
-Version:	3.11.0
-Release:	7
+Version:	3.16.0
+Release:	1
 License:	MIT
 Group:		Libraries/Python
 #Source0Download: https://pypi.org/simple/pytest-randomly/
-Source0:	https://files.pythonhosted.org/packages/source/p/pytest-randomly/pytest-randomly-%{version}.tar.gz
-# Source0-md5:	13cf321031de846c969aa5522a01ec40
+Source0:	https://files.pythonhosted.org/packages/source/p/pytest-randomly/pytest_randomly-%{version}.tar.gz
+# Source0-md5:	0fc2541f331d1b9f2093779484964445
 URL:		https://pypi.org/project/pytest-randomly/
-BuildRequires:	python3-modules >= 1:3.7
+BuildRequires:	python3-build
+BuildRequires:	python3-installer
+BuildRequires:	python3-modules >= 1:3.9
 BuildRequires:	python3-setuptools >= 1:40.6.0
 %if %{with tests}
 BuildRequires:	python3-factory_boy
 BuildRequires:	python3-faker
-%if "%{_ver_lt '%{py3_ver}' '3.10'}" == "1"
+%if "%{_ver_lt %{py3_ver} 3.10}" == "1"
 BuildRequires:	python3-importlib-metadata >= 3.6.0
 %endif
 BuildRequires:	python3-numpy
 BuildRequires:	python3-pytest
 %endif
 BuildRequires:	rpm-pythonprov
-BuildRequires:	rpmbuild(macros) >= 1.750
-Requires:	python3-modules >= 1:3.7
+BuildRequires:	rpmbuild(macros) >= 2.045
+Requires:	python3-modules >= 1:3.9
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -37,10 +39,10 @@ Pytest plugin to randomly order tests and control random.seed.
 Wtyczka pytesta do losowej kolejności testów i sterowania random.seed.
 
 %prep
-%setup -q -n pytest-randomly-%{version}
+%setup -q -n pytest_randomly-%{version}
 
 %build
-%py3_build
+%py3_build_pyproject
 
 %if %{with tests}
 PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 \
@@ -51,13 +53,13 @@ PYTEST_PLUGINS="pytester,pytest_randomly" \
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%py3_install
+%py3_install_pyproject
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc HISTORY.rst LICENSE README.rst
+%doc CHANGELOG.rst LICENSE README.rst
 %{py3_sitescriptdir}/pytest_randomly
-%{py3_sitescriptdir}/pytest_randomly-%{version}-py*.egg-info
+%{py3_sitescriptdir}/pytest_randomly-%{version}.dist-info
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python3-pytest-randomly.git/commitdiff/ea26f8a6700512e6e91da5be6289fd9cead0532e



More information about the pld-cvs-commit mailing list