diff --git a/cloudpickle-1.2.1.tar.gz b/cloudpickle-1.2.1.tar.gz deleted file mode 100644 index 699d4b1..0000000 --- a/cloudpickle-1.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:603244e0f552b72a267d47a7d9b347b27a3430f58a0536037a290e7e0e212ecf -size 42138 diff --git a/cloudpickle-1.2.2.tar.gz b/cloudpickle-1.2.2.tar.gz new file mode 100644 index 0000000..1ad2285 --- /dev/null +++ b/cloudpickle-1.2.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:922401d7140e133253ff5fab4faa4a1166416066453a783b00b507dca93f8859 +size 43576 diff --git a/python-cloudpickle.changes b/python-cloudpickle.changes index ca0029f..a5f7aa6 100644 --- a/python-cloudpickle.changes +++ b/python-cloudpickle.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Sep 26 10:40:19 UTC 2019 - Tomáš Chvátal + +- Update to 1.2.2: + * Revert the change introduced in (issue #276) attempting to pickle functions annotations for Python 3.4 to 3.6. It is not possible to pickle complex typing constructs for those versions (see issue #193) + * Fix a bug affecting bound classmethod saving on Python 2. (issue #288) + * Add support for pickling "getset" descriptors (issue #290) + ------------------------------------------------------------------- Fri Jul 26 07:52:16 UTC 2019 - pgajdos@suse.com diff --git a/python-cloudpickle.spec b/python-cloudpickle.spec index 2c3bcd0..65e682f 100644 --- a/python-cloudpickle.spec +++ b/python-cloudpickle.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-cloudpickle -Version: 1.2.1 +Version: 1.2.2 Release: 0 Summary: Extended pickling support for Python objects License: BSD-3-Clause