From e70ee5ff189787b66140d8e7587e4748c406df14bb018120c82bd0713ef93f49 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 28 Sep 2020 11:39:21 +0000 Subject: [PATCH] - update to 1.14.3: * no upstream changelog provided OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cffi?expand=0&rev=75 --- cffi-1.14.2.tar.gz | 3 --- cffi-1.14.3.tar.gz | 3 +++ python-cffi.changes | 6 ++++++ python-cffi.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 cffi-1.14.2.tar.gz create mode 100644 cffi-1.14.3.tar.gz diff --git a/cffi-1.14.2.tar.gz b/cffi-1.14.2.tar.gz deleted file mode 100644 index 757f161..0000000 --- a/cffi-1.14.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ae8f34d50af2c2154035984b8b5fc5d9ed63f32fe615646ab435b05b132ca91b -size 470737 diff --git a/cffi-1.14.3.tar.gz b/cffi-1.14.3.tar.gz new file mode 100644 index 0000000..41183f5 --- /dev/null +++ b/cffi-1.14.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f92f789e4f9241cd262ad7a555ca2c648a98178a953af117ef7fad46aa1d5591 +size 470804 diff --git a/python-cffi.changes b/python-cffi.changes index ed915ee..858aa2b 100644 --- a/python-cffi.changes +++ b/python-cffi.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Sep 28 11:23:13 UTC 2020 - Dirk Mueller + +- update to 1.14.3: + * no upstream changelog provided + ------------------------------------------------------------------- Thu Aug 20 12:13:23 UTC 2020 - Ondřej Súkup diff --git a/python-cffi.spec b/python-cffi.spec index e027734..154fd7c 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.2 +Version: 1.14.3 Release: 0 Summary: Foreign Function Interface for Python calling C code License: MIT