Serpent is a simple serialization library based on ast.literal_eval.
Because it only serializes literals and recreates the objects using ast.literal_eval(),
the serialized data is safe to transport to other machines (over the network for instance)
and de-serialize it there.
Provides
Requires
License
MIT
Changelog
* Sun Jun 11 2023 ecsos <ecsos@opensuse.org>
- Add %{?sle15_python_module_pythons}
* Fri Oct 07 2022 Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to version 1.41
* support for python up to 3.11 added (__getstate__ behavior change)
* replaced travis CI by Github actions
* drop python 3.5 support
* Wed Mar 18 2020 pgajdos@suse.com
- version update to 1.30.2
* upstream does not support python 2 anymore
* no changelog found
* Sat Mar 14 2020