diff --git a/cloudpickle-1.3.0.tar.gz b/cloudpickle-1.3.0.tar.gz deleted file mode 100644 index 59a00aa..0000000 --- a/cloudpickle-1.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:38af54d0e7705d87a287bdefe1df00f936aadb1f629dca383e825cca927fa753 -size 46220 diff --git a/cloudpickle-1.4.1.tar.gz b/cloudpickle-1.4.1.tar.gz new file mode 100644 index 0000000..c58a5e5 --- /dev/null +++ b/cloudpickle-1.4.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b6258a20a143603d53b037a20983016d4e978f554ec4f36b3d0895b947099ae +size 47459 diff --git a/python-cloudpickle.changes b/python-cloudpickle.changes index d9c4c5d..1fb5849 100644 --- a/python-cloudpickle.changes +++ b/python-cloudpickle.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Fri Jun 26 04:16:58 UTC 2020 - Steve Kowalik + +- Update to 1.4.1: + * Fix incompatibilities between cloudpickle 1.4.0 and Python 3.5.0/1/2 introduced by the new support of cloudpickle for pickling typing constructs. (issue #360) + * Restore compat with loading dynamic classes pickled with cloudpickle version 1.2.1 that would reference the types.ClassType attribute. (PR #359) + * This version requires Python 3.5 or later + * cloudpickle can now all pickle all constructs from the typing module and the typing_extensions library in Python 3.5+ (PR #318) + * Stop pickling the annotations of a dynamic class for Python < 3.6 (follow up on #276) (issue #347) + * Fix a bug affecting the pickling of dynamic TypeVar instances on Python 3.7+, and expand the support for pickling TypeVar instances (dynamic or non-dynamic) to Python 3.5-3.6 (PR #350) + * Add support for pickling dynamic classes subclassing typing.Generic instances on Python 3.7+ (PR #351) + ------------------------------------------------------------------- Tue Mar 31 14:59:31 UTC 2020 - Marketa Calabkova diff --git a/python-cloudpickle.spec b/python-cloudpickle.spec index b32b0d3..f5a2a20 100644 --- a/python-cloudpickle.spec +++ b/python-cloudpickle.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_without python2 Name: python-cloudpickle -Version: 1.3.0 +Version: 1.4.1 Release: 0 Summary: Extended pickling support for Python objects License: BSD-3-Clause