1
0

- Add patch slightly-patch-out-six.patch:

* Remove some uses of six, to avoid circular imports.
- Also edit fixutres.py directly for the same reason.
- Switch to pyproject macros.
- Less globs in %files.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kafka-python?expand=0&rev=28
This commit is contained in:
2024-03-19 04:01:55 +00:00
committed by Git OBS Bridge
parent 61054451df
commit c3cdce0a0d
4 changed files with 73 additions and 12 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Mar 19 04:01:27 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
- Add patch slightly-patch-out-six.patch:
* Remove some uses of six, to avoid circular imports.
- Also edit fixutres.py directly for the same reason.
- Switch to pyproject macros.
- Less globs in %files.
-------------------------------------------------------------------
Mon Apr 10 11:36:09 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>