forked from pool/python-cloudpickle
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:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user