diff --git a/freetype-py-2.2.0.zip b/freetype-py-2.2.0.zip deleted file mode 100644 index c8a9c39..0000000 --- a/freetype-py-2.2.0.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cf43716bc5246cd54a64b2238b942e8dc80b79eda92f814c720286fa6fab387a -size 827463 diff --git a/freetype-py-2.3.0.zip b/freetype-py-2.3.0.zip new file mode 100644 index 0000000..fd96fba --- /dev/null +++ b/freetype-py-2.3.0.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9b64ce3272a5c358dcee824800a32d70997fb872a0965a557adca20fce7a5d0 +size 830613 diff --git a/python-freetype-py.changes b/python-freetype-py.changes index b453f75..0050c41 100644 --- a/python-freetype-py.changes +++ b/python-freetype-py.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Wed Sep 28 15:40:11 UTC 2022 - Yogalakshmi Arunachalam + +- 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) + * Update bundled FreeType version to 2.12.0 and add support for SDF rendering (#141, #148) + * Update bundled HarfBuzz to 4.2.1 (#148) + * Declare Python 3.7 the minimum supported version (#148) + * Fix bindings for FT_Outline (#142) + * Expose binding to FT_Outline_EmboldenXY (#143) + * Fix a Python 2 era print statement into a function call (#147) + ------------------------------------------------------------------- Tue Jul 14 06:40:43 UTC 2020 - Steve Kowalik diff --git a/python-freetype-py.spec b/python-freetype-py.spec index 40477f5..c3f396a 100644 --- a/python-freetype-py.spec +++ b/python-freetype-py.spec @@ -1,7 +1,7 @@ # # spec file for package python-freetype-py # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 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.2.0 +Version: 2.3.0 Release: 0 Summary: Freetype python bindings License: BSD-3-Clause