1
0

Accepting request 622500 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/622500
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cairocffi?expand=0&rev=10
This commit is contained in:
Dominique Leuenberger 2018-07-14 18:25:30 +00:00 committed by Git OBS Bridge
commit 201bffcde6
4 changed files with 15 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:65f21e6786e2b255ab1d3fda53a365a3565bb1808cabbbe59d99a797c61d3545
size 79217

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

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Jul 13 15:54:02 UTC 2018 - arun@gmx.de
- update to version 0.8.1:
* Add cairo library name provided by pygobjectwin32
* Update docstrings to list width and height params
* Add width and height options to decode_to_image_surface
-------------------------------------------------------------------
Fri Jan 26 21:07:25 UTC 2018 - petr@cervinka.net

View File

@ -18,12 +18,12 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-cairocffi
Version: 0.8.0
Version: 0.8.1
Release: 0
Summary: Python cairo bindings based on cffi
License: BSD-3-Clause
Group: Development/Languages/Python
Url: https://github.com/SimonSapin/cairocffi
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 devel}
@ -69,7 +69,8 @@ This package provides the optional gdk-pixbuf image loader module.
%python_install
%files %{python_files}
%doc LICENSE CHANGES README.rst
%license LICENSE
%doc CHANGES README.rst
%{python_sitelib}/cairocffi-%{version}-py*.egg-info
%{python_sitelib}/cairocffi/
%exclude %{python_sitelib}/cairocffi/test_pixbuf.py*