14
0
forked from pool/python-Cython

Accepting request 612611 from home:apersaud:branches:devel:languages:python

update to latest version

OBS-URL: https://build.opensuse.org/request/show/612611
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cython?expand=0&rev=104
This commit is contained in:
Tomáš Chvátal
2018-05-28 07:02:43 +00:00
committed by Git OBS Bridge
parent 5fe8d1ca06
commit e9564b4f98
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