diff --git a/cairocffi-0.8.1.tar.gz b/cairocffi-0.8.1.tar.gz deleted file mode 100644 index 29d4ee7..0000000 --- a/cairocffi-0.8.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:47eb1c53d15041dda983e0004b249123bb18edb10dbff3742d039fedd41e6778 -size 79436 diff --git a/cairocffi-0.9.0.tar.gz b/cairocffi-0.9.0.tar.gz new file mode 100644 index 0000000..b4b2011 --- /dev/null +++ b/cairocffi-0.9.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15386c3a9e08823d6826c4491eaccc7b7254b1dc587a3b9ce60c350c3f990337 +size 84652 diff --git a/python-cairocffi.changes b/python-cairocffi.changes index 7ddd16b..df84e74 100644 --- a/python-cairocffi.changes +++ b/python-cairocffi.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Fri Jan 25 10:10:32 UTC 2019 - mvetter@suse.com + +- Update to 0.9.0: + * Drop Python 3.2 and 3.3 support + * Test with PyPy and PyPy3 + * Fix test compatibility with Cairo 1.15.12 + * Add cairo library name from PyGObject for Windows + * Fix pango_example.py + * Fix crash with xbc tests + * Clean documentation + * Support Cairo features up to 1.15.12 + ------------------------------------------------------------------- Tue Dec 4 12:46:25 UTC 2018 - Matej Cepl diff --git a/python-cairocffi.spec b/python-cairocffi.spec index d1e82f2..c648099 100644 --- a/python-cairocffi.spec +++ b/python-cairocffi.spec @@ -1,7 +1,7 @@ # # spec file for package python-cairocffi # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,23 +12,24 @@ # 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-%{**}} Name: python-cairocffi -Version: 0.8.1 +Version: 0.9.0 Release: 0 Summary: Python cairo bindings based on cffi License: BSD-3-Clause Group: Development/Languages/Python URL: https://github.com/SimonSapin/cairocffi Source: https://files.pythonhosted.org/packages/source/c/cairocffi/cairocffi-%{version}.tar.gz -BuildRequires: %{python_module cffi >= 0.6} +BuildRequires: %{python_module cffi >= 1.1.0} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module xcffib >= 0.3.2} BuildRequires: cairo +BuildRequires: fdupes BuildRequires: gdk-pixbuf BuildRequires: python-rpm-macros Requires: cairo @@ -66,6 +67,7 @@ This package provides the optional gdk-pixbuf image loader module. %install %python_install +%python_expand %fdupes %{buildroot}%{$python_sitearch} %files %{python_files} %license LICENSE