- Use sources from github, current release doesn't have tests
- Use autosetup instead of setup
- Update how to run tests
- More specific python_sitelib in %files
- Update to 0.3.6:
* fix: #480 create_code for 3.11.0a7 and 3.11.0b1
* fix: #413, fix: #453, drop 2.7 support
* adjust save_code and _create_code for co_lnotab in PEP626 (#495)
* Lookup qualname instead of name in Python 3 (#486)
* Support PyCapsule (#477)
* Fix `dill._dill` submodule being saved as `GLOBAL "dill._shims" "_dill"`
(#490)
* Create a soft_def shim to combine move_to and Getattr (#473)
* Incidental implementation specific types (#472)
* Fix bug in pickling MappingProxyType in PyPy 3.7+ (#506)
* Bring back old method pickling function (#511)
* protect against sys.modules contents change
* correct failures and succeeds dicts
* correct failures for registered
* unregister SymtableEntryType
* Add detailed trace mode showing saved object size and visual depth level
(#471)
* Kickstart support drop for Python < 3.7 (#499)
* fix#521: support develop mode
* Rewrite _create_code() with Structural Pattern Matching (limited to tuples)
(#496)
* fix#522: unify README and module doc
* add some no-indent bullets
* Fix load_session() and restrict loading a session in a different module
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dill?expand=0&rev=21
* requires python 3.7
* skip tests with broken stftime
* resolve symlinks when determining if module is builtin
* support python 3.10
* adjust for python 3.11
* Support recursive and empty closure cells
* use CAN_NULL for 3.11a7 and above
* better check for travis in tests
* parse init file for dist meta
* drop rtfd build to 3.8
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dill?expand=0&rev=20
- 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
OBS-URL: https://build.opensuse.org/request/show/768848
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dill?expand=0&rev=12