forked from pool/python-serpent
* 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
27 lines
1.0 KiB
Plaintext
27 lines
1.0 KiB
Plaintext
-------------------------------------------------------------------
|
|
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>
|
|
|
|
- Remove superfluous devel dependency for noarch package
|
|
|
|
-------------------------------------------------------------------
|
|
Thu May 24 17:44:22 UTC 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 8 21:01:14 UTC 2017 - toddrme2178@gmail.com
|
|
|
|
- Initial version
|