Package Release Info

python-serpent-1.41-bp160.1.11

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python313-serpent

Change Logs

* 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 Tomáš Chvátal <tchvatal@suse.com>
- Fix building without python2
Version: 1.28-bp155.2.12
* Wed Mar 06 2019 Tomáš Chvátal <tchvatal@suse.com>
- Update to 1.27:
  * fixed serialization of unicode elements in dicts and sets (this was a regression on Python 2.x)
  * support for enum34 backport library for enums in older python versions.
  * Some small tweaks and attempt to fix an inconsistently running unit test
  * LICENSE file included in release.
Version: 1.28-bp152.2.1
* Tue Apr 02 2019 pgajdos@suse.com
- version update to 1.28
  * the souce dist archive now contains the unit tests as well
- run the testsuite
Version: 1.27-bp151.1.1
* Wed Mar 06 2019 Tomá? Chvátal <tchvatal@suse.com>
- Update to 1.27:
  * fixed serialization of unicode elements in dicts and sets (this was a regression on Python 2.x)
  * support for enum34 backport library for enums in older python versions.
  * Some small tweaks and attempt to fix an inconsistently running unit test
  * LICENSE file included in release.
* Tue Dec 04 2018 Matej Cepl <mcepl@suse.com>
- Remove superfluous devel dependency for noarch package
* Thu May 24 2018 toddrme2178@gmail.com
- Update to 1.24
  * fix Python 3.7 deprecation warnings about
    importing ABC types from collections vs collections.abc
- spec file cleanups
* Wed Nov 08 2017 toddrme2178@gmail.com
- Initial version