15
0
forked from pool/python-exam

- Switch to pyproject macros.

- Stop using greedy globs in %files.
- Add patch fix-assertion-methods.patch:
  * Correct test assertion methods.
- Refresh no-mock.patch, to remove it from install_requires.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-exam?expand=0&rev=11
This commit is contained in:
2024-01-19 03:48:00 +00:00
committed by Git OBS Bridge
parent bcee25381d
commit 5942223f96
4 changed files with 49 additions and 5 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Jan 19 03:46:37 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
- Switch to pyproject macros.
- Stop using greedy globs in %files.
- Add patch fix-assertion-methods.patch:
* Correct test assertion methods.
- Refresh no-mock.patch, to remove it from install_requires.
-------------------------------------------------------------------
Mon Mar 14 05:55:32 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>