Accepting request 1204580 from devel:languages:python

- 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

OBS-URL: https://build.opensuse.org/request/show/1204580
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-freetype-py?expand=0&rev=9
This commit is contained in:
Ana Guerrero 2024-09-30 13:40:23 +00:00 committed by Git OBS Bridge
commit 84c8fce924
4 changed files with 27 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8ad81195d2f8f339aba61700cebfbd77defad149c51f59b75a2a5e37833ae12e
size 832493

3
freetype-py-2.5.1.zip Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cfe2686a174d0dd3d71a9d8ee9bf6a2c23f5872385cf8ce9f24af83d076e2fbd
size 851738

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Sun Sep 29 20:02:00 UTC 2024 - Dirk Müller <dmueller@suse.com>
- 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 <mcepl@cepl.eu>

View File

@ -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