diff --git a/cloudpickle-2.1.0.tar.gz b/cloudpickle-2.1.0.tar.gz deleted file mode 100644 index 2b00a1a..0000000 --- a/cloudpickle-2.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bb233e876a58491d9590a676f93c7a5473a08f747d5ab9df7f9ce564b3e7938e -size 60093 diff --git a/cloudpickle-2.2.0.tar.gz b/cloudpickle-2.2.0.tar.gz new file mode 100644 index 0000000..d5afbab --- /dev/null +++ b/cloudpickle-2.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f4219469c55453cfe4737e564b67c2a149109dabf7f242478948b895f61106f +size 59630 diff --git a/python-cloudpickle.changes b/python-cloudpickle.changes index 320d0f7..625816c 100644 --- a/python-cloudpickle.changes +++ b/python-cloudpickle.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sat Oct 1 11:24:59 UTC 2022 - Dirk Müller + +- update to 2.2.0: + * Improve compatibility with "nogil" Python and 3.11 + * Fix compatibility with Python 3.11 + * Add Python 3.10 to tox config + * Fix #440: Incorrect pickles for subclasses of generic classes + * Extend test_abc to include abstract properties + * Add support for abc.abstract* methods + * Add test for multiprocessing.Lock error + ------------------------------------------------------------------- Mon Sep 26 21:21:21 UTC 2022 - Yogalakshmi Arunachalam diff --git a/python-cloudpickle.spec b/python-cloudpickle.spec index 9d5da63..4acb068 100644 --- a/python-cloudpickle.spec +++ b/python-cloudpickle.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python3-%{**}} %define skip_python2 1 Name: python-cloudpickle -Version: 2.1.0 +Version: 2.2.0 Release: 0 Summary: Extended pickling support for Python objects License: BSD-3-Clause