AArch64 | |
ppc64le | |
s390x | |
x86-64 |
- Add xcffib support - Spec file cleaned
- Fix download URL.
- Update to version 0.8.0 * Follow semver * Avoid implicit relative import * Use utf-8 instead of utf8 in headers * Keep cairo library loaded until all relevant objects are freed * Add cairo_quartz_* functions for MacOS * Use the default ReadTheDocs theme * Fix implicit casts
- update for multipython build
- update to version 0.7.2: * Use ctypes.util.find_library with dlopen. * Fix loading of gdk_pixbuf library on Ubuntu - update to version 0.7.1: * Add a possible work-around for #64.
- Depend on cairo instead of cairo-tools
- update to version 0.6: * #39 Add :class:xcb.XCBSurface. * #42 Add :class:Win32PrintingSurface. - add Group field to subpackage python-cairocffi-pixbuf
- Require gdk-pixbuf instead of typelib(GdkPixbuf)
- Split out optional gdk-pixbuf module. This avoids a lot of gtk dependencies for the main package, and is the recommended approach by upstream.
- Initial version