17
0

- Update to 3.1.2:

* Fix pickling of abstract base classes containing type annotations
    for Python 3.14. (PR#578)
- Remove upstreamed patch support-python-314.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cloudpickle?expand=0&rev=64
This commit is contained in:
2025-12-12 12:04:11 +00:00
committed by Git OBS Bridge
parent b0f5ba0fb7
commit 0a53cd1630
5 changed files with 12 additions and 38 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Dec 12 11:59:47 UTC 2025 - Daniel Garcia <daniel.garcia@suse.com>
- Update to 3.1.2:
* Fix pickling of abstract base classes containing type annotations
for Python 3.14. (PR#578)
- Remove upstreamed patch support-python-314.patch
-------------------------------------------------------------------
Thu Sep 25 05:14:58 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>