15
0

- Switch to autosetup and pyproject macros.

- Stop using greedy globs in %files.
- Actually run fdupes.
- Add patch fix-assertion-method.patch:
  * Use assertEqual, not assertEquals.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-marathon?expand=0&rev=15
This commit is contained in:
2024-01-24 04:32:08 +00:00
committed by Git OBS Bridge
parent fc6b9a2ec5
commit 56eabfd782
3 changed files with 45 additions and 10 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Jan 24 04:31:51 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
- Switch to autosetup and pyproject macros.
- Stop using greedy globs in %files.
- Actually run fdupes.
- Add patch fix-assertion-method.patch:
* Use assertEqual, not assertEquals.
-------------------------------------------------------------------
Mon Feb 28 11:36:47 UTC 2022 - pgajdos@suse.com