17
0

Accepting request 871463 from home:bnavigator:branches:M17N

- Update to 4.19.1
  * [woff2] An initial off-curve point with an overlap flag now
    stays an off-curve point after compression.
- Changes in 4.19.0
  * [codecs] Handle errors parameter different from 'strict' for
    the custom extended mac encodings (#2137, #2132).
  * [featureVars] Raise better error message when a script is
    missing the required default language system (#2154).
  * [COLRv1] Avoid abrupt change caused by rounding
    PaintRadialGradient.c0 when the start circle almost touches
    the end circle's perimeter (#2148).
  * [COLRv1] Support building unlimited lists of paints as 255-ary
    trees of PaintColrLayers tables (#2153).
  * [subset] Prune redundant format-12 cmap subtables when all
    non-BMP characters are dropped (#2146).
  * [basePen] Raise MissingComponentError instead of bare KeyError
    when a referenced component is missing (#2145).
- Only 'Recommend:' optional extra requirements (Some are not
  available in TW python36 flavor anymore)
- Don't require python36-scipy for testing. (NEP 29)

OBS-URL: https://build.opensuse.org/request/show/871463
OBS-URL: https://build.opensuse.org/package/show/M17N/python-FontTools?expand=0&rev=19
This commit is contained in:
2021-02-17 10:13:50 +00:00
committed by Git OBS Bridge
parent 3667816b7e
commit 63ca32a082
4 changed files with 50 additions and 37 deletions

View File

@@ -1,3 +1,27 @@
-------------------------------------------------------------------
Fri Feb 12 13:48:21 UTC 2021 - Ben Greiner <code@bnavigator.de>
- Update to 4.19.1
* [woff2] An initial off-curve point with an overlap flag now
stays an off-curve point after compression.
- Changes in 4.19.0
* [codecs] Handle errors parameter different from 'strict' for
the custom extended mac encodings (#2137, #2132).
* [featureVars] Raise better error message when a script is
missing the required default language system (#2154).
* [COLRv1] Avoid abrupt change caused by rounding
PaintRadialGradient.c0 when the start circle almost touches
the end circle's perimeter (#2148).
* [COLRv1] Support building unlimited lists of paints as 255-ary
trees of PaintColrLayers tables (#2153).
* [subset] Prune redundant format-12 cmap subtables when all
non-BMP characters are dropped (#2146).
* [basePen] Raise MissingComponentError instead of bare KeyError
when a referenced component is missing (#2145).
- Only 'Recommend:' optional extra requirements (Some are not
available in TW python36 flavor anymore)
- Don't require python36-scipy for testing. (NEP 29)
-------------------------------------------------------------------
Thu Jan 14 16:26:38 UTC 2021 - Dirk Müller <dmueller@suse.com>