From eec0f391f1c9821cf5c80326470f5609ec907c21a18ea14d12e1bd02d2527cd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 15 Oct 2019 10:55:03 +0000 Subject: [PATCH] - Update to 1.13.0: * No changelog provided upstream OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cffi?expand=0&rev=65 --- cffi-1.12.3.tar.gz | 3 --- cffi-1.13.0.tar.gz | 3 +++ python-cffi.changes | 6 ++++++ python-cffi.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 cffi-1.12.3.tar.gz create mode 100644 cffi-1.13.0.tar.gz diff --git a/cffi-1.12.3.tar.gz b/cffi-1.12.3.tar.gz deleted file mode 100644 index d401ab2..0000000 --- a/cffi-1.12.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:041c81822e9f84b1d9c401182e174996f0bae9991f33725d059b771744290774 -size 456340 diff --git a/cffi-1.13.0.tar.gz b/cffi-1.13.0.tar.gz new file mode 100644 index 0000000..bd28aff --- /dev/null +++ b/cffi-1.13.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fe230f612c18af1df6f348d02d682fe2c28ca0a6c3856c99599cdacae7cf226 +size 459345 diff --git a/python-cffi.changes b/python-cffi.changes index 22fc47f..9cd1f81 100644 --- a/python-cffi.changes +++ b/python-cffi.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Oct 15 10:39:50 UTC 2019 - Tomáš Chvátal + +- Update to 1.13.0: + * No changelog provided upstream + ------------------------------------------------------------------- Tue Apr 30 19:42:59 UTC 2019 - Todd R diff --git a/python-cffi.spec b/python-cffi.spec index a10a393..14ee4a7 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.12.3 +Version: 1.13.0 Release: 0 Summary: Foreign Function Interface for Python calling C code License: MIT