14
0
forked from pool/python-loguru

- drop python311.patch, loguru-fix-repr-tests.patch: upstream

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-loguru?expand=0&rev=22
This commit is contained in:
2023-05-05 13:41:20 +00:00
committed by Git OBS Bridge
parent 93e22e2824
commit 722a24e8eb
3 changed files with 1 additions and 202 deletions

View File

@@ -29,6 +29,7 @@ Fri May 5 12:35:44 UTC 2023 - Dirk Müller <dmueller@suse.com>
time (#600).
* Raise exception if `logger.catch()` is used to wrap a class
instead of a function to avoid unexpected behavior (#623).
- drop python311.patch, loguru-fix-repr-tests.patch: upstream
-------------------------------------------------------------------
Fri Apr 21 12:28:02 UTC 2023 - Dirk Müller <dmueller@suse.com>