Accepting request 668596 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/668596
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cairocffi?expand=0&rev=12
This commit is contained in:
Dominique Leuenberger 2019-02-15 08:55:09 +00:00 committed by Git OBS Bridge
commit 5bd34fb250
4 changed files with 22 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:47eb1c53d15041dda983e0004b249123bb18edb10dbff3742d039fedd41e6778
size 79436

3
cairocffi-0.9.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:15386c3a9e08823d6826c4491eaccc7b7254b1dc587a3b9ce60c350c3f990337
size 84652

View File

@ -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 <mcepl@suse.com>

View File

@ -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