Accepting request 1131690 from devel:languages:python

- 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

- update to 2.3.0
  * Drop Python 2 support and 32 bit wheels.
  * FT_Face can now be instantiated with a file path or a byte
  * Fix bug where outline and bitmap could be off by one grid unit

OBS-URL: https://build.opensuse.org/request/show/1131690
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-freetype-py?expand=0&rev=7
This commit is contained in:
Ana Guerrero 2023-12-08 21:31:47 +00:00 committed by Git OBS Bridge
commit ab58593e7c
4 changed files with 21 additions and 9 deletions

View File

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

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

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

View File

@ -1,7 +1,19 @@
-------------------------------------------------------------------
Thu Dec 7 20:40:20 UTC 2023 - Dirk Müller <dmueller@suse.com>
- 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 <yarunachalam@suse.com>
- 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 <steven.kowalik@suse.com>
* 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 <mcalabkova@suse.com>
* 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.
-------------------------------------------------------------------

View File

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