Accepting request 628791 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/628791
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Cython?expand=0&rev=41
This commit is contained in:
2018-09-18 09:41:53 +00:00
committed by Git OBS Bridge
parent 4f69af6746
commit 973ff23bbe
6 changed files with 25 additions and 5 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sat Aug 11 16:12:10 UTC 2018 - arun@gmx.de
- update to version 0.28.5:
* The discouraged usage of GCC's attribute optimize("Os") was
replaced by the similar attribute cold to reduce the code impact
of the module init functions. (Github issue #2494)
* A reference leak in Py2.x was fixed when comparing str to unicode
for equality.
-------------------------------------------------------------------
Thu Jul 12 03:33:30 UTC 2018 - arun@gmx.de