14
0

- Update to 5.1:

* Drop support for Python 3.7, 3.8.
  * Add support for Python 3.12, 3.13.
- Switch to pyproject macros.
- No more greedy globs in %files.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.testing?expand=0&rev=24
This commit is contained in:
2025-05-05 04:01:17 +00:00
committed by Git OBS Bridge
parent ce332ce817
commit 5f27262282
4 changed files with 25 additions and 13 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon May 5 04:01:02 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 5.1:
* Drop support for Python 3.7, 3.8.
* Add support for Python 3.12, 3.13.
- Switch to pyproject macros.
- No more greedy globs in %files.
-------------------------------------------------------------------
Fri Apr 21 12:39:21 UTC 2023 - Dirk Müller <dmueller@suse.com>