1
0

Accepting request 790248 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/790248
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cloudpickle?expand=0&rev=11
This commit is contained in:
Dominique Leuenberger 2020-04-04 10:20:34 +00:00 committed by Git OBS Bridge
commit 561dfccc76
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