From b0ac7a12851bb7af70828557adf03091dedf992fb148d24afd0ea155e2502509 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Thu, 20 Aug 2020 12:14:15 +0000 Subject: [PATCH] - update to 1.14.2 * CPython 3 on Windows: we again try to compile with Py_LIMITED_API by default OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cffi?expand=0&rev=73 --- cffi-1.14.1.tar.gz | 3 --- cffi-1.14.2.tar.gz | 3 +++ python-cffi.changes | 6 ++++++ python-cffi.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 cffi-1.14.1.tar.gz create mode 100644 cffi-1.14.2.tar.gz diff --git a/cffi-1.14.1.tar.gz b/cffi-1.14.1.tar.gz deleted file mode 100644 index b8057f4..0000000 --- a/cffi-1.14.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b2a2b0d276a136146e012154baefaea2758ef1f56ae9f4e01c612b0831e0bd2f -size 468070 diff --git a/cffi-1.14.2.tar.gz b/cffi-1.14.2.tar.gz new file mode 100644 index 0000000..757f161 --- /dev/null +++ b/cffi-1.14.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae8f34d50af2c2154035984b8b5fc5d9ed63f32fe615646ab435b05b132ca91b +size 470737 diff --git a/python-cffi.changes b/python-cffi.changes index f45cc4f..ed915ee 100644 --- a/python-cffi.changes +++ b/python-cffi.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Aug 20 12:13:23 UTC 2020 - Ondřej Súkup + +- update to 1.14.2 + * CPython 3 on Windows: we again try to compile with Py_LIMITED_API by default + ------------------------------------------------------------------- Mon Aug 10 08:10:36 UTC 2020 - Dirk Mueller diff --git a/python-cffi.spec b/python-cffi.spec index d1f184d..e027734 100644 --- a/python-cffi.spec +++ b/python-cffi.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-cffi -Version: 1.14.1 +Version: 1.14.2 Release: 0 Summary: Foreign Function Interface for Python calling C code License: MIT