From ccfa3a1bcb7476a4b0572228de11550c47ab43af252d5680449a72dc3e7f2eb9 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 12 Feb 2021 20:15:24 +0000 Subject: [PATCH] - update to 1.14.5: * Source fix for old gcc versions OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cffi?expand=0&rev=79 --- cffi-1.14.4.tar.gz | 3 --- cffi-1.14.5.tar.gz | 3 +++ python-cffi.changes | 6 ++++++ python-cffi.spec | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 cffi-1.14.4.tar.gz create mode 100644 cffi-1.14.5.tar.gz diff --git a/cffi-1.14.4.tar.gz b/cffi-1.14.4.tar.gz deleted file mode 100644 index 3eca86a..0000000 --- a/cffi-1.14.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1a465cbe98a7fd391d47dce4b8f7e5b921e6cd805ef421d04f5f66ba8f06086c -size 471302 diff --git a/cffi-1.14.5.tar.gz b/cffi-1.14.5.tar.gz new file mode 100644 index 0000000..021c80c --- /dev/null +++ b/cffi-1.14.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd78e5fee591709f32ef6edb9a015b4aa1a5022598e36227500c8f4e02328d9c +size 475055 diff --git a/python-cffi.changes b/python-cffi.changes index f967aa8..7a8dfda 100644 --- a/python-cffi.changes +++ b/python-cffi.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Feb 12 20:15:07 UTC 2021 - Dirk Müller + +- update to 1.14.5: + * Source fix for old gcc versions + ------------------------------------------------------------------- Sat Dec 19 10:46:36 UTC 2020 - Dirk Müller diff --git a/python-cffi.spec b/python-cffi.spec index cc35418..c7bf8d9 100644 --- a/python-cffi.spec +++ b/python-cffi.spec @@ -1,7 +1,7 @@ # # spec file for package python-cffi # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-cffi -Version: 1.14.4 +Version: 1.14.5 Release: 0 Summary: Foreign Function Interface for Python calling C code License: MIT