- 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
This commit is contained in:
Dirk Mueller 2021-02-12 20:15:24 +00:00 committed by Git OBS Bridge
parent 8a27de44e4
commit ccfa3a1bcb
4 changed files with 11 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1a465cbe98a7fd391d47dce4b8f7e5b921e6cd805ef421d04f5f66ba8f06086c
size 471302

3
cffi-1.14.5.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fd78e5fee591709f32ef6edb9a015b4aa1a5022598e36227500c8f4e02328d9c
size 475055

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Feb 12 20:15:07 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 1.14.5:
* Source fix for old gcc versions
-------------------------------------------------------------------
Sat Dec 19 10:46:36 UTC 2020 - Dirk Müller <dmueller@suse.com>

View File

@ -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