Changelog for
python39-cairocffi-1.3.0-qubes.3.72.noarch.rpm :
* Tue Jan 04 2022 Matej Cepl
- Fix location of fduped directories
* Wed Oct 13 2021 Michael Vetter - Update to 1.3.0:
* 2cd512d: Drop Python 3.6 support
* #196: Fix import constants.py import
* #169: Add extra library name \"cairo-2.dll\"
* #178: Workaround for testing date string with cairo 1.17.4
* #186: Fix link in documentation
* #195: Fix typo in documentation
* #184, a4fc2a7: Clean .gitignore
* Sat Feb 13 2021 Ben Greiner - Don\'t test the optional numpy support on python36 flavor, because due to NEP 29, python36-numpy is removed from TW
* Mon Dec 07 2020 Benjamin Greiner - 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
* Fri Oct 30 2020 Michael Vetter - 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
* Mon Sep 09 2019 mvetterAATTsuse.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
* Wed Jul 31 2019 pgajdosAATTsuse.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
* Fri Jan 25 2019 mvetterAATTsuse.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 04 2018 Matej Cepl - Remove superfluous devel dependency for noarch package
* Fri Jul 13 2018 arunAATTgmx.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