Accepting request 960245 from M17N
OBS-URL: https://build.opensuse.org/request/show/960245 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-FontTools?expand=0&rev=12
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:77d22ec2684d75f48176fe21f317c8f13a5abed3f00e2d4772b2f4a3acc012d1
|
||||
size 2948092
|
||||
3
fonttools-4.29.1-gh.tar.gz
Normal file
3
fonttools-4.29.1-gh.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:db2ec36d9d202af630be1e0cf05108afd8eda5aa66b82957e3ed75065d3e2cdd
|
||||
size 2954962
|
||||
@@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 7 10:28:35 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- Update to 4.29.1
|
||||
* [colorLib] Fixed rounding issue with radial gradient's start/end
|
||||
circles inside one another (#2521).
|
||||
* [freetypePen] Handle rotate/skew transform when auto-computing
|
||||
width/height of the buffer; raise PenError wen missing moveTo
|
||||
(#2517)
|
||||
- Release 4.29.0
|
||||
* [ufoLib] Fixed illegal characters and expanded reserved
|
||||
filenames (#2506).
|
||||
* [COLRv1] Don't emit useless PaintColrLayers of lenght=1 in
|
||||
LayerListBuilder (#2513).
|
||||
* [ttx] Removed legacy waitForKeyPress method on Windows (#2509).
|
||||
* [pens] Added FreeTypePen that uses freetype-py and the pen
|
||||
protocol for rasterizating outline paths (#2494).
|
||||
* [unicodedata] Updated the script direction list to Unicode 14.0
|
||||
(#2484).
|
||||
* Bumped unicodedata2 dependency to 14.0 (#2499).
|
||||
* [psLib] Fixed type of fontName in suckfont (#2496).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 15 15:11:24 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -24,11 +24,10 @@
|
||||
%define psuffix %{nil}
|
||||
%bcond_with test
|
||||
%endif
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%{?!python_module:%define python_module() python3-%{**}}
|
||||
%define skip_python2 1
|
||||
%define skip_python36 1
|
||||
Name: python-FontTools%{psuffix}
|
||||
Version: 4.28.5
|
||||
Version: 4.29.1
|
||||
Release: 0
|
||||
Summary: Suite of Tools and Libraries for Manipulating Fonts
|
||||
License: MIT AND OFL-1.1
|
||||
@@ -47,7 +46,7 @@ Requires: python-fs >= 2.2.0
|
||||
Recommends: python-lxml >= 4.0
|
||||
Recommends: python-scipy >= 1.5.1
|
||||
Recommends: python-sympy
|
||||
Recommends: python-unicodedata2 >= 13.0.0
|
||||
Recommends: python-unicodedata2 >= 14.0.0
|
||||
Recommends: python-zopfli >= 0.1.6
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun):update-alternatives
|
||||
|
||||
Reference in New Issue
Block a user