17
0

- Switch to pyproject and autosetup macros.

- No more greedy globs in %files.
- Tidy up {Build,}Requires on typing and lxml.
- Stop skipping a bunch of tests, requests-mock has been fixed.
- Add patches support-pytest-8.patch, support-pytest-8.2.patch:
  * Support running under pytest 8.2.x.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apache-libcloud?expand=0&rev=135
This commit is contained in:
2024-06-06 02:52:10 +00:00
committed by Git OBS Bridge
parent d4b44711d6
commit ae4ce35e61
4 changed files with 490 additions and 25 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Jun 6 02:51:26 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
- Switch to pyproject and autosetup macros.
- No more greedy globs in %files.
- Tidy up {Build,}Requires on typing and lxml.
- Stop skipping a bunch of tests, requests-mock has been fixed.
- Add patches support-pytest-8.patch, support-pytest-8.2.patch:
* Support running under pytest 8.2.x.
-------------------------------------------------------------------
Tue Sep 26 00:00:00 PM CEST 2023 - ecsosa <ecsos@opensuse.org>