From 015753d503347f72d65e05c44738fbafe8ec0be7e332c7eafd08ecfa6a56e41b Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 24 Jul 2023 19:54:33 +0000 Subject: [PATCH] - update to 3.13.0: * Drop Python 3.7 support. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-randomly?expand=0&rev=28 --- pytest-randomly-3.12.0.tar.gz | 3 --- pytest-randomly-3.13.0.tar.gz | 3 +++ python-pytest-randomly.changes | 6 ++++++ python-pytest-randomly.spec | 11 +++++------ 4 files changed, 14 insertions(+), 9 deletions(-) delete mode 100644 pytest-randomly-3.12.0.tar.gz create mode 100644 pytest-randomly-3.13.0.tar.gz diff --git a/pytest-randomly-3.12.0.tar.gz b/pytest-randomly-3.12.0.tar.gz deleted file mode 100644 index 3214def..0000000 --- a/pytest-randomly-3.12.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:81348ae448f00df8f3b2768b90ff1bfe4b77a1ee20419a7621ae7c0826758617 -size 30426 diff --git a/pytest-randomly-3.13.0.tar.gz b/pytest-randomly-3.13.0.tar.gz new file mode 100644 index 0000000..2cfe9f1 --- /dev/null +++ b/pytest-randomly-3.13.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24e182a8e89b8851d660bcc24e8e96c7c89bef07e68f099ef91e960f7bc86264 +size 30026 diff --git a/python-pytest-randomly.changes b/python-pytest-randomly.changes index 998fd6b..f0070ca 100644 --- a/python-pytest-randomly.changes +++ b/python-pytest-randomly.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jul 24 19:54:28 UTC 2023 - Dirk Müller + +- update to 3.13.0: + * Drop Python 3.7 support. + ------------------------------------------------------------------- Thu May 4 22:57:32 UTC 2023 - Dirk Müller diff --git a/python-pytest-randomly.spec b/python-pytest-randomly.spec index 4a4e029..1bbd5f6 100644 --- a/python-pytest-randomly.spec +++ b/python-pytest-randomly.spec @@ -18,15 +18,14 @@ %{?sle15_python_module_pythons} Name: python-pytest-randomly -Version: 3.12.0 +Version: 3.13.0 Release: 0 Summary: Pytest plugin to randomly order tests and control random.seed License: MIT URL: https://github.com/pytest-dev/pytest-randomly Source: https://github.com/pytest-dev/pytest-randomly/archive/%{version}.tar.gz#/pytest-randomly-%{version}.tar.gz -# PATCH-FIX-UPSTREAM: https://github.com/pytest-dev/pytest-randomly/commit/d663e203db254f7e310e4de0e4622e5596860698.patch -Patch1: fix-tests-pytest-73.patch -BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module pip} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-importlib-metadata >= 3.6.0 @@ -68,10 +67,10 @@ Features: %autosetup -p1 -n pytest-randomly-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check