Accepting request 612616 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/612616
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Cython?expand=0&rev=39
This commit is contained in:
2018-05-30 09:40:55 +00:00
committed by Git OBS Bridge
parent 4512143ccf
commit 07b6864532
6 changed files with 29 additions and 7 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sun May 27 16:30:35 UTC 2018 - arun@gmx.de
- update to version 0.28.3:
* Set iteration was broken in non-CPython since 0.28.
* UnicodeEncodeError in Py2 when %s formatting is optimised for
unicode strings. (Github issue #2276)
* Work around a crash bug in g++ 4.4.x by disabling the size
reduction setting of the module init function in this
version. (Github issue #2235)
-------------------------------------------------------------------
Wed Apr 18 02:15:50 UTC 2018 - toddrme2178@gmail.com