From 8a27de44e462da584c8266d5d59216b6c3b6c2b1604e7789f6ac7ffe911e513d Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 19 Dec 2020 10:53:46 +0000 Subject: [PATCH] - update to 1.14.4: * no upstream changelog provided OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cffi?expand=0&rev=77 --- cffi-1.14.3.tar.gz | 3 --- cffi-1.14.4.tar.gz | 3 +++ python-cffi.changes | 6 ++++++ python-cffi.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 cffi-1.14.3.tar.gz create mode 100644 cffi-1.14.4.tar.gz diff --git a/cffi-1.14.3.tar.gz b/cffi-1.14.3.tar.gz deleted file mode 100644 index 41183f5..0000000 --- a/cffi-1.14.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f92f789e4f9241cd262ad7a555ca2c648a98178a953af117ef7fad46aa1d5591 -size 470804 diff --git a/cffi-1.14.4.tar.gz b/cffi-1.14.4.tar.gz new file mode 100644 index 0000000..3eca86a --- /dev/null +++ b/cffi-1.14.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a465cbe98a7fd391d47dce4b8f7e5b921e6cd805ef421d04f5f66ba8f06086c +size 471302 diff --git a/python-cffi.changes b/python-cffi.changes index 858aa2b..f967aa8 100644 --- a/python-cffi.changes +++ b/python-cffi.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Dec 19 10:46:36 UTC 2020 - Dirk Müller + +- update to 1.14.4: + * no upstream changelog provided + ------------------------------------------------------------------- Mon Sep 28 11:23:13 UTC 2020 - Dirk Mueller diff --git a/python-cffi.spec b/python-cffi.spec index 154fd7c..cc35418 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.3 +Version: 1.14.4 Release: 0 Summary: Foreign Function Interface for Python calling C code License: MIT