Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 11, 2022

Bumps skia-pathops from 0.6.0.post3 to 0.7.4.

Release notes

Sourced from skia-pathops's releases.

v0.7.4

Support variable number of points in PathPen curveTo/qCurveTo methods, following fontTools BasePen protocol and UFO GLIF spec (#63).

v0.7.3

Added pre-compiled wheels for Python 3.11

v0.7.2

Added support for finding skia using pkg-config to allow building skia-pathops using system or externally compiled libskia. To enable that you must export BUILD_SKIA_FROM_SOURCE=0 environment varible to disable building embedded libskia from source (#54).

v0.7.1

Build wheels for Linux aarch64 (arm64) platform (#48). No code changes since v0.7.0.

v0.7.0

  • Updated libskia to current chrome/m95 branch (no known/notable changes to PathOps module).
  • No longer require python2 to build from source.
  • Build and publish universal2 wheels to support the new ARM-based Macs with Apple M1 chip.
Commits
  • 3b05bc3 Merge pull request #63 from fonttools/pathpen-varargs
  • 81d4bb4 make PathPen curveTo/qCurveTo accept variable number of points
  • 703430e Merge pull request #62 from moinakb001/master
  • b2fbd38 Reduce prescision of comparision due to mismatch on Zen3 AVX platforms
  • 58a37f7 Merge pull request #61 from fonttools/py311
  • fa0ee86 ci: add python3.11 to build matrix
  • eb32c79 tests: compare difference to threshold (#59)
  • 89921ea Typo fix (#57)
  • 0728fbd Add support for finding skia using pkg-config (#54)
  • 7eb4687 Merge pull request #53 from fonttools/declare-min-py37
  • 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 [skia-pathops](https://github.com/fonttools/skia-pathops) from 0.6.0.post3 to 0.7.4.
- [Release notes](https://github.com/fonttools/skia-pathops/releases)
- [Commits](fonttools/skia-pathops@v0.6.0.post3...v0.7.4)

---
updated-dependencies:
- dependency-name: skia-pathops
  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 11, 2022
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.

0 participants