Accepting request 612611 from home:apersaud:branches:devel:languages:python
update to latest version OBS-URL: https://build.opensuse.org/request/show/612611 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cython?expand=0&rev=104
This commit is contained in:
parent
5fe8d1ca06
commit
e9564b4f98
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:634e2f10fc8d026c633cffacb45cd8f4582149fa68e1428124e762dbc566e68a
|
|
||||||
size 1878797
|
|
3
Cython-0.28.3.tar.gz
Normal file
3
Cython-0.28.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1aae6d6e9858888144cea147eb5e677830f45faaff3d305d77378c3cba55f526
|
||||||
|
size 1880324
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun May 27 16:30:35 UTC 2018 - arun@gmx.de
|
||||||
|
|
||||||
|
- update to version 0.28.3:
|
||||||
|
* Set iteration was broken in non-CPython since 0.28.
|
||||||
|
* UnicodeEncodeError in Py2 when %s formatting is optimised for
|
||||||
|
unicode strings. (Github issue #2276)
|
||||||
|
* Work around a crash bug in g++ 4.4.x by disabling the size
|
||||||
|
reduction setting of the module init function in this
|
||||||
|
version. (Github issue #2235)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 18 02:15:50 UTC 2018 - toddrme2178@gmail.com
|
Wed Apr 18 02:15:50 UTC 2018 - toddrme2178@gmail.com
|
||||||
|
|
||||||
|
@ -20,12 +20,12 @@
|
|||||||
# 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.2
|
Version: 0.28.3
|
||||||
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: Documentation/Other
|
Group: Documentation/Other
|
||||||
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
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun May 27 16:30:35 UTC 2018 - arun@gmx.de
|
||||||
|
|
||||||
|
- update to version 0.28.3:
|
||||||
|
* Set iteration was broken in non-CPython since 0.28.
|
||||||
|
* UnicodeEncodeError in Py2 when %s formatting is optimised for
|
||||||
|
unicode strings. (Github issue #2276)
|
||||||
|
* Work around a crash bug in g++ 4.4.x by disabling the size
|
||||||
|
reduction setting of the module init function in this
|
||||||
|
version. (Github issue #2235)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 18 02:15:50 UTC 2018 - toddrme2178@gmail.com
|
Wed Apr 18 02:15:50 UTC 2018 - toddrme2178@gmail.com
|
||||||
|
|
||||||
|
@ -19,12 +19,12 @@
|
|||||||
%{?!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.2
|
Version: 0.28.3
|
||||||
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
|
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
|
||||||
BuildRequires: %{python_module devel}
|
BuildRequires: %{python_module devel}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user