1
0

Accepting request 704439 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/704439
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cloudpickle?expand=0&rev=6
This commit is contained in:
Dominique Leuenberger 2019-05-25 11:17:55 +00:00 committed by Git OBS Bridge
commit f14a87d0ef
4 changed files with 15 additions and 5 deletions

View File

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

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

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7d43c4d0c7e9735ee8a352c96f84031dabd6676170c4e5e0585a469cc4769f22
size 34870

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue May 21 11:38:21 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
- 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.
-------------------------------------------------------------------
Thu Mar 28 14:20:54 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

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