Accepting request 1006742 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1006742
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-freetype-py?expand=0&rev=6
This commit is contained in:
Richard Brown 2022-09-29 16:13:24 +00:00 committed by Git OBS Bridge
commit 4276461ae6
4 changed files with 19 additions and 5 deletions

View File

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

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

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

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Wed Sep 28 15:40:11 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- 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 <steven.kowalik@suse.com>

View File

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