1
0

- 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
This commit is contained in:
Dirk Mueller 2023-07-24 19:54:33 +00:00 committed by Git OBS Bridge
parent c6fc37b7e9
commit 015753d503
4 changed files with 14 additions and 9 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:81348ae448f00df8f3b2768b90ff1bfe4b77a1ee20419a7621ae7c0826758617
size 30426

BIN
pytest-randomly-3.13.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Jul 24 19:54:28 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 3.13.0:
* Drop Python 3.7 support.
-------------------------------------------------------------------
Thu May 4 22:57:32 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@ -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