14
0
forked from pool/python-dill
Files
python-dill/python-dill.changes

73 lines
2.6 KiB
Plaintext

-------------------------------------------------------------------
Fri Feb 26 04:58:06 UTC 2021 - John Vandenberg <jayvdb@gmail.com>
- Update to v0.3.3
* See https://github.com/uqfoundation/dill/compare/dill-0.3.2...dill-0.3.3
- from v0.3.2
* See https://github.com/uqfoundation/dill/compare/dill-0.3.1.1...dill-0.3.2
-------------------------------------------------------------------
Sun Dec 6 23:05:33 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
- Require dbm for all python3 flavors in Tumbleweed
gh#openSUSE/python-rpm-macros#66
-------------------------------------------------------------------
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