Skip to content

Bump fonttools from 4.51.0 to 4.58.0 in /tools #52482

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 12, 2025

Bumps fonttools from 4.51.0 to 4.58.0.

Release notes

Sourced from fonttools's releases.

4.58.0

  • Drop Python 3.8, require 3.9+ (#3819)
  • [HVAR, VVAR] Prune unused regions when using a direct mapping (#3797)
  • [Docs] Improvements to ufoLib documentation (#3721)
  • [Docs] Improvements to varLib documentation (#3727)
  • [Docs] Improvements to Pens and pen-module documentation (#3724)
  • [Docs] Miscellany updates to docs (misc modules and smaller modules) (#3730)
  • [subset] Close codepoints over BiDi mirror variants. (#3801)
  • [feaLib] Fix serializing ChainContextPosStatement and ChainContextSubstStatement in some rare cases (#3788)
  • [designspaceLib] Clarify user expectations for getStatNames (#2892)
  • [GVAR] Add support for new GVAR table (#3728)
  • [TSI0, TSI5] Derive number of entries to decompile from data length (#2477)
  • [ttLib] Fix AttributeError when reporting table overflow (#3808)
  • [ttLib] Apply rounding more often in getCoordinates (#3798)
  • [ttLib] Ignore component bounds if empty (#3799)
  • [ttLib] Change the separator for duplicate glyph names from "#" to "." (#3809)
  • [feaLib] Support subtable breaks in CursivePos, MarkBasePos, MarkToLigPos and MarkToMarkPos lookups (#3800, #3807)
  • [feaLib] If the same lookup has single substitutions and ligature substitutions, upgrade single substitutions to ligature substitutions with one input glyph (#3805)
  • [feaLib] Correctly handle <NULL> in single pos lookups (#3803)
  • [feaLib] Remove duplicates from class pair pos classes instead of raising an error (#3804)
  • [feaLib] Support creating extension lookups using useExtenion lookup flag instead of silently ignoring it (#3811)
  • [STAT] Add typing for the simpler STAT arguments (#3812)
  • [otlLib.builder] Add future import for annotations (#3814)
  • [cffLib] Fix reading supplement encoding (#3813)
  • [voltLib] Add some missing functionality and fixes to voltLib and VoltToFea, making the conversion to feature files more robust. Add also fonttools voltLib command line tool to compile VOLT sources directly (doing an intermediate fea conversion internally) (#3818)
  • [pens] Add some PointPen annotations (#3820)

4.57.0

  • [ttLib.__main__] Add --no-recalc-timestamp flag (#3771)
  • [ttLib.__main__] Add -b (recalcBBoxes=False) flag (#3772)
  • [cmap] Speed up glyphOrder loading from cmap (#3774)
  • [ttLib.__main__] Improvements around the -t flag (#3776)
  • [Debg] Fix parsing from XML; add roundtrip tests (#3781)
  • [fealib] Support *Base.MinMax tables (#3783, #3786)
  • [config] Add OPTIMIZE_FONT_SPEED (#3784)
  • [varLib.hvar] New module to add HVAR table to the font (#3780)
  • [otlLib.optimize] Fix crash when the provided TTF does not contain a GPOS (#3794)

4.56.0

  • [varStore] Sort the input todo list with the same sorting key used for the opimizer's output (#3767).
  • [otData] Fix DeviceTable's DeltaValue repeat value which caused a crash after importing from XML and then compiling a GPOS containing Device tables (#3758).
  • [feaLib] Make FeatureLibError pickleable, so client can e.g. use feaLib to can compile features in parallel with multiprocessing (#3762).
  • [varLib/gvar] Removed workaround for old, long-fixed macOS bug about composite glyphs with all zero deltas (#1381, #1788).
  • [Docs] Updated ttLib documentation, beefed up TTFont and TTGlyphSet explanations (#3720).

4.55.8

  • [MetaTools] Fixed bug in buildUCD.py script whereby the first non-header line of some UCD text file was being skipped. This affected in particular the U+00B7 (MIDDLE DOT) entry of ScriptExtensions.txt (#3756).

4.55.7

... (truncated)

Changelog

Sourced from fonttools's changelog.

4.58.0 (released 2025-05-10)

  • Drop Python 3.8, require 3.9+ (#3819)
  • [HVAR, VVAR] Prune unused regions when using a direct mapping (#3797)
  • [Docs] Improvements to ufoLib documentation (#3721)
  • [Docs] Improvements to varLib documentation (#3727)
  • [Docs] Improvements to Pens and pen-module documentation (#3724)
  • [Docs] Miscellany updates to docs (misc modules and smaller modules) (#3730)
  • [subset] Close codepoints over BiDi mirror variants. (#3801)
  • [feaLib] Fix serializing ChainContextPosStatement and ChainContextSubstStatement in some rare cases (#3788)
  • [designspaceLib] Clarify user expectations for getStatNames (#2892)
  • [GVAR] Add support for new GVAR table (#3728)
  • [TSI0, TSI5] Derive number of entries to decompile from data length (#2477)
  • [ttLib] Fix AttributeError when reporting table overflow (#3808)
  • [ttLib] Apply rounding more often in getCoordinates (#3798)
  • [ttLib] Ignore component bounds if empty (#3799)
  • [ttLib] Change the separator for duplicate glyph names from "#" to "." (#3809)
  • [feaLib] Support subtable breaks in CursivePos, MarkBasePos, MarkToLigPos and MarkToMarkPos lookups (#3800, #3807)
  • [feaLib] If the same lookup has single substitutions and ligature substitutions, upgrade single substitutions to ligature substitutions with one input glyph (#3805)
  • [feaLib] Correctly handle in single pos lookups (#3803)
  • [feaLib] Remove duplicates from class pair pos classes instead of raising an error (#3804)
  • [feaLib] Support creating extension lookups using useExtenion lookup flag instead of silently ignoring it (#3811)
  • [STAT] Add typing for the simpler STAT arguments (#3812)
  • [otlLib.builder] Add future import for annotations (#3814)
  • [cffLib] Fix reading supplement encoding (#3813)
  • [voltLib] Add some missing functionality and fixes to voltLib and VoltToFea, making the conversion to feature files more robust. Add also fonttools voltLib command line tool to compile VOLT sources directly (doing an intermediate fea conversion internally) (#3818)
  • [pens] Add some PointPen annotations (#3820)

4.57.0 (released 2025-04-03)

  • [ttLib.main] Add --no-recalc-timestamp flag (#3771)
  • [ttLib.main] Add -b (recalcBBoxes=False) flag (#3772)
  • [cmap] Speed up glyphOrder loading from cmap (#3774)
  • [ttLib.main] Improvements around the -t flag (#3776)
  • [Debg] Fix parsing from XML; add roundtrip tests (#3781)
  • [fealib] Support *Base.MinMax tables (#3783, #3786)
  • [config] Add OPTIMIZE_FONT_SPEED (#3784)
  • [varLib.hvar] New module to add HVAR table to the font (#3780)
  • [otlLib.optimize] Fix crash when the provided TTF does not contain a GPOS (#3794)

... (truncated)

Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels May 12, 2025
Bumps [fonttools](https://github.com/fonttools/fonttools) from 4.51.0 to 4.58.0.
- [Release notes](https://github.com/fonttools/fonttools/releases)
- [Changelog](https://github.com/fonttools/fonttools/blob/main/NEWS.rst)
- [Commits](fonttools/fonttools@4.51.0...4.58.0)

---
updated-dependencies:
- dependency-name: fonttools
  dependency-version: 4.58.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/tools/fonttools-4.58.0 branch from 5ca4f3c to 15b14fc Compare May 15, 2025 18:23
Copy link
Contributor Author

dependabot bot commented on behalf of github May 28, 2025

Superseded by #52835.

@dependabot dependabot bot closed this May 28, 2025
@dependabot dependabot bot deleted the dependabot/pip/tools/fonttools-4.58.0 branch May 28, 2025 22:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci dependencies Pull requests that update a dependency file infra python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants