- 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
This commit is contained in:
2023-05-10 10:24:02 +00:00
committed by Git OBS Bridge
parent 6b568524e8
commit 2e6c3e07ab
2 changed files with 6 additions and 6 deletions

View File

@@ -3,12 +3,12 @@ Wed May 10 07:53:52 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
- 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
-------------------------------------------------------------------

View File

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