Skip to content
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

Bump fonttools from 4.9.0 to 4.13.0 #8

Closed
wants to merge 1 commit into from

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps fonttools from 4.9.0 to 4.13.0.

Release notes

Sourced from fonttools's releases.

4.13.0

  • [feaLib/otlLib] Moved lookup subtable builders from feaLib to otlLib; refactored some common code (#2004, #2007).
  • [docs] Document otlLib module (#2009).
  • [glifLib] Fixed bug with some UFO .glif filenames clashing on case-insensitive filesystems (#2001, #2002).
  • [colorLib] Updated COLRv1 implementation following changes in the draft spec (#2008, googlefonts/colr-gradients-spec#24).

4.12.1

  • [_n_a_m_e] Fixed error in addMultilingualName with one-character names. Only attempt to recover malformed UTF-16 data from a bytes string, not from unicode str (#1997, #1998).

4.12.0

  • [otlLib/varLib] Ensure that the AxisNameID in the STAT and fvar tables is grater than 255 as per OpenType spec (#1985, #1986).
  • [docs] Document more modules in fontTools.misc package: filenames, fixedTools, intTools, loggingTools, macCreatorType, macRes, plistlib (#1981).
  • [OS/2] Don't calculate whole sets of unicode codepoints, use faster and more memory efficient ranges and bisect lookups (#1984).
  • [voltLib] Support writing back abstract syntax tree as VOLT data (#1983).
  • [voltLib] Accept DO_NOT_TOUCH_CMAP keyword (#1987).
  • [subset/merge] Fixed a namespace clash involving a private helper class (#1955).

4.11.0

  • [feaLib] Introduced includeDir parameter on Parser and IncludingLexer to explicitly specify the directory to search when include() statements are encountered (#1973).
  • [ufoLib] Silently delete duplicate glyphs within the same kerning group when reading groups (#1970).
  • [ttLib] Set version of COLR table when decompiling COLRv1 (commit 9d8a7e2).

4.10.2

  • [sfnt] Fixed NameError: SimpleNamespace while reading TTC header. The regression was introduced with 4.10.1 after removing py23 star import.

4.10.1

  • [sfnt] Make SFNTReader pickleable even when TTFont is loaded with lazy=True option and thus keeps a reference to an external file (#1962, #1967).
  • [feaLib.ast] Restore backward compatibility (broken in 4.10 with #1905) for ChainContextPosStatement and ChainContextSubstStatement classes.
    Make them accept either list of lookups or list of lists of lookups (#1961).
  • [docs] Document some modules in fontTools.misc package: arrayTools, bezierTools cliTools and eexec (#1956).
  • [ttLib._n_a_m_e] Fixed findMultilingualName() when name record's string is encoded as bytes sequence (#1963).

4.10.0

  • [varLib] Allow feature variations to be active across the entire space (#1957).
  • [ufoLib] Added support for formatVersionMinor in UFO's fontinfo.plist and for formatMinor attribute in GLIF file as discussed in unified-font-object/ufo-spec#78.
    No changes in reading or writing UFOs until an upcoming (non-0) minor update of the UFO specification is published (#1786).
  • [merge] Fixed merging fonts with different versions of OS/2 table (#1865, #1952).
  • [subset] Fixed AttributeError while subsetting ContextSubst and ContextPos Format 3 subtable (#1879, #1944).
  • [ttLib.table._m_e_t_a] if data happens to be ascii, emit comment in TTX (#1938).
  • [feaLib] Support multiple lookups per glyph position (#1905).
  • [psCharStrings] Use inheritance to avoid repeated code in initializer (#1932).
  • [Doc] Improved documentation for the following modules: afmLib (#1933), agl (#1934), cffLib (#1935), cu2qu (#1937), encodings (#1940), feaLib (#1941), merge (#1949).
  • [Doc] Split off developer-centric info to new page, making front page of docs more user-focused.
    List all utilities and sub-modules with brief descriptions. Make README more concise and focused (#1914).
  • [otlLib] Add function to build STAT table from high-level description (#1926).
  • [ttLib._n_a_m_e] Add findMultilingualName() method (#1921).
  • [unicodedata] Update RTL_SCRIPTS for Unicode 13.0 (#1925).
Changelog

Sourced from fonttools's changelog.

4.13.0 (released 2020-07-10)

4.12.1 (released 2020-06-16)

  • [_n_a_m_e] Fixed error in addMultilingualName with one-character names. Only attempt to recovered malformed UTF-16 data from a bytes string, not from unicode str (#1997, #1998).

4.12.0 (released 2020-06-09)

  • [otlLib/varLib] Ensure that the AxisNameID in the STAT and fvar tables is grater than 255 as per OpenType spec (#1985, #1986).
  • [docs] Document more modules in fontTools.misc package: filenames, fixedTools, intTools, loggingTools, macCreatorType, macRes, plistlib (#1981).
  • [OS/2] Don't calculate whole sets of unicode codepoints, use faster and more memory efficient ranges and bisect lookups (#1984).
  • [voltLib] Support writing back abstract syntax tree as VOLT data (#1983).
  • [voltLib] Accept DO_NOT_TOUCH_CMAP keyword (#1987).
  • [subset/merge] Fixed a namespace clash involving a private helper class (#1955).

4.11.0 (released 2020-05-28)

  • [feaLib] Introduced includeDir parameter on Parser and IncludingLexer to explicitly specify the directory to search when include() statements are encountered (#1973).
  • [ufoLib] Silently delete duplicate glyphs within the same kerning group when reading groups (#1970).
  • [ttLib] Set version of COLR table when decompiling COLRv1 (commit 9d8a7e2).

4.10.2 (released 2020-05-20)

  • [sfnt] Fixed NameError: SimpleNamespace while reading TTC header. The regression was introduced with 4.10.1 after removing py23 star import.

4.10.1 (released 2020-05-19)

  • [sfnt] Make SFNTReader pickleable even when TTFont is loaded with lazy=True option and thus keeps a reference to an external file (#1962, #1967).
  • [feaLib.ast] Restore backward compatibility (broken in 4.10 with #1905) for ChainContextPosStatement and ChainContextSubstStatement classes. Make them accept either list of lookups or list of lists of lookups (#1961).
  • [docs] Document some modules in fontTools.misc package: arrayTools, bezierTools cliTools and eexec (#1956).
  • [ttLib._n_a_m_e] Fixed findMultilingualName() when name record's string is encoded as bytes sequence (#1963).

4.10.0 (released 2020-05-15)

  • [varLib] Allow feature variations to be active across the entire space (#1957).
  • [ufoLib] Added support for formatVersionMinor in UFO's fontinfo.plist and for formatMinor attribute in GLIF file as discussed in Make formatVersion in metainfo.plist a major/minor unified-font-object/ufo-spec#78. No changes in reading or writing UFOs until an upcoming (non-0) minor update of the UFO specification is published (#1786).
  • [merge] Fixed merging fonts with different versions of OS/2 table (#1865, #1952).
  • [subset] Fixed AttributeError while subsetting ContextSubst and ContextPos Format 3 subtable (#1879, #1944).
Commits
  • c30a5fc Release 4.13.0
  • da21182 Update changelog [skip ci]
  • 4594a0c Merge pull request #2008 from fonttools/colrv1-rev2
  • 09c0e42 Partly revert "use 32-bit GlyphIDs in COLRv1 baseGlyphs and layers"
  • 2607294 Merge pull request #2014 from simoncozens/remove-macos-module
  • 18a978b Remove MacOS module references. Fixes #1978.
  • 097b484 Merge pull request #2013 from simoncozens/fix-2012
  • 8370849 Fix documentation for MultipleSubstStatement (fixes #2012)
  • 64731ae Merge remote-tracking branch 'origin/master' into colrv1-rev2
  • 73631c9 otlLib documentation (#2009)
  • 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [fonttools](https://github.com/fonttools/fonttools) from 4.9.0 to 4.13.0.
- [Release notes](https://github.com/fonttools/fonttools/releases)
- [Changelog](https://github.com/fonttools/fonttools/blob/master/NEWS.rst)
- [Commits](fonttools/fonttools@4.9.0...4.13.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jul 13, 2020
@dependabot-preview
Copy link
Contributor Author

Superseded by #9.

@dependabot-preview dependabot-preview bot deleted the dependabot/pip/fonttools-4.13.0 branch August 21, 2020 06:36
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants