Accepting request 713761 from home:apersaud:branches:devel:languages:python
update to latest version OBS-URL: https://build.opensuse.org/request/show/713761 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cython?expand=0&rev=129
This commit is contained in:
parent
0675101280
commit
4e962cd503
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:26229570d6787ff3caa932fe9d802960f51a89239b990d275ae845405ce43857
|
|
||||||
size 2049468
|
|
3
Cython-0.29.11.tar.gz
Normal file
3
Cython-0.29.11.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:763a522cc5d1673ba7a4092c0914790f11704b1d4c41e2671e50d0f702a8c6a0
|
||||||
|
size 2050170
|
@ -1,3 +1,25 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jul 6 21:26:09 UTC 2019 - Arun Persaud <arun@gmx.de>
|
||||||
|
|
||||||
|
- update to version 0.29.11:
|
||||||
|
* Bugs fixed
|
||||||
|
+ Fix compile error in CPython 3.8b2 regarding the PyCode_New()
|
||||||
|
signature. Patch by Nick Coghlan. (Github issue #3009)
|
||||||
|
+ Invalid C code generated for lambda functions in cdef
|
||||||
|
methods. Patch by Josh Tobin. (Github issue #2967)
|
||||||
|
+ Support slice handling in newer Pythran versions. Patch by Serge
|
||||||
|
Guelton. (Github issue #2989)
|
||||||
|
+ A reference leak in power-of-2 calculation was fixed. Patch by
|
||||||
|
Sebastian Berg. (Github issue #3022)
|
||||||
|
+ The search order for include files was changed. Previously it
|
||||||
|
was include_directories, Cython/Includes, sys.path. Now it is
|
||||||
|
include_directories, sys.path, Cython/Includes. This was done to
|
||||||
|
allow third-party *.pxd files to override the ones in
|
||||||
|
Cython. Original patch by Matti Picus. (Github issue #2905)
|
||||||
|
+ Setting language_level=2 in a file did not work if
|
||||||
|
language_level=3 was enabled globally before. Patch by Jeroen
|
||||||
|
Demeyer. (Github issue #2791)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jun 12 09:42:55 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
Wed Jun 12 09:42:55 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%define oldpython python
|
%define oldpython python
|
||||||
Name: python-Cython
|
Name: python-Cython
|
||||||
Version: 0.29.10
|
Version: 0.29.11
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: The Cython compiler for writing C extensions for the Python language
|
Summary: The Cython compiler for writing C extensions for the Python language
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user