From c458b3497f699506efd667db2a8413b8657f95162687fb2cacb5b3776dd6b12d Mon Sep 17 00:00:00 2001 From: Todd R Date: Wed, 6 Feb 2019 00:45:58 +0000 Subject: [PATCH] Accepting request 671991 from home:TheBlackCat:branches:devel:languages:python - Update to 0.29.4 * Division of numeric constants by a runtime value of 0 could fail to raise a ``ZeroDivisionError``. (Github issue #2820) - Update to 0.29.4 * Division of numeric constants by a runtime value of 0 could fail to raise a ``ZeroDivisionError``. (Github issue #2820) OBS-URL: https://build.opensuse.org/request/show/671991 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cython?expand=0&rev=118 --- Cython-0.29.3.tar.gz | 3 --- Cython-0.29.4.tar.gz | 3 +++ python-Cython-doc.changes | 7 +++++++ python-Cython-doc.spec | 2 +- python-Cython.changes | 7 +++++++ python-Cython.spec | 2 +- 6 files changed, 19 insertions(+), 5 deletions(-) delete mode 100644 Cython-0.29.3.tar.gz create mode 100644 Cython-0.29.4.tar.gz diff --git a/Cython-0.29.3.tar.gz b/Cython-0.29.3.tar.gz deleted file mode 100644 index 48a453c..0000000 --- a/Cython-0.29.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d687fb1cd9df28c1515666174c62e54bd894a6a6d0862f89705063cd47739f83 -size 2042466 diff --git a/Cython-0.29.4.tar.gz b/Cython-0.29.4.tar.gz new file mode 100644 index 0000000..ad6ae30 --- /dev/null +++ b/Cython-0.29.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1ee3d39c73a094ae5b6e2f9263ae0dc61af1b549a0869ade8c3c30325ed9f26 +size 2044382 diff --git a/python-Cython-doc.changes b/python-Cython-doc.changes index 1d0b362..69baeec 100644 --- a/python-Cython-doc.changes +++ b/python-Cython-doc.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Feb 5 22:17:38 UTC 2019 - Todd R + +- Update to 0.29.4 + * Division of numeric constants by a runtime value of 0 could fail to raise a + ``ZeroDivisionError``. (Github issue #2820) + ------------------------------------------------------------------- Sun Jan 20 04:34:42 UTC 2019 - Arun Persaud diff --git a/python-Cython-doc.spec b/python-Cython-doc.spec index 2a64fdb..bc99240 100644 --- a/python-Cython-doc.spec +++ b/python-Cython-doc.spec @@ -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.3 +Version: 0.29.4 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 9082025..fac091f 100644 --- a/python-Cython.changes +++ b/python-Cython.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Feb 5 22:17:38 UTC 2019 - Todd R + +- Update to 0.29.4 + * Division of numeric constants by a runtime value of 0 could fail to raise a + ``ZeroDivisionError``. (Github issue #2820) + ------------------------------------------------------------------- Sun Jan 20 04:34:42 UTC 2019 - Arun Persaud diff --git a/python-Cython.spec b/python-Cython.spec index 9c39cb4..369882c 100644 --- a/python-Cython.spec +++ b/python-Cython.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define oldpython python Name: python-Cython -Version: 0.29.3 +Version: 0.29.4 Release: 0 Summary: The Cython compiler for writing C extensions for the Python language License: Apache-2.0