15
0

- Add patch support-python312.patch:

* Support Python 3.12 by using non-removed assertion functions.
- Switch to autosetup and pyproject macros.
- Correct URL.
- Stop using greedy globs in %files.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Parsley?expand=0&rev=18
This commit is contained in:
2024-01-09 03:43:33 +00:00
committed by Git OBS Bridge
parent ac98209286
commit 6cd048ebb9
3 changed files with 128 additions and 6 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Jan 9 03:38:03 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
- Add patch support-python312.patch:
* Support Python 3.12 by using non-removed assertion functions.
- Switch to autosetup and pyproject macros.
- Correct URL.
- Stop using greedy globs in %files.
-------------------------------------------------------------------
Fri May 5 12:13:25 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>