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:
commit
7e476f2deb
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:76ac2b08d3d956d77b574bb43cbf1d37bd58b9d50c04ba281303e695854ebc46
|
|
||||||
size 1880943
|
|
3
Cython-0.28.5.tar.gz
Normal file
3
Cython-0.28.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b64575241f64f6ec005a4d4137339fb0ba5e156e826db2fdb5f458060d9979e0
|
||||||
|
size 1881107
|
@ -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
|
Thu Jul 12 03:33:30 UTC 2018 - arun@gmx.de
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
# Tests currently fail randomly in OBS multiple local rund do not trigger them
|
# Tests currently fail randomly in OBS multiple local rund do not trigger them
|
||||||
%bcond_with test
|
%bcond_with test
|
||||||
Name: python-Cython-doc
|
Name: python-Cython-doc
|
||||||
Version: 0.28.4
|
Version: 0.28.5
|
||||||
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
|
||||||
|
@ -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
|
Thu Jul 12 03:33:30 UTC 2018 - arun@gmx.de
|
||||||
|
|
||||||
|
@ -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.28.4
|
Version: 0.28.5
|
||||||
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