15
0

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

- Update to 1.1.1 
  * Support the pickling of interactively-defined functions with 
    positional-only arguments.
  * Track the provenance of dynamic classes and enums.
  * Fix a bug making functions with keyword-only arguments forget 
    the default values of these arguments after being pickled.

OBS-URL: https://build.opensuse.org/request/show/704438
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cloudpickle?expand=0&rev=17
This commit is contained in:
2019-05-21 11:50:33 +00:00
committed by Git OBS Bridge
parent 8fc8239b1e
commit 89600b7817
4 changed files with 15 additions and 5 deletions

View File

@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-cloudpickle
Version: 0.8.1
Version: 1.1.1
Release: 0
Summary: Extended pickling support for Python objects
License: BSD-3-Clause
@@ -68,7 +68,7 @@ functions and classes defined interactively in the __main__ module.
%check
export PYTHONPATH='.:tests'
%python_expand py.test-%{$python_bin_suffix} -s
%pytest -s
%files %{python_files}
%doc README.md