diff --git a/cloudpickle-0.8.1.tar.gz b/cloudpickle-0.8.1.tar.gz deleted file mode 100644 index 75c725a..0000000 --- a/cloudpickle-0.8.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3ea6fd33b7521855a97819b3d645f92d51c8763d3ab5df35197cd8e96c19ba6f -size 30832 diff --git a/cloudpickle-1.1.1.tar.gz b/cloudpickle-1.1.1.tar.gz new file mode 100644 index 0000000..07fc0fa --- /dev/null +++ b/cloudpickle-1.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d43c4d0c7e9735ee8a352c96f84031dabd6676170c4e5e0585a469cc4769f22 +size 34870 diff --git a/python-cloudpickle.changes b/python-cloudpickle.changes index abe10dc..b0de267 100644 --- a/python-cloudpickle.changes +++ b/python-cloudpickle.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue May 21 11:38:21 UTC 2019 - Marketa Calabkova + +- 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 diff --git a/python-cloudpickle.spec b/python-cloudpickle.spec index ba64068..ac7db51 100644 --- a/python-cloudpickle.spec +++ b/python-cloudpickle.spec @@ -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