Accepting request 790208 from home:mcalabkova:branches:devel:languages:python

- Update to version 1.3.0
  * mostly bugfix release
  * Add support for out-of-band pickling (Python 3.8 and later).

OBS-URL: https://build.opensuse.org/request/show/790208
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cloudpickle?expand=0&rev=27
This commit is contained in:
Tomáš Chvátal 2020-03-31 15:50:11 +00:00 committed by Git OBS Bridge
parent dbdf3d20f3
commit fc0c3877c0
4 changed files with 11 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:922401d7140e133253ff5fab4faa4a1166416066453a783b00b507dca93f8859
size 43576

3
cloudpickle-1.3.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:38af54d0e7705d87a287bdefe1df00f936aadb1f629dca383e825cca927fa753
size 46220

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Mar 31 14:59:31 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- Update to version 1.3.0
* mostly bugfix release
* Add support for out-of-band pickling (Python 3.8 and later).
-------------------------------------------------------------------
Mon Mar 16 10:25:19 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>

View File

@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_without python2
Name: python-cloudpickle
Version: 1.2.2
Version: 1.3.0
Release: 0
Summary: Extended pickling support for Python objects
License: BSD-3-Clause