Package Release Info

python-dill-0.3.1.1-bp154.1.94

Update Info: Base Release
Available in Package Hub : 15 SP4

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python3-dill

Change Logs

Version: 0.3.1.1-bp152.1.8
* Thu Jan 30 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 2019 pgajdos@suse.com
- version update to 0.3.0
  * no upstream changelog
Version: 0.2.9-bp151.1.2
* Sat Mar 16 2019 Jan Engelhardt <jengelh@inai.de>
- Use noun phrase in summary.
- Trim description a bit, for size.
* Fri Mar 08 2019 Tomá? Chvátal <tchvatal@suse.com>
- Update to 0.2.9:
  * Various test/flake updates
* Tue Dec 04 2018 Matej Cepl <mcepl@suse.com>
- Remove superfluous devel dependency for noarch package
* Thu May 03 2018 toddrme2178@gmail.com
- Use %license tag
* Wed Oct 18 2017 toddrme2178@gmail.com
- Implement single-spec version
- Update to 0.2.7.1
  * No changelog
* Tue Sep 30 2014 toddrme2178@gmail.com
- Initial version