From fd92156b1e909bc74f88508451aa6e84aca0002c31aec288207ed95a46e4749c Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 29 Sep 2024 20:03:22 +0000 Subject: [PATCH] =?UTF-8?q?-=20update=20to=202.5.1:=20=20=20*=20fix=20bina?= =?UTF-8?q?ry=20wheel=20pypi=20upload=20in=20v2.5.0.=20-=20update=20to=202?= =?UTF-8?q?.5.0:=20=20=20*=20Add=20missing=20build-backend=20to=20pyprojec?= =?UTF-8?q?t.toml=20=20=20*=20freetype.Face.=5F=5Fdel=5F=5F:=20check=20fir?= =?UTF-8?q?st=20if=20FT=5FFace=5FDone=20has=20been=20=20=20=20=20set=20to?= =?UTF-8?q?=20None=20=20=20*=20Ot=20svg=20support=20=20=20*=20Google=20fon?= =?UTF-8?q?t=20ot=20svg=20update=20=20=20*=20Basic=20colrv1=20support=20?= =?UTF-8?q?=20=20*=20Fix=20PyInstaller=20hook=20=20=20*=20use=20custom=20P?= =?UTF-8?q?EP517=20build=20backend=20to=20require=20cmake=20=20=20=20=20co?= =?UTF-8?q?nditionally=20=20=20*=20Update=20to=20latest=20freetype=20and?= =?UTF-8?q?=20harfbuzz=20=20=20*=20Fix=20wrong=20enum=20name=20in=20Face.g?= =?UTF-8?q?et=5Ffstype()=20=20=20*=20Ft=20encoding=20fix=20=20=20*=20API?= =?UTF-8?q?=20for=20Unicode=20Variation=20Sequences,=20from=20=20=20=20=20?= =?UTF-8?q?https://freetype.org/freety=E2=80=A6=20=20=20*=20Fix=20bbox=20c?= =?UTF-8?q?alculation=20in=20hello-world=20example=20=20=20*=20Trusted=20p?= =?UTF-8?q?ublisher=20fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-freetype-py?expand=0&rev=19 --- freetype-py-2.4.0.zip | 3 --- freetype-py-2.5.1.zip | 3 +++ python-freetype-py.changes | 23 +++++++++++++++++++++++ python-freetype-py.spec | 2 +- 4 files changed, 27 insertions(+), 4 deletions(-) delete mode 100644 freetype-py-2.4.0.zip create mode 100644 freetype-py-2.5.1.zip 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