Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 5, 2021

Bumps fonttools[woff] from 4.23.0 to 4.28.0.

Release notes

Sourced from fonttools[woff]'s releases.

4.28.0

  • Dropped support for EOL Python 3.6, require Python 3.7 (#2417).
  • [ufoLib/glifLib] Make filename-clash checks faster by using a set instead of a list (#2422).
  • [subset] Don't crash if optional ClipList and LayerList are None (empty) (#2424, 2439).
  • [OT-SVG] Removed support for old deprecated version 1 and embedded color palettes, which were never officially part of the OpenType SVG spec. Upon compile, reuse offsets to SVG documents that are identical (#2430).
  • [feaLib] Added support for Variable Feature File syntax. This is experimental and subject to change until it is finalized in the Adobe FEA spec (#2432).
  • [unicodedata] Update Scripts/ScriptExtensions/Blocks to UnicodeData 14.0 (#2437).

4.27.1

  • [otlLib] Fixed error when chained contextual lookup builder overflows (#2404, #2411).
  • [bezierTools] Fixed two floating-point bugs: one when computing t for a point lying on an almost horizontal/vertical line; another when computing the intersection point between a curve and a line (#2413).

4.27.0

  • [ttLib/otTables] Cleaned up virtual GID handling: allow virtual GIDs in Coverage and ClassDef readers; removed unused allowVID argument from TTFont constructor, and requireReal argument in TTFont.getGlyphID method.
    Make TTFont.setGlyphOrder clear reverse glyphOrder map, and assume glyphOrder internal attribute is never modified outside setGlyphOrder; added TTFont.getGlyphNameMany and getGlyphIDMany (#1536, #1654, #2334, #2398).
  • [py23] Dropped internal use of fontTools.py23 module to fix deprecation warnings in client code that imports from fontTools (#2232, #2399, #2400).
  • [subset] Fix subsetting COLRv1 clip boxes when font is loaded lazily (#2408).

4.26.2

  • [otTables] Added missing CompositeMode.PLUS operator (#2390).

4.26.1

  • [transform] Added transformVector and transformVectors methods to the Transform class. Similar to transformPoint but ignore the translation part (#2386).

4.26.0

  • [xmlWriter] Default to "\n" for newlinestr instead of platform-specific os.linesep (#2384).
  • [otData] Define COLRv1 ClipList and ClipBox (#2379).
  • [removeOverlaps/instancer] Added --ignore-overlap-errors option to work around Skia PathOps.Simplify bug (#2382, #2363, google/fonts#3365).
  • NOTE: This will be the last version to support Python 3.6. FontTools will require Python 3.7 or above from the next release (#2350).

4.25.2

  • [COLRv1] Various changes to sync with the latest CORLv1 draft spec. In particular: define COLR.VarIndexMap, remove/inline ColorIndex struct, add VarIndexBase to PaintVar* tables (#2372); add reduced-precicion specialized transform Paints; define Angle as fraction of half circle encoded as F2Dot14; use FWORD (int16) for all Paint center coordinates; change PaintTransform to have an offset to Affine2x3 (#2359).
  • [ttLib] when importing XML, only set sfntVersion if the font has no reader and is empty (#2376)

4.25.1

  • [ttGlyphPen] Fixed bug in TTGlyphPointPen, whereby open contours (i.e. starting with segmentType "move") would throw NotImplementedError. They are now treated as if they are closed, like with the TTGlyphPen (#2365, #2366).

4.25.0

  • [tfmLib] Added new library for parsing TeX Font Metric (TFM) files (#2354).
  • [TupleVariation] Make shared tuples order deterministic on python < 3.7 where Counter (subclass of dict) doesn't remember insertion order (#2351, #2353).
  • [otData] Renamed COLRv1 structs to remove 'v1' suffix and match the updated draft spec: 'LayerV1List' -> 'LayerList', 'BaseGlyphV1List' -> 'BaseGlyphList', 'BaseGlyphV1Record' -> 'BaseGlyphPaintRecord' (#2346).
    Added 8 new PaintScale* tables: with/without centers, uniform vs non-uniform. Added *AroundCenter variants to PaintRotate and PaintSkew: the default versions no longer have centerX/Y, but default to origin. PaintRotate, PaintSkew and PaintComposite formats were re-numbered.
    NOTE: these are breaking changes; clients using the experimental COLRv1 API will have to be updated (#2348).

... (truncated)

Changelog

Sourced from fonttools[woff]'s changelog.

4.28.0 (released 2021-11-05)

  • Dropped support for EOL Python 3.6, require Python 3.7 (#2417).
  • [ufoLib/glifLib] Make filename-clash checks faster by using a set instead of a list (#2422).
  • [subset] Don't crash if optional ClipList and LayerList are None (empty) (#2424, 2439).
  • [OT-SVG] Removed support for old deprecated version 1 and embedded color palettes, which were never officially part of the OpenType SVG spec. Upon compile, reuse offsets to SVG documents that are identical (#2430).
  • [feaLib] Added support for Variable Feature File syntax. This is experimental and subject to change until it is finalized in the Adobe FEA spec (#2432).
  • [unicodedata] Update Scripts/ScriptExtensions/Blocks to UnicodeData 14.0 (#2437).

4.27.1 (released 2021-09-23)

  • [otlLib] Fixed error when chained contextual lookup builder overflows (#2404, #2411).
  • [bezierTools] Fixed two floating-point bugs: one when computing t for a point lying on an almost horizontal/vertical line; another when computing the intersection point between a curve and a line (#2413).

4.27.0 (released 2021-09-14)

  • [ttLib/otTables] Cleaned up virtual GID handling: allow virtual GIDs in Coverage and ClassDef readers; removed unused allowVID argument from TTFont constructor, and requireReal argument in TTFont.getGlyphID method. Make TTFont.setGlyphOrder clear reverse glyphOrder map, and assume glyphOrder internal attribute is never modified outside setGlyphOrder; added TTFont.getGlyphNameMany and getGlyphIDMany (#1536, #1654, #2334, #2398).
  • [py23] Dropped internal use of fontTools.py23 module to fix deprecation warnings in client code that imports from fontTools (#2234, #2399, #2400).
  • [subset] Fix subsetting COLRv1 clip boxes when font is loaded lazily (#2408).

4.26.2 (released 2021-08-09)

  • [otTables] Added missing CompositeMode.PLUS operator (#2390).

4.26.1 (released 2021-08-03)

  • [transform] Added transformVector and transformVectors methods to the Transform class. Similar to transformPoint but ignore the translation part (#2386).

4.26.0 (released 2021-08-03)

  • [xmlWriter] Default to "\n" for newlinestr instead of platform-specific

... (truncated)

Commits
  • c7109c1 Release 4.28.0
  • 63fbd15 Updated NEWS.rst [skip ci]
  • 6373893 Merge pull request #2439 from fonttools/i2438
  • 6144202 Don't crash if there is no layer list
  • b11d6f7 Merge pull request #2437 from medicalwei/unicode-14
  • 390640a update to unicode 14.0
  • 563730f Support variable feature syntax (#2432)
  • c194a18 update codecov gh action to v2
  • 91d7877 ci: pin python to 3.9 for test-cython job
  • 941179e fonttools help: only show first line of main()'s docstring
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [fonttools[woff]](https://github.com/fonttools/fonttools) from 4.23.0 to 4.28.0.
- [Release notes](https://github.com/fonttools/fonttools/releases)
- [Changelog](https://github.com/fonttools/fonttools/blob/main/NEWS.rst)
- [Commits](fonttools/fonttools@4.23.0...4.28.0)

---
updated-dependencies:
- dependency-name: fonttools[woff]
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 5, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 8, 2021

Superseded by #68.

@dependabot dependabot bot closed this Nov 8, 2021
@dependabot dependabot bot deleted the dependabot/pip/fonttools-woff--4.28.0 branch November 8, 2021 19:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Development

Successfully merging this pull request may close these issues.

1 participant