From fdf5474d44c4b8259ddbc0773cde8b357a574995ee50cb285e602d1c57927ee1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 9 Sep 2019 07:50:57 +0000 Subject: [PATCH] Accepting request 729341 from home:jubalh:branches:devel:languages:python - Update to 1.1.0: * #135, #127, #119: Clean the way external libraries are found * #126: Remove const char* elements from cdef * Support Cairo features up to 1.17.2 * Fix documentation generation OBS-URL: https://build.opensuse.org/request/show/729341 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cairocffi?expand=0&rev=30 --- cairocffi-1.0.2.tar.gz | 3 --- cairocffi-1.1.0.tar.gz | 3 +++ python-cairocffi.changes | 9 +++++++++ python-cairocffi.spec | 4 ++-- 4 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 cairocffi-1.0.2.tar.gz create mode 100644 cairocffi-1.1.0.tar.gz diff --git a/cairocffi-1.0.2.tar.gz b/cairocffi-1.0.2.tar.gz deleted file mode 100644 index f50d9ba..0000000 --- a/cairocffi-1.0.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:01ac51ae12c4324ca5809ce270f9dd1b67f5166fe63bd3e497e9ea3ca91946ff -size 68537 diff --git a/cairocffi-1.1.0.tar.gz b/cairocffi-1.1.0.tar.gz new file mode 100644 index 0000000..22b848b --- /dev/null +++ b/cairocffi-1.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1c0c5878f74ac9ccb5d48b2601fcc75390c881ce476e79f4cfedd288b1b05db +size 68744 diff --git a/python-cairocffi.changes b/python-cairocffi.changes index aad3468..29033ae 100644 --- a/python-cairocffi.changes +++ b/python-cairocffi.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Sep 9 07:41:31 UTC 2019 - mvetter@suse.com + +- Update to 1.1.0: + * #135, #127, #119: Clean the way external libraries are found + * #126: Remove const char* elements from cdef + * Support Cairo features up to 1.17.2 + * Fix documentation generation + ------------------------------------------------------------------- Wed Jul 31 12:12:15 UTC 2019 - pgajdos@suse.com diff --git a/python-cairocffi.spec b/python-cairocffi.spec index 9ac8368..48aa388 100644 --- a/python-cairocffi.spec +++ b/python-cairocffi.spec @@ -12,14 +12,14 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-cairocffi -Version: 1.0.2 +Version: 1.1.0 Release: 0 Summary: Python cairo bindings based on cffi License: BSD-3-Clause