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 av requirement from ~=12.3.0 to ~=13.0.0 #198

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Updates the requirements on av to permit the latest version.

Changelog

Sourced from av's changelog.

v13.0.0

Major:

  • Drop FFmpeg 5, Support FFmpeg 7.
  • Drop Python 3.8, Support Python 3.13.
  • Update FFmpeg to 7.0.2 for the binary wheels.
  • Disallow initializing an AudioLayout object with an int.
  • Disallow accessing gop_size, timebase as a decoder (Raised deprecation warning before).
  • Remove ticks_per_frame property because it was deprecated in FFmpeg.

Features:

  • Add AttachmentStream class.
  • Add best() method to StreamContainer.
  • Add set_audio_frame_size() method to Graph object.
  • Add nb_channels property to AudioLayout object.
  • Add from_bytes() method to VideoFrame object.

Fixes:

  • Fix VideoCC's repl breaking when self._format is None.
  • Fix getting pix_fmt property when VideoCC's self._format is None.

v12.3.0

Features:

  • Support libav's av_log_set_level by @​materight in (:issue:1448).
  • Add Graph.link_nodes by @​WyattBlue in (:issue:1449).
  • Add default codec properties by @​WyattBlue in (:issue:1450).
  • Remove the xvid and ass packages in ffmpeg binaries because they were unused by @​WyattBlue in (:issue:1462).
  • Add supported_codecs property to OutputContainer by @​WyattBlue in (:issue:1465).
  • Add text and dialogue property to AssSubtitle, remove TextSubtitle by @​WyattBlue in (:issue:1456).

Fixes:

  • Include libav headers in final distribution by @​materight in (:issue:1455).
  • Fix segfault when calling subtitle_stream.decode() by @​WyattBlue in (:issue:1460).
  • flushing subtitle decoder requires a new uninitialized packet by @​moonsikpark in (:issue:1461).
  • Set default color range for VideoReformatter.format() by @​elxy in (:issue:1458).
  • Resampler: format, layout accepts str int too by @​WyattBlue in (:issue:1446).

v12.2.0

Features:

... (truncated)

Commits
  • 6b20f97 Use GitHub Discussions over Gitter
  • 75c0e0b Remove unneeded libraries
  • 0e4b711 Update type stubs for from_bytes()
  • 5dc17e8 add from_bytes
  • 1411bf7 Write release notes
  • 6461201 Add back channels property to AudioLayout
  • 8042cf8 Try 3.13 Numpy
  • 9b25762 We don't use setup.py to do tests anymore
  • 4f14a7c Skip 3.13 Windows (broken numpy)
  • 8d76aac Edit readme to reflect changes in build step
  • 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 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)

Updates the requirements on [av](https://github.com/PyAV-Org/PyAV) to permit the latest version.
- [Changelog](https://github.com/PyAV-Org/PyAV/blob/main/CHANGELOG.rst)
- [Commits](PyAV-Org/PyAV@v12.3.0...v13.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 9, 2024
Copy link

sonarcloud bot commented Sep 9, 2024

@laggykiller laggykiller closed this Sep 9, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 9, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/pip/av-approx-eq-13.0.0 branch September 9, 2024 12:54
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant