forked from pool/python-Cython
Accepting request 749066 from home:apersaud:branches:devel:languages:python
update to latest version OBS-URL: https://build.opensuse.org/request/show/749066 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cython?expand=0&rev=133
This commit is contained in:
parent
ffe6501201
commit
bb0ba6f5ac
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c29d069a4a30f472482343c866f7486731ad638ef9af92bfe5fca9c7323d638e
|
|
||||||
size 2051189
|
|
3
Cython-0.29.14.tar.gz
Normal file
3
Cython-0.29.14.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e4d6bb8703d0319eb04b7319b12ea41580df44fd84d83ccda13ea463c6801414
|
||||||
|
size 2053456
|
@ -1,3 +1,32 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Nov 16 16:44:06 UTC 2019 - Arun Persaud <arun@gmx.de>
|
||||||
|
|
||||||
|
- update to version 0.29.14:
|
||||||
|
* Bugs fixed
|
||||||
|
+ The generated code failed to initialise the tp_print slot in
|
||||||
|
CPython 3.8. Patches by Pablo Galindo and Orivej Desh (Github
|
||||||
|
issues #3171, #3201).
|
||||||
|
+ ? for bool was missing from the supported NumPy dtypes. Patch by
|
||||||
|
Max Klein. (Github issue #2675)
|
||||||
|
+ await was not allowed inside of f-strings. Patch by Dmitro
|
||||||
|
Getz. (Github issue #2877)
|
||||||
|
+ Coverage analysis failed for projects where the code resides in
|
||||||
|
separate source sub-directories. Patch by Antonio
|
||||||
|
Valentino. (Github issue #1985)
|
||||||
|
+ An incorrect compiler warning was fixed in automatic C++ string
|
||||||
|
conversions. Patch by Gerion Entrup. (Github issue #3108)
|
||||||
|
+ Error reports in the Jupyter notebook showed unhelpful stack
|
||||||
|
traces. Patch by Matthew Edwards (Github issue #3196).
|
||||||
|
+ Python.h is now also included explicitly from public header
|
||||||
|
files. (Github issue #3133).
|
||||||
|
+ Distutils builds with --parallel did not work when using
|
||||||
|
Cython's deprecated build_ext command. Patch by Alphadelta14
|
||||||
|
(Github issue #3187).
|
||||||
|
* Other changes
|
||||||
|
+ The PyMemoryView_*() C-API is available in
|
||||||
|
cpython.memoryview. Patch by Nathan Manville. (Github issue
|
||||||
|
#2541)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jul 26 17:36:50 CEST 2019 - Matej Cepl <mcepl@suse.com>
|
Fri Jul 26 17:36:50 CEST 2019 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
@ -19,11 +19,10 @@
|
|||||||
%{?!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.13
|
Version: 0.29.14
|
||||||
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
|
||||||
Group: Development/Languages/Python
|
|
||||||
URL: http://www.cython.org
|
URL: http://www.cython.org
|
||||||
Source: https://files.pythonhosted.org/packages/source/C/Cython/Cython-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/C/Cython/Cython-%{version}.tar.gz
|
||||||
Source1: python-Cython-rpmlintrc
|
Source1: python-Cython-rpmlintrc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user