diff --git a/freetype-py-2.4.0.zip b/freetype-py-2.4.0.zip deleted file mode 100644 index 02ff2cd..0000000 --- a/freetype-py-2.4.0.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8ad81195d2f8f339aba61700cebfbd77defad149c51f59b75a2a5e37833ae12e -size 832493 diff --git a/freetype-py-2.5.1.zip b/freetype-py-2.5.1.zip new file mode 100644 index 0000000..7e578d2 --- /dev/null +++ b/freetype-py-2.5.1.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfe2686a174d0dd3d71a9d8ee9bf6a2c23f5872385cf8ce9f24af83d076e2fbd +size 851738 diff --git a/python-freetype-py.changes b/python-freetype-py.changes index d19e7db..f3ad8fa 100644 --- a/python-freetype-py.changes +++ b/python-freetype-py.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Sun Sep 29 20:02:00 UTC 2024 - Dirk Müller + +- update to 2.5.1: + * fix binary wheel pypi upload in v2.5.0. +- update to 2.5.0: + * Add missing build-backend to pyproject.toml + * freetype.Face.__del__: check first if FT_Face_Done has been + set to None + * Ot svg support + * Google font ot svg update + * Basic colrv1 support + * Fix PyInstaller hook + * use custom PEP517 build backend to require cmake + conditionally + * Update to latest freetype and harfbuzz + * Fix wrong enum name in Face.get_fstype() + * Ft encoding fix + * API for Unicode Variation Sequences, from + https://freetype.org/freety… + * Fix bbox calculation in hello-world example + * Trusted publisher fix + ------------------------------------------------------------------- Thu Jan 4 16:14:59 UTC 2024 - Matej Cepl diff --git a/python-freetype-py.spec b/python-freetype-py.spec index a93ac57..f3a2838 100644 --- a/python-freetype-py.spec +++ b/python-freetype-py.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-freetype-py -Version: 2.4.0 +Version: 2.5.1 Release: 0 Summary: Freetype python bindings License: BSD-3-Clause