From 2e6c3e07abe02dfcf9785dc8a9452be6534347b7d53fdbbef7c53fc035a7f90e Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 10 May 2023 10:24:02 +0000 Subject: [PATCH] - Requires py39 or newer - Updated metadata links - Bump minimal requirements - Refactor GHA pipelines - Adopt PEP-621 packaging OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-plus?expand=0&rev=4 --- python-pytest-plus.changes | 10 +++++----- python-pytest-plus.spec | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/python-pytest-plus.changes b/python-pytest-plus.changes index 338138a..8693f14 100644 --- a/python-pytest-plus.changes +++ b/python-pytest-plus.changes @@ -3,12 +3,12 @@ Wed May 10 07:53:52 UTC 2023 - Johannes Kastl - update to 0.4.0: * Minor Changes - - Requires py39 or newer (#11) @ssbarnea - - Updated metadata links (#4) @ssbarnea - - Bump minimal requirements (#5) @ssbarnea + - Requires py39 or newer + - Updated metadata links + - Bump minimal requirements * Bugfixes - - Refactor GHA pipelines (#10) @ssbarnea - - Adopt PEP-621 packaging (#9) @ssbarnea + - Refactor GHA pipelines + - Adopt PEP-621 packaging - no release 0.3.0 available ------------------------------------------------------------------- diff --git a/python-pytest-plus.spec b/python-pytest-plus.spec index 57e6900..bbcdc30 100644 --- a/python-pytest-plus.spec +++ b/python-pytest-plus.spec @@ -26,7 +26,7 @@ Group: Development/Languages/Python URL: https://github.com/pycontribs/pytest-plus Source: https://files.pythonhosted.org/packages/source/p/pytest-plus/pytest-plus-%{version}.tar.gz BuildRequires: %{python_module pip} -BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module setuptools >= 63.0.0} BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros