Skip to content

Bump pycairo from 1.18.2 to 1.26.0#95

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/pycairo-1.26.0
Open

Bump pycairo from 1.18.2 to 1.26.0#95
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/pycairo-1.26.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Feb 12, 2024

Copy link
Copy Markdown

Bumps pycairo from 1.18.2 to 1.26.0.

Release notes

Sourced from pycairo's releases.

v1.26.0

https://pycairo.readthedocs.io/en/latest/changelog.html#v1-26-0

v1.25.1

https://pycairo.readthedocs.io/en/latest/changelog.html#v1-25-1

v1.25.0

https://pycairo.readthedocs.io/en/latest/changelog.html#v1-25-0

v1.24.0

https://pycairo.readthedocs.io/en/latest/changelog.html#v1-24-0

v1.23.0

https://pycairo.readthedocs.io/en/latest/changelog.html#v1-23-0

v1.22.0

https://pycairo.readthedocs.io/en/latest/changelog.html#v1-22-0

v1.21.0

https://pycairo.readthedocs.io/en/latest/changelog.html#v1-21-0

v1.20.1

https://pycairo.readthedocs.io/en/latest/changelog.html#v1-20-1

v1.20.0

https://pycairo.readthedocs.io/en/latest/changelog.html#v1-20-0

v1.19.1

https://pycairo.readthedocs.io/en/latest/changelog.html#v1-19-1

v1.19.0

https://pycairo.readthedocs.io/en/latest/changelog.html#v1-19-0

Changelog

Sourced from pycairo's changelog.

1.26.0 - 2024-02-11

This release only contains build related changes/fixes and no API changes.

  • Bump minimum required meson version from 0.56.0 to 0.64.0 :pr:346
  • Various meson related cleanups :pr:350
  • Fix header file being installed to the wrong location with meson on some systems :pr:350
  • Adds a new wheel meson build option as preparation for meson-python support :pr:350 :pr:345
  • Update dependencies (libpng, pixman, zlib) of the Windows wheels :pr:358
  • Various maintenance related updates :pr:360 :pr:359 :pr:361 :pr:362

.. _v1.25.1:

1.25.1 - 2023-10-21

  • Fix a crash with pypy3.10 :pr:344
  • Fix the build with CPython 3.13.0a1 :pr:343

.. _v1.25.0:

1.25.0 - 2023-09-26

  • Update to cairo 1.18.0 for the Windows wheel

  • Provide a Windows arm64 wheel

  • New APIs:

    • :attr:Status.SVG_FONT_ERROR :pr:334
    • :meth:FontOptions.get_color_mode, :meth:FontOptions.set_color_mode, :class:ColorMode :pr:336
    • :meth:FontOptions.set_color_palette, :meth:FontOptions.get_color_palette, :attr:COLOR_PALETTE_DEFAULT :pr:338
    • :meth:FontOptions.set_custom_palette_color, :meth:FontOptions.get_custom_palette_color :pr:339
    • :attr:TAG_CONTENT, :attr:TAG_CONTENT_REF :pr:340
    • :meth:Pattern.get_dither, :meth:Pattern.set_dither, :class:Dither :pr:341

.. _v1.24.0:

1.24.0 - 2023-06-19

  • Dropped Python 3.7 support
  • Bumped meson version requirement from 0.53.0 to 0.56.0
  • Various cairo dependency updates for the Windows wheel build
  • examples: update to GTK4 :pr:307
  • examples: add a clip_image example :pr:316
  • docs: fix the build with Sphinx 6 :pr:318
  • Various code cleanups :pr:306
  • Added Python 3.12 Windows wheels

... (truncated)

Commits
  • 1ef6ff7 release
  • 59a5dbe Merge pull request #362 from lazka/ci-build-sdist
  • 57d8b7e CI: build and upload the sdist
  • 2f1dce1 Merge pull request #361 from lazka/ci-update-actions
  • 65e8085 CI: update various actions
  • 70bf138 Merge pull request #360 from lazka/update-various-dev-deps
  • 47b9504 Merge pull request #358 from lazka/update-win-build
  • 83fb5e1 poetry: update various dev deps
  • 5b110a8 Update Windows cairo build
  • dbeb958 Merge pull request #359 from lazka/update-cibuildwheel
  • 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 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)

Bumps [pycairo](https://github.com/pygobject/pycairo) from 1.18.2 to 1.26.0.
- [Release notes](https://github.com/pygobject/pycairo/releases)
- [Changelog](https://github.com/pygobject/pycairo/blob/main/NEWS)
- [Commits](pygobject/pycairo@v1.18.2...v1.26.0)

---
updated-dependencies:
- dependency-name: pycairo
  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 Feb 12, 2024
@dependabot @github

dependabot Bot commented on behalf of github Feb 12, 2024

Copy link
Copy Markdown
Author

Dependabot tried to add @End45/dependabot-reviewers as a reviewer to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/End45/skytemple/pulls/95/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the teams you specified is not a collaborator of the End45/skytemple repository. // See: https://docs.github.com/rest/pulls/review-requests#request-reviewers-for-a-pull-request

@dependabot dependabot Bot added the python Pull requests that update Python code label Feb 12, 2024
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 python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants