- Update to 1.8.1:

* drop support for setuptools
  * drop support for python < 3.11
  * drop support for pytest < 6.0
- Switch to pyproject macros.
- No more greedy globs in %files.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-echo?expand=0&rev=4
This commit is contained in:
2025-03-04 03:25:40 +00:00
committed by Git OBS Bridge
parent e6270a4b86
commit c61f595148
4 changed files with 26 additions and 14 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Mar 4 03:25:25 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 1.8.1:
* drop support for setuptools
* drop support for python < 3.11
* drop support for pytest < 6.0
- Switch to pyproject macros.
- No more greedy globs in %files.
-------------------------------------------------------------------
Mon Aug 10 11:26:37 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>