15
0

Accepting request 940855 from home:bnavigator:branches:devel:languages:python

- update to v0.8.1
  * Fix angle multiplication (#189).
  * Adds strict to MathGlyph (default is False). Strict means that
    line segments are not converted to curve segments with (0,0)
    control points and offcurves stacked on on-curves are not
    filtered out when extracting. (#235).
  * Python 3 only. Breaking Py3 over Py2 change is the use of
    setuptools_scm.
- drop python flavors <= 3.6: FontTools dropped support

OBS-URL: https://build.opensuse.org/request/show/940855
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fontMath?expand=0&rev=8
This commit is contained in:
2021-12-17 10:42:28 +00:00
committed by Git OBS Bridge
parent b760d79419
commit 36ae2e5da3
4 changed files with 23 additions and 6 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Dec 16 10:57:56 UTC 2021 - Ben Greiner <code@bnavigator.de>
- update to v0.8.1
* Fix angle multiplication (#189).
* Adds strict to MathGlyph (default is False). Strict means that
line segments are not converted to curve segments with (0,0)
control points and offcurves stacked on on-curves are not
filtered out when extracting. (#235).
* Python 3 only. Breaking Py3 over Py2 change is the use of
setuptools_scm.
- drop python flavors <= 3.6: FontTools dropped support
-------------------------------------------------------------------
Tue Mar 23 19:31:42 UTC 2021 - Benjamin Greiner <code@bnavigator.de>