14
0

- 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-serpent?expand=0&rev=7
This commit is contained in:
Tomáš Chvátal
2019-03-06 09:38:37 +00:00
committed by Git OBS Bridge
parent 4ec4193d80
commit 3d1e07c64d
5 changed files with 19 additions and 30 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Mar 6 09:33:03 UTC 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 4 12:54:10 UTC 2018 - Matej Cepl <mcepl@suse.com>