Accepting request 304461 from home:benoit_monin:branches:devel:languages:python

- update to version 0.6
- add Group field to subpackage python-cairocffi-pixbuf

OBS-URL: https://build.opensuse.org/request/show/304461
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cairocffi?expand=0&rev=11
This commit is contained in:
Denisart Benjamin 2015-04-28 21:30:15 +00:00 committed by Git OBS Bridge
parent 3d5c80e9a1
commit 82015fae39
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:f1dc2b6e4638aee4015649eb5379ee745211fc4bd703626df255cb8439e716ff
size 71232

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

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Apr 28 21:13:22 UTC 2015 - benoit.monin@gmx.fr
- update to version 0.6:
* #39 Add :class:xcb.XCBSurface.
* #42 Add :class:Win32PrintingSurface.
- add Group field to subpackage python-cairocffi-pixbuf
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Sep 10 09:27:47 UTC 2014 - toddrme2178@gmail.com Wed Sep 10 09:27:47 UTC 2014 - toddrme2178@gmail.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package python-cairocffi # spec file for package python-cairocffi
# #
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: python-cairocffi Name: python-cairocffi
Version: 0.5.4 Version: 0.6
Release: 0 Release: 0
Summary: Python cairo bindings based on cffi Summary: Python cairo bindings based on cffi
License: BSD-3-Clause License: BSD-3-Clause
@ -46,8 +46,9 @@ including image buffers, PNG, PostScript, PDF, and SVG file output.
%package pixbuf %package pixbuf
Summary: Python cairo bindings based on cffi - pixbuf image loader Summary: Python cairo bindings based on cffi - pixbuf image loader
Requires: gdk-pixbuf Group: Development/Languages/Python
Requires: %{name} = %{version} Requires: %{name} = %{version}
Requires: gdk-pixbuf
%description pixbuf %description pixbuf
cairocffi is a CFFI-based drop-in replacement for Pycairo, cairocffi is a CFFI-based drop-in replacement for Pycairo,