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

Update pycairo requirement from ~=1.23.0 to ~=1.24.0 in /decoder #19

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 19, 2023

Updates the requirements on pycairo to permit the latest version.

Release notes

Sourced from pycairo's releases.

v1.24.0

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

Changelog

Sourced from pycairo's changelog.

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:

    • :attr:Status.DWRITE_ERROR :pr:294
    • :attr:Format.RGB96F, :attr:Format.RGBA128F :pr:295
    • :attr:PDFVersion.VERSION_1_6, :attr:PDFVersion.VERSION_1_7 :pr:296
    • :attr:HAS_DWRITE_FONT :pr:297
    • :meth:Context.set_hairline, :meth:Context.get_hairline :pr:298
    • :meth:PDFSurface.set_custom_metadata :pr:299

.. _v1.22.0:

1.22.0 - 2022-11-19

  • Officially support Python 3.11 :pr:285
  • PDFSurface.version_to_string(): Fix crash with negative versions :pr:279
  • typing: ImageSurface.get_stride() returns an int :pr:282
  • typing: Fix incorrect interface for Matrix constructor :pr:271
  • typing: Use Generic for Context :pr:274
  • docs: some cairo.Context fixes :pr:276
  • docs: try to make create_from_png/write_to_png more clear :pr:261
  • docs: add an example for how to convert a surface to pillow :pr:281
  • docs: cairo.Format.RGB24: document that unused bytes may be overwritten :pr:289
  • tests: don't depend on specific ref counts :pr:291
  • tests: compatibility fixes for cairo 1.17.6 :pr:264

... (truncated)

Commits
  • 1eed746 release
  • 6ce51a6 Update mypy
  • 6839d7e docs: fix left over page reference
  • 04d83a6 docs: update some links to the new main branch naming
  • 7b4f65d docs: remove outdated faq
  • 339afdd Merge pull request #325 from lazka/sphinx6
  • c772e4e docs: move to sphinx v6
  • 3d6ce5c Merge pull request #324 from lazka/update-win-cairo-build
  • 50d5b17 CI: update cairo-win-build to 1.17.6-v3
  • cd6f95b Move name closer to usage
  • Additional commits viewable in compare view

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)

Updates the requirements on [pycairo](https://github.com/pygobject/pycairo) to permit the latest version.
- [Release notes](https://github.com/pygobject/pycairo/releases)
- [Changelog](https://github.com/pygobject/pycairo/blob/main/NEWS)
- [Commits](pygobject/pycairo@v1.23.0...v1.24.0)

---
updated-dependencies:
- dependency-name: pycairo
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jun 19, 2023
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