From 2f609cd28c646dcc464456ae89096c9fd4a5fa9eaab3765e275bc1455b761fd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 4 May 2020 07:49:30 +0000 Subject: [PATCH] Accepting request 799978 from home:jgrassler:branches:devel:languages:python - update to 0.29.17 * std::move() is now available from libcpp.utility. * The @cython.binding decorator is available in Python code. OBS-URL: https://build.opensuse.org/request/show/799978 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cython?expand=0&rev=139 --- Cython-0.29.16.tar.gz | 3 --- Cython-0.29.17.tar.gz | 3 +++ python-Cython.changes | 7 +++++++ python-Cython.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 Cython-0.29.16.tar.gz create mode 100644 Cython-0.29.17.tar.gz diff --git a/Cython-0.29.16.tar.gz b/Cython-0.29.16.tar.gz deleted file mode 100644 index ec39dc9..0000000 --- a/Cython-0.29.16.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:232755284f942cbb3b43a06cd85974ef3c970a021aef19b5243c03ee2b08fa05 -size 2058582 diff --git a/Cython-0.29.17.tar.gz b/Cython-0.29.17.tar.gz new file mode 100644 index 0000000..f1f195f --- /dev/null +++ b/Cython-0.29.17.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6361588cb1d82875bcfbad83d7dd66c442099759f895cf547995f00601f9caf2 +size 2060265 diff --git a/python-Cython.changes b/python-Cython.changes index ec42af9..7542146 100644 --- a/python-Cython.changes +++ b/python-Cython.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon May 4 07:29:52 UTC 2020 - Johannes Grassler + +- update to 0.29.17 + * std::move() is now available from libcpp.utility. + * The @cython.binding decorator is available in Python code. + ------------------------------------------------------------------- Fri Apr 17 08:10:03 UTC 2020 - Marketa Calabkova diff --git a/python-Cython.spec b/python-Cython.spec index 375cd2d..8257635 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.16 +Version: 0.29.17 Release: 0 Summary: The Cython compiler for writing C extensions for the Python language License: Apache-2.0