Releases: leifgehrmann/pangocairocffi
Releases · leifgehrmann/pangocairocffi
v0.7.0
v0.6.0
v0.5.0
v0.4.0
Breaking Changes
- C-FFI bindings are now generated at runtime, rather than at installation. This was done to avoid common installation issues like
ModuleNotFoundError: No module named 'pangocairocffi._generated'
. This change does mean the bindings are re-compiled the first timeimport pangocairocffi
is called in a python session, but it takes less than a second to do this. If there are any issues with this change, please raise an issue in the issue tracker. #17 - pangocairocffi now depends on pangocffi v0.8.0. Older versions are not compatible. #17
- Support for Python 3.5 has been dropped because it has reached end-of-life. #18
v0.3.2
v0.3.1
v0.3.0
v0.2.6
Bug fixes
include_package_data
andzip_safe
needed to be set in setup.cfg.
v0.2.5
Bug Fixes
- setuptools apparently does not follow the
package_data
rule. AMANIFEST.in
file has been added to fix this. (see https://stackoverflow.com/a/14159430)
v0.2.4
Bug Fixes
ffi_pango.py
still was not being installed correctly. So now rather than relying on the file being generated, the file exists hardcoded in the repository.