1
0

- Add patch use-logging-lock-directly.patch:

* Use logging._lock as a context manager.
- Switch to autosetup macro.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-logutils?expand=0&rev=17
This commit is contained in:
2024-09-10 03:08:41 +00:00
committed by Git OBS Bridge
parent a2d8452bfa
commit 24b9fa9ee3
3 changed files with 76 additions and 5 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Sep 10 03:08:22 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
- Add patch use-logging-lock-directly.patch:
* Use logging._lock as a context manager.
- Switch to autosetup macro.
-------------------------------------------------------------------
Thu Sep 5 18:08:30 UTC 2024 - Christoph G <foss@grueninger.de>