15
0

- Do not use setup.py test to "run" the testsuite, use pytest to

actually run it.
- Switch to pyproject macros.
- No more greedy globs in %files.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-iptables?expand=0&rev=12
This commit is contained in:
2024-08-23 04:22:45 +00:00
committed by Git OBS Bridge
parent bac0f20c34
commit f501544bf4
2 changed files with 24 additions and 7 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Aug 23 04:18:10 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
- Do not use setup.py test to "run" the testsuite, use pytest to
actually run it.
- Switch to pyproject macros.
- No more greedy globs in %files.
-------------------------------------------------------------------
Thu Dec 7 22:57:15 UTC 2023 - Dirk Müller <dmueller@suse.com>