File python-dill.changes of Package python-dill
-------------------------------------------------------------------
Thu Jan 30 17:21:16 UTC 2020 - Todd R <toddrme2178@gmail.com>
- version update to 0.3.1.1
* Add support for pickling MappingProxyType on Python3
* Fix GetSetDescriptorType unpickling error in test_selected.py
* add python 3.x keywords to dump and load
* add save_socket method for socket objects
* add support for pickling MappingProxyType
* cleanup of Pickler,Unpickler; move dump to Pickler.dump
* don't use multiple inheritance in Pickler,Unpickler
* enabled to pickle __kwdefaults__ property
* fix pickling keyword only arguments
* fix typo in readline error message (#327)
* more handling of 3.8 SyntaxWarnings
* rollback register(SocketType) due to multiprocess test_pickling failure
* unified handling of MappingProxyType and DictProxyType
-------------------------------------------------------------------
Fri Jul 26 08:54:42 UTC 2019 - pgajdos@suse.com
- version update to 0.3.0
* no upstream changelog
-------------------------------------------------------------------
Sat Mar 16 00:44:29 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Use noun phrase in summary.
- Trim description a bit, for size.
-------------------------------------------------------------------
Fri Mar 8 12:50:34 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.2.9:
* Various test/flake updates
-------------------------------------------------------------------
Tue Dec 4 12:47:17 UTC 2018 - Matej Cepl <mcepl@suse.com>
- Remove superfluous devel dependency for noarch package
-------------------------------------------------------------------
Thu May 3 14:07:08 UTC 2018 - toddrme2178@gmail.com
- Use %license tag
-------------------------------------------------------------------
Wed Oct 18 16:42:55 UTC 2017 - toddrme2178@gmail.com
- Implement single-spec version
- Update to 0.2.7.1
* No changelog
-------------------------------------------------------------------
Tue Sep 30 10:44:58 UTC 2014 - toddrme2178@gmail.com
- Initial version