15
0
forked from pool/python-dparse

- Switch to autosetup and pyproject macros.

- Stop using greedy globs in %files.
- Add patch fix-configparser-parsing.patch:
  * Use non-deprecated/removed functions from ConfigParser.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dparse?expand=0&rev=15
This commit is contained in:
2024-01-15 05:34:25 +00:00
committed by Git OBS Bridge
parent 61b41f1370
commit 71f6e243bf
3 changed files with 60 additions and 6 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Jan 15 05:33:37 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
- Switch to autosetup and pyproject macros.
- Stop using greedy globs in %files.
- Add patch fix-configparser-parsing.patch:
* Use non-deprecated/removed functions from ConfigParser.
-------------------------------------------------------------------
Sat Jul 1 20:47:20 UTC 2023 - Dirk Müller <dmueller@suse.com>