Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 1cec7b530d | |||
| 6d5b927a93 |
@@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 28 13:18:54 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to 3.2.2
|
||||
* Fixed regression occurring with TimeoutError exceptions. They
|
||||
should be represented now exactly as the original when unpickling.
|
||||
- from version 3.2.1
|
||||
* Fixed regression occurring with ExceptionGroup exceptions. That
|
||||
exception type is now handled specifically in the new
|
||||
unpickle_exception_with_attrs function (just like OSError).
|
||||
- from version 3.2.0
|
||||
* Changed tblib.pickling_support.install to support exceptions with
|
||||
__init__ that does match the default BaseException.__reduce__ (as
|
||||
it expects the positional arguments to __init__ to match the args
|
||||
attribute).
|
||||
* Fixed some doctest and coverage config.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 17 02:37:45 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
%endif
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-tblib%{?psuffix}
|
||||
Version: 3.1.0
|
||||
Version: 3.2.2
|
||||
Release: 0
|
||||
Summary: Traceback serialization library
|
||||
License: BSD-2-Clause
|
||||
|
||||
BIN
tblib-3.1.0.tar.gz
LFS
BIN
tblib-3.1.0.tar.gz
LFS
Binary file not shown.
3
tblib-3.2.2.tar.gz
Normal file
3
tblib-3.2.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e9a652692d91bf4f743d4a15bc174c0b76afc750fe8c7b6d195cc1c1d6d2ccec
|
||||
size 35046
|
||||
Reference in New Issue
Block a user