14
0
forked from pool/python-vine

- Switch to pyproject and autosetup macros.

- No more greedy globs in %files.
- Add patch use-correct-test-method.patch:
  * Use setup_method() to work with Pytest 8.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vine?expand=0&rev=18
This commit is contained in:
2024-08-13 05:15:01 +00:00
committed by Git OBS Bridge
parent b7cc8b4c9c
commit 57cda70acd
3 changed files with 46 additions and 5 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Aug 13 05:14:47 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
- Switch to pyproject and autosetup macros.
- No more greedy globs in %files.
- Add patch use-correct-test-method.patch:
* Use setup_method() to work with Pytest 8.
-------------------------------------------------------------------
Mon Nov 27 20:09:58 UTC 2023 - Dirk Müller <dmueller@suse.com>