15
0

- Don't use rm -f in %prep, it hides failures.

- Switch to autosetup and pyproject macros.
- Correct path used for running the testsuite.
- Add patch support-python-312.patch:
  * Do not a monkey patch for assertRaisesRegexp, it is not required.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ZConfig?expand=0&rev=21
This commit is contained in:
2024-03-25 01:44:10 +00:00
committed by Git OBS Bridge
parent 9111e81db3
commit dd73e476cb
3 changed files with 59 additions and 12 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Mar 25 01:42:28 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
- Don't use rm -f in %prep, it hides failures.
- Switch to autosetup and pyproject macros.
- Correct path used for running the testsuite.
- Add patch support-python-312.patch:
* Do not a monkey patch for assertRaisesRegexp, it is not required.
-------------------------------------------------------------------
Sun Jan 21 10:36:47 UTC 2024 - Dirk Müller <dmueller@suse.com>