Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python313-serpent-1.41-bp160.1.11 RPM for noarch

From OpenSuSE Leap 16.0 for noarch

Name: python313-serpent Distribution: SUSE Linux Enterprise 16
Version: 1.41 Vendor: openSUSE
Release: bp160.1.11 Build date: Sun Jun 11 15:53:35 2023
Group: Unspecified Build host: reproducible
Size: 55913 Source RPM: python-serpent-1.41-bp160.1.11.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/irmen/Serpent
Summary: Serialization based on astliteral_eval
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