peerjs-python icon indicating copy to clipboard operation
peerjs-python copied to clipboard

build(deps): update av requirement from ~=8.0.0 to >=8.0,<9.3 in /src

Open dependabot[bot] opened this issue 2 years ago • 1 comments

Updates the requirements on av to permit the latest version.

Changelog

Sourced from av's changelog.

v9.2.0

Features:

  • Update binary wheels to enable libvpx support.
  • Add an io_open argument to av.open for multi-file custom I/O.
  • Add support for AV_FRAME_DATA_SEI_UNREGISTERED (:issue:723).
  • Ship .pxd files to allow other libraries to cimport av (:issue:716).

Fixes:

  • Fix an ImportError when using Python 3.8/3.9 via Conda (:issue:952).
  • Fix a muxing memory leak which was introduced in v9.1.0 (:issue:959).

v9.1.1

Fixes:

  • Update binary wheels to update dependencies on Windows, disable ALSA on Linux.

v9.1.0

Features:

  • Add VideoFrame ndarray operations for rgb48be, rgb48le, rgb64be, rgb64le pixel formats.
  • Add VideoFrame ndarray operations for gray16be, gray16le pixel formats (:issue:674).
  • Make it possible to use av.open() on a pipe (:issue:738).
  • Use the "ASS without timings" format when decoding subtitles.

Fixes:

  • Update binary wheels to fix security vulnerabilities (:issue:921) and enable ALSA on Linux (:issue:941).
  • Fix crash when closing an output container an encountering an I/O error (:issue:613).
  • Fix crash when probing corrupt raw format files (:issue:590).
  • Fix crash when manipulating streams with an unknown codec (:issue:689).
  • Remove obsolete KEEP_SIDE_DATA and MP4A_LATM flags which are gone in FFmpeg 5.0.
  • Deprecate to_bytes() method of Packet, Plane and SideData, use bytes(packet) instead.

v9.0.2

Minor:

  • Update FFmpeg to 4.4.1 for the binary wheels.
  • Fix framerate when writing video with FFmpeg 4.4 (:issue:876).

v9.0.1

... (truncated)

Commits
  • 4cf0953 Release v9.2.0.
  • af1493c [package] work around Conda bug which breaks DLL loading (fixes: #952)
  • b1701f5 [package] update FFmpeg binaries
  • e5ae31d Allocate packet in OutputContainer to use for muxing
  • 8196baa Support AV_FRAME_DATA_SEI_UNREGISTERED (fixes: #723)
  • 1b70919 Add init.pxd files
  • 792e0fa setup.py: Include *.pxd files as package_data
  • 4a916db [package] update FFmpeg binaries
  • d399d6f [wheels] fix creating temporary directory for dependencies
  • 15be68f Skip test if Image is None, ie. PIL not available
  • 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)

dependabot[bot] avatar May 01 '22 11:05 dependabot[bot]

Build System

  • deps: update av requirement from ~=8.0.0 to >=8.0,<9.3 in /src (5dfbf54)

Contributors

dependabot[bot]

Commit-Lint commands

You can trigger Commit-Lint actions by commenting on this PR:

  • @Commit-Lint merge patch will merge dependabot PR on "patch" versions (X.X.Y - Y change)
  • @Commit-Lint merge minor will merge dependabot PR on "minor" versions (X.Y.Y - Y change)
  • @Commit-Lint merge major will merge dependabot PR on "major" versions (Y.Y.Y - Y change)
  • @Commit-Lint merge disable will desactivate merge dependabot PR
  • @Commit-Lint review will approve dependabot PR
  • @Commit-Lint stop review will stop approve dependabot PR

commit-lint[bot] avatar May 01 '22 11:05 commit-lint[bot]

Superseded by #62.

dependabot[bot] avatar Nov 01 '22 11:11 dependabot[bot]