2021-02-14 00:06:19 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Feb 13 22:13:03 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
|
|
|
|
|
|
|
|
|
- Don't test the optional numpy support on python36 flavor,
|
|
|
|
|
because due to NEP 29, python36-numpy is removed from TW
|
|
|
|
|
|
2020-12-08 09:56:38 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Dec 7 12:34:39 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
|
|
|
|
|
|
|
|
|
|
- Replace obsolete pytest-runner with %pytest macro to avoid
|
|
|
|
|
pulling in _build directories of other flavors during testing
|
|
|
|
|
* gh#Kozea/cairocffi#171
|
|
|
|
|
* gh#openSUSE/python-rpm-macros#66
|
|
|
|
|
|
2020-10-30 12:50:47 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Oct 30 06:20:59 UTC 2020 - Michael Vetter <mvetter@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update to 1.2.0:
|
|
|
|
|
* #152: Add NumPy support
|
|
|
|
|
* #143: Make write_to_png function work on hardened systems
|
|
|
|
|
* #156: Use major version name to open shared libraries
|
|
|
|
|
* #165: Don’t list setuptools as required for installation
|
|
|
|
|
|
2019-09-09 07:50:57 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Sep 9 07:41:31 UTC 2019 - mvetter@suse.com
|
|
|
|
|
|
|
|
|
|
- Update to 1.1.0:
|
|
|
|
|
* #135, #127, #119: Clean the way external libraries are found
|
|
|
|
|
* #126: Remove const char* elements from cdef
|
|
|
|
|
* Support Cairo features up to 1.17.2
|
|
|
|
|
* Fix documentation generation
|
|
|
|
|
|
2019-01-25 11:11:14 +00:00
|
|
|
|
-------------------------------------------------------------------
|
2019-07-31 12:43:56 +00:00
|
|
|
|
Wed Jul 31 12:12:15 UTC 2019 - pgajdos@suse.com
|
|
|
|
|
|
|
|
|
|
- version update to 1.0.2
|
|
|
|
|
#123: Rely on a recent version of setuptools to handle VERSION
|
|
|
|
|
#120: Don't delete _generated modules on ffi_build import
|
|
|
|
|
Drop Python 2.6, 2.7 and 3.4 support
|
|
|
|
|
Test with Python 3.7
|
|
|
|
|
Clean code, tests and packaging
|
|
|
|
|
- do not build for python2
|
|
|
|
|
- run tests
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2019-01-25 11:11:14 +00:00
|
|
|
|
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
|
|
|
|
|
|
2018-12-04 13:18:33 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Dec 4 12:46:25 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
|
|
- Remove superfluous devel dependency for noarch package
|
|
|
|
|
|
2018-07-13 17:56:25 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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
|
|
|
|
|
|
2017-04-12 19:02:12 +00:00
|
|
|
|
-------------------------------------------------------------------
|
2018-01-27 10:36:37 +00:00
|
|
|
|
Fri Jan 26 21:07:25 UTC 2018 - petr@cervinka.net
|
|
|
|
|
|
|
|
|
|
- Add xcffib support
|
|
|
|
|
- Spec file cleaned
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2017-04-12 19:02:12 +00:00
|
|
|
|
Wed Apr 12 19:01:15 UTC 2017 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
|
|
- Fix download URL.
|
|
|
|
|
|
2017-04-12 17:45:02 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Apr 12 17:44:02 UTC 2017 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
|
|
- 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
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Oct 14 14:12:05 UTC 2016 - jmatejek@suse.com
|
|
|
|
|
|
|
|
|
|
- update for multipython build
|
|
|
|
|
|
2015-07-01 12:30:37 +00:00
|
|
|
|
-------------------------------------------------------------------
|
2016-02-01 11:16:01 +00:00
|
|
|
|
Mon Feb 1 11:08:43 UTC 2016 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
|
|
- 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.
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2015-07-01 12:30:37 +00:00
|
|
|
|
Wed Jul 1 12:30:10 UTC 2015 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
|
|
- Depend on cairo instead of cairo-tools
|
|
|
|
|
|
2015-04-28 21:30:15 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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
|
|
|
|
|
|
2014-09-10 09:35:32 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Sep 10 09:27:47 UTC 2014 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
|
|
- Require gdk-pixbuf instead of typelib(GdkPixbuf)
|
|
|
|
|
|
2014-08-27 11:26:50 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Aug 27 10:06:19 UTC 2014 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
|
|
- Split out optional gdk-pixbuf module.
|
|
|
|
|
This avoids a lot of gtk dependencies for the main package, and
|
|
|
|
|
is the recommended approach by upstream.
|
|
|
|
|
|
2014-08-26 13:24:32 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Aug 26 12:32:22 UTC 2014 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
|
|
- Initial version
|
|
|
|
|
|