15
0
forked from pool/python-kmatch

- Switch to autosetup and pyproject macros.

- Stop using greedy globs in %files.
- Add patch fix-assertion-methods.patch:
  * Use non-deprecated assertion methods.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kmatch?expand=0&rev=19
This commit is contained in:
2024-01-24 01:54:49 +00:00
committed by Git OBS Bridge
parent b24ac05dcc
commit 584f30d28d
3 changed files with 68 additions and 6 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Jan 24 01:53:09 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
- Switch to autosetup and pyproject macros.
- Stop using greedy globs in %files.
- Add patch fix-assertion-methods.patch:
* Use non-deprecated assertion methods.
-------------------------------------------------------------------
Wed Dec 27 14:25:10 UTC 2023 - Dirk Müller <dmueller@suse.com>