14
0
forked from pool/python-Cython

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

update to latest version

OBS-URL: https://build.opensuse.org/request/show/622191
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cython?expand=0&rev=106
This commit is contained in:
Tomáš Chvátal
2018-07-12 07:18:09 +00:00
committed by Git OBS Bridge
parent e9564b4f98
commit 255e7a0b85
6 changed files with 29 additions and 5 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Jul 12 03:33:30 UTC 2018 - arun@gmx.de
- update to version 0.28.4:
* Bugs fixed
+ Reallowing tp_clear() in a subtype of an @no_gc_clear extension
type generated an invalid C function call to the (non-existent)
base type implementation. (Github issue #2309)
+ Exception catching based on a non-literal (runtime) tuple could
fail to match the exception. (Github issue #2425)
+ Compile fix for CPython 3.7.0a2. (Github issue #2477)
-------------------------------------------------------------------
Sun May 27 16:30:35 UTC 2018 - arun@gmx.de