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 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2ac187ff998a95abb7fae452b5178f91e1a713698c9ced89836c94e6b1d3f41e
size 2041500

3
Cython-0.29.3.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d687fb1cd9df28c1515666174c62e54bd894a6a6d0862f89705063cd47739f83
size 2042466

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 Jan 17 18:03:57 UTC 2019 - Todd R <toddrme2178@gmail.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package python-Cython-doc
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@ -20,7 +20,7 @@
# Tests currently fail randomly in OBS multiple local rund do not trigger them
%bcond_with test
Name: python-Cython-doc
Version: 0.29.2
Version: 0.29.3
Release: 0
Summary: The Cython compiler for writing C extensions for the Python language
License: Apache-2.0

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

View File

@ -1,7 +1,7 @@
#
# spec file for package python-Cython
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -12,14 +12,14 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define oldpython python
Name: python-Cython
Version: 0.29.2
Version: 0.29.3
Release: 0
Summary: The Cython compiler for writing C extensions for the Python language
License: Apache-2.0