diff --git a/freetype-py-2.3.0.zip b/freetype-py-2.3.0.zip deleted file mode 100644 index fd96fba..0000000 --- a/freetype-py-2.3.0.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f9b64ce3272a5c358dcee824800a32d70997fb872a0965a557adca20fce7a5d0 -size 830613 diff --git a/freetype-py-2.4.0.zip b/freetype-py-2.4.0.zip new file mode 100644 index 0000000..02ff2cd --- /dev/null +++ b/freetype-py-2.4.0.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ad81195d2f8f339aba61700cebfbd77defad149c51f59b75a2a5e37833ae12e +size 832493 diff --git a/python-freetype-py.changes b/python-freetype-py.changes index 0050c41..87e8d3f 100644 --- a/python-freetype-py.changes +++ b/python-freetype-py.changes @@ -1,7 +1,19 @@ +------------------------------------------------------------------- +Thu Dec 7 20:40:20 UTC 2023 - Dirk Müller + +- update to 2.4.0: + * Update bundled dependencies (HarfBuzz 7.2.0 and FreeType + 2.13.0) + * Use leftside bearings to layout bitmaps by @HinTak to fix + #161 + * Correct copyright and description in examples/hello-vf.py + * Fix `FT_Glyph_Get_CBox()`/`FT_Outline_Get_CBox()` return type + treatment by @HinTak to fix #160 + ------------------------------------------------------------------- Wed Sep 28 15:40:11 UTC 2022 - Yogalakshmi Arunachalam -- update to 2.3.0 +- update to 2.3.0 * Add build rules for ARM 32 and 64 bits (#134). * Add ARM64 builds for PyPI (#139) * Add aarch64 builds for PyPI (#144) @@ -22,7 +34,7 @@ Tue Jul 14 06:40:43 UTC 2020 - Steve Kowalik * Glyph.get_cbox: unbreak * Improve variable font support with examples * Update embedded FreeType and HarfBuzz in wheels to latest versions. - * Drop Python 2 support and 32 bit wheels. + * Drop Python 2 support and 32 bit wheels. - Update URL to use zip - Update BuildRequires - Drop bcond test now that upstream no longer supports Python 2 @@ -41,9 +53,9 @@ Fri Jun 7 13:55:56 UTC 2019 - Marketa Calabkova * Update bundled FreeType to 2.10.0 * Update bundled HarfBuzz to 2.3.1 * Add Python 3.7 builds to PyPI - * FT_Face can now be instantiated with a file path or a byte + * FT_Face can now be instantiated with a file path or a byte stream from memory - * Fix bug where outline and bitmap could be off by one grid unit + * Fix bug where outline and bitmap could be off by one grid unit in one of the examples, when extrema did not have on-curve points. ------------------------------------------------------------------- diff --git a/python-freetype-py.spec b/python-freetype-py.spec index c3f396a..d436f95 100644 --- a/python-freetype-py.spec +++ b/python-freetype-py.spec @@ -1,7 +1,7 @@ # # spec file for package python-freetype-py # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-freetype-py -Version: 2.3.0 +Version: 2.4.0 Release: 0 Summary: Freetype python bindings License: BSD-3-Clause