15
0

- Switch to autosetup and pyproject macros.

- Stop using greedy globs in %files.
- Add patches bump-versioneer.patch and fix-assertions.patch:
  * Support Python 3.12 changes.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ed25519?expand=0&rev=7
This commit is contained in:
2024-01-12 02:29:20 +00:00
committed by Git OBS Bridge
parent 5670c82e59
commit e0b66ccb00
4 changed files with 2445 additions and 7 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Jan 12 02:27:28 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
- Switch to autosetup and pyproject macros.
- Stop using greedy globs in %files.
- Add patches bump-versioneer.patch and fix-assertions.patch:
* Support Python 3.12 changes.
-------------------------------------------------------------------
Thu Oct 7 15:11:01 UTC 2021 - Matej Cepl <mcepl@suse.com>