2020-01-30 17:23:51 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
2019-03-17 15:30:51 +00:00
|
|
|
-------------------------------------------------------------------
|
2019-07-26 09:13:56 +00:00
|
|
|
Fri Jul 26 08:54:42 UTC 2019 - pgajdos@suse.com
|
|
|
|
|
|
|
|
- version update to 0.3.0
|
|
|
|
* no upstream changelog
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2019-03-17 15:30:51 +00:00
|
|
|
Sat Mar 16 00:44:29 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
|
|
|
|
- Use noun phrase in summary.
|
|
|
|
- Trim description a bit, for size.
|
|
|
|
|
2019-03-08 13:03:30 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Mar 8 12:50:34 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
- Update to 0.2.9:
|
|
|
|
* Various test/flake updates
|
|
|
|
|
2018-12-04 13:23:31 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Dec 4 12:47:17 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
- Remove superfluous devel dependency for noarch package
|
|
|
|
|
2018-05-03 16:08:06 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu May 3 14:07:08 UTC 2018 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
- Use %license tag
|
|
|
|
|
2018-05-03 06:07:24 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|