14
0
forked from pool/python-Cython

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

update to latest version

OBS-URL: https://build.opensuse.org/request/show/667210
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cython?expand=0&rev=116
This commit is contained in:
Tomáš Chvátal
2019-01-20 09:17:18 +00:00
committed by Git OBS Bridge
parent 33519db3aa
commit e4c4fed7a1
6 changed files with 65 additions and 9 deletions

View File

@@ -1,3 +1,31 @@
-------------------------------------------------------------------
Sun Jan 20 04:34:42 UTC 2019 - Arun Persaud <arun@gmx.de>
- specfile:
* update copyright year
- update to version 0.29.3:
* Some C code for memoryviews was generated in a non-deterministic
order. Patch by Martijn van Steenbergen. (Github issue #2779)
* C89 compatibility was accidentally lost since 0.28. Patches by
gastineau and true-pasky. (Github issues #2778, #2801)
* A C compiler cast warning was resolved. Patch by Michael
Buesch. (Github issue #2774)
* An compilation failure with complex numbers under MSVC++ was
resolved. (Github issue #2797)
* Coverage reporting could fail when modules were moved around after
the build. Patch by Wenjun Si. (Github issue #2776)
- changes from version 0.29.2 :
* The code generated for deduplicated constants leaked some
references. (Github issue #2750)
* The declaration of sigismember() in libc.signal was
corrected. (Github issue #2756)
* Crashes in compiler and test runner were fixed. (Github issue
#2736, #2755)
* A C compiler warning about an invalid safety check was
resolved. (Github issue #2731)
-------------------------------------------------------------------
Thu Dec 6 09:45:54 UTC 2018 - ncutler@suse.com