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 pillow-avif-plugin from 1.4.3 to 1.4.6 #1080

Merged
merged 1 commit into from
Sep 9, 2024

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Sep 9, 2024

Bumps pillow-avif-plugin from 1.4.3 to 1.4.6.

Release notes

Sourced from pillow-avif-plugin's releases.

v1.4.6

What's Changed

Full Changelog: fdintino/pillow-avif-plugin@v1.4.4...v1.4.6

v1.4.4

What's Changed

New Contributors

Full Changelog: fdintino/pillow-avif-plugin@v1.4.3...v1.4.4

Changelog

Sourced from pillow-avif-plugin's changelog.

Changelog

1.4.4 (Jul 8, 2024)

  • CI: bump libavif to e10e6d9_ (2024-07-01); fix CI build issues in [#53](https://github.com/fdintino/pillow-avif-plugin/issues/53)_. See table below for new versions (all versions are upgrades from the 1.4.3 release).

    +------------------------------------+-------------------------+ | libavif | 1.0.3 (e10e6d9_) | +------------------------------------+-------------------------+ | libaom | 3.9.1 | +------------------------------------+-------------------------+ | dav1d | 1.4.3 | +------------------------------------+-------------------------+ | SVT-AV1 | 2.1.1 | +------------------------------------+-------------------------+ | rav1e | 0.7.1 | +------------------------------------+-------------------------+

  • Feature: Allow users to pass max_threads to the avif encoder via Image.save by @yit-b_ in [#54](https://github.com/fdintino/pillow-avif-plugin/issues/54), originally in [#49](https://github.com/fdintino/pillow-avif-plugin/issues/49).

  • Feature: Let users pass max_threads as an argument to _avif.AvifDecoder by @yit-b_ in [#50](https://github.com/fdintino/pillow-avif-plugin/issues/50)_.

  • CI: build SVT-AV1 for aarch64 or arm64 by @RaphaelVRossi_ in [#38](https://github.com/fdintino/pillow-avif-plugin/issues/38)_.

  • Fixed: keep alpha channel for images with mode P and custom transparency in [#56](https://github.com/fdintino/pillow-avif-plugin/issues/56); fixes [#48](https://github.com/fdintino/pillow-avif-plugin/issues/48).

  • Fixed: disable decoder strictness for clap and pixi properties in [#57](https://github.com/fdintino/pillow-avif-plugin/issues/57). fixes [#13](https://github.com/fdintino/pillow-avif-plugin/issues/13) and [#28](https://github.com/fdintino/pillow-avif-plugin/issues/28)_.

  • CI: lint secrets permission error and macOS GHA runner homebrew PATH bug in [#55](https://github.com/fdintino/pillow-avif-plugin/issues/55)_.

.. _e10e6d9: AOMediaCodec/libavif@e10e6d9 .. _#53: fdintino/pillow-avif-plugin#53 .. _#54: fdintino/pillow-avif-plugin#54 .. _#49: fdintino/pillow-avif-plugin#49 .. _#50: fdintino/pillow-avif-plugin#50 .. _@​RaphaelVRossi: https://github.com/RaphaelVRossi .. _#38: fdintino/pillow-avif-plugin#38 .. _#56: fdintino/pillow-avif-plugin#56 .. _#48: fdintino/pillow-avif-plugin#48 .. _#57: fdintino/pillow-avif-plugin#57 .. _#13: fdintino/pillow-avif-plugin#13

... (truncated)

Commits
  • edb3ad3 release: v1.4.6
  • 37001b3 fix: use old linker to fix illegal instruction segfault on macos arm64 (#61)
  • 1d19ea2 release: v1.4.5
  • 926c1af fix: macOS arm64 illegal instruction segmentation fault with aom encoding (#60)
  • 7017e78 chore: update CHANGELOG
  • bfa66e7 release: v1.4.4
  • acffd23 chore(ci): bump libavif to e10e6d9-2024-07-01, rav1e to 0.7.1 (#58)
  • 506b7ad fix: disable decoder strictness for clap and pixi properties (#57)
  • fb3a89c fix: keep alpha channel for images with mode P and custom transparency (#56)
  • b9e95bb fix: build SVT_AV1 for aarch64 or arm64 (#38)
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 9, 2024
Copy link

codecov bot commented Sep 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 57.20%. Comparing base (c1946ff) to head (db948c3).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1080      +/-   ##
==========================================
- Coverage   61.79%   57.20%   -4.59%     
==========================================
  Files          45       45              
  Lines        7519     7519              
==========================================
- Hits         4646     4301     -345     
- Misses       2873     3218     +345     
Flag Coverage Δ
unittests 57.20% <ø> (-4.59%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@aw-was-here
Copy link
Collaborator

@dependabot recreate

Bumps [pillow-avif-plugin](https://github.com/fdintino/pillow-avif-plugin) from 1.4.3 to 1.4.6.
- [Release notes](https://github.com/fdintino/pillow-avif-plugin/releases)
- [Changelog](https://github.com/fdintino/pillow-avif-plugin/blob/main/CHANGELOG.rst)
- [Commits](fdintino/pillow-avif-plugin@v1.4.3...v1.4.6)

---
updated-dependencies:
- dependency-name: pillow-avif-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/pillow-avif-plugin-1.4.6 branch from ae0161f to db948c3 Compare September 9, 2024 16:37
@aw-was-here aw-was-here merged commit 4781417 into main Sep 9, 2024
12 of 13 checks passed
@aw-was-here aw-was-here deleted the dependabot/pip/pillow-avif-plugin-1.4.6 branch September 9, 2024 19: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.

1 participant