diff --git a/Cython-0.29.2.tar.gz b/Cython-0.29.2.tar.gz deleted file mode 100644 index e6cab51..0000000 --- a/Cython-0.29.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2ac187ff998a95abb7fae452b5178f91e1a713698c9ced89836c94e6b1d3f41e -size 2041500 diff --git a/Cython-0.29.3.tar.gz b/Cython-0.29.3.tar.gz new file mode 100644 index 0000000..48a453c --- /dev/null +++ b/Cython-0.29.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d687fb1cd9df28c1515666174c62e54bd894a6a6d0862f89705063cd47739f83 +size 2042466 diff --git a/python-Cython-doc.changes b/python-Cython-doc.changes index b66e228..1d0b362 100644 --- a/python-Cython-doc.changes +++ b/python-Cython-doc.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Sun Jan 20 04:34:42 UTC 2019 - Arun Persaud + +- 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 diff --git a/python-Cython-doc.spec b/python-Cython-doc.spec index 1e1e140..2a64fdb 100644 --- a/python-Cython-doc.spec +++ b/python-Cython-doc.spec @@ -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 diff --git a/python-Cython.changes b/python-Cython.changes index 43145f5..9082025 100644 --- a/python-Cython.changes +++ b/python-Cython.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Sun Jan 20 04:34:42 UTC 2019 - Arun Persaud + +- 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 diff --git a/python-Cython.spec b/python-Cython.spec index 643fdc8..9c39cb4 100644 --- a/python-Cython.spec +++ b/python-Cython.spec @@ -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