15
0

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

@@ -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