Skip to content

Bump pycairo from 1.18.2 to 1.25.1#84

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/pycairo-1.25.1
Closed

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jan 2, 2024

Copy link
Copy Markdown

Bumps pycairo from 1.18.2 to 1.25.1.

Release notes

Sourced from pycairo's releases.

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.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

.. _v1.23.0:

1.23.0 - 2022-11-28

Reminder to distro packagers: Building/installing pycairo using setup.py is deprecated, please use meson instead.

  • git: changed default branch from "master" to "main"
  • Windows: Update the cairo version included in the wheels from 1.17.2 to 1.17.6 :pr:243
  • docs: Document how to look up pycairo headers without loading the module :pr:300
  • tests: don't error out if cairo wasn't built with all features :pr:293
  • New APIs:

... (truncated)

Commits
  • 26b3287 Update NEWS
  • 0c95edd Stop using _PyUnicode_AsString() to fix the build with Python 3.13.0a1
  • 64733c1 module: reorder cairo script surface initialization
  • 6405839 version bump
  • 5835e4c Merge pull request #342 from lazka/release-1.25.0
  • ca73676 release
  • 3862a03 REAMDE: fix spdx link
  • 6789f56 docs: make the index page a bit more mobile friendly
  • dd6bdd9 Merge pull request #341 from lazka/add-dither
  • c79e5f1 Merge pull request #340 from lazka/tag-content
  • 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.25.1.
- [Release notes](https://github.com/pygobject/pycairo/releases)
- [Changelog](https://github.com/pygobject/pycairo/blob/main/NEWS)
- [Commits](pygobject/pycairo@v1.18.2...v1.25.1)

---
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 dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 2, 2024
@dependabot @github

dependabot Bot commented on behalf of github Jan 2, 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/84/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 @github

dependabot Bot commented on behalf of github Feb 12, 2024

Copy link
Copy Markdown
Author

Superseded by #95.

@dependabot dependabot Bot closed this Feb 12, 2024
@dependabot dependabot Bot deleted the dependabot/pip/pycairo-1.25.1 branch February 12, 2024 16:51
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