15
0
forked from pool/python-plette

- Update to 1.0.0:

* Rewrite the entire library using dataclasses.
  * Add more rigorous testing.
- Switch to autosetup and pyproject macros.
- No more greedy globs in %files.
- Drop patch ignore-hashlib-case.patch, no longer required.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-plette?expand=0&rev=11
This commit is contained in:
2024-03-01 03:59:57 +00:00
committed by Git OBS Bridge
parent 734cbf5b59
commit 518a387c74
5 changed files with 18 additions and 37 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Mar 1 03:56:27 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 1.0.0:
* Rewrite the entire library using dataclasses.
* Add more rigorous testing.
- Switch to autosetup and pyproject macros.
- No more greedy globs in %files.
- Drop patch ignore-hashlib-case.patch, no longer required.
-------------------------------------------------------------------
Fri Jan 6 17:11:13 UTC 2023 - Yogalakshmi Arunachalam <yarunachalam@suse.com>