From 53a32503695a4a28327356d1f4f3e31951076ea9102cda3d15a81cce0fc3c402 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 24 Feb 2025 10:46:06 +0000 Subject: [PATCH] - update to 0.45.0: * No longer require building HarfBuzz with experimental APIs enabled * Add missing license files for some test fonts - update to 0.44.0: * Bind hb_face_count API as Face.count * Bind hb_style_get_value API as Font.get_style_value() * Bind hb_face_reference_table API as Face.reference_table() * Fix Blob.__len__() for blobs created from C pointers - update to 0.43.0: * Support hb-ot-name APIs OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-uharfbuzz?expand=0&rev=7 --- python-uharfbuzz.changes | 15 +++++++++++++++ python-uharfbuzz.spec | 4 ++-- uharfbuzz-0.42.0.tar.gz | 3 --- uharfbuzz-0.45.0.tar.gz | 3 +++ 4 files changed, 20 insertions(+), 5 deletions(-) delete mode 100644 uharfbuzz-0.42.0.tar.gz create mode 100644 uharfbuzz-0.45.0.tar.gz diff --git a/python-uharfbuzz.changes b/python-uharfbuzz.changes index f03058e..b52a2b2 100644 --- a/python-uharfbuzz.changes +++ b/python-uharfbuzz.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Mon Feb 24 10:45:49 UTC 2025 - Dirk Müller + +- update to 0.45.0: + * No longer require building HarfBuzz with experimental APIs + enabled + * Add missing license files for some test fonts +- update to 0.44.0: + * Bind hb_face_count API as Face.count + * Bind hb_style_get_value API as Font.get_style_value() + * Bind hb_face_reference_table API as Face.reference_table() + * Fix Blob.__len__() for blobs created from C pointers +- update to 0.43.0: + * Support hb-ot-name APIs + ------------------------------------------------------------------- Wed Nov 20 16:53:09 UTC 2024 - Dirk Müller diff --git a/python-uharfbuzz.spec b/python-uharfbuzz.spec index d220134..e039a6b 100644 --- a/python-uharfbuzz.spec +++ b/python-uharfbuzz.spec @@ -1,7 +1,7 @@ # # spec file for package python-uharfbuzz # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-uharfbuzz -Version: 0.42.0 +Version: 0.45.0 Release: 0 Summary: Streamlined Cython bindings for the harfbuzz shaping engine License: Apache-2.0 diff --git a/uharfbuzz-0.42.0.tar.gz b/uharfbuzz-0.42.0.tar.gz deleted file mode 100644 index 6125aa5..0000000 --- a/uharfbuzz-0.42.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b2276e49a420ff87f8b05c637d07dde92842ad21d857056c300c9c2fa3d30114 -size 1532876 diff --git a/uharfbuzz-0.45.0.tar.gz b/uharfbuzz-0.45.0.tar.gz new file mode 100644 index 0000000..ae3795a --- /dev/null +++ b/uharfbuzz-0.45.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ac2a9a03682f908fad471e0b80f6ba8de5427a971dbbfb82d77990edf2834a6 +size 1550372