peerjs-python
peerjs-python copied to clipboard
build(deps): update av requirement from ~=8.0.0 to >=8.0,<9.3 in /src
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_openargument toav.openfor 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
ImportErrorwhen 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, usebytes(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
4cf0953Release v9.2.0.af1493c[package] work around Conda bug which breaks DLL loading (fixes: #952)b1701f5[package] update FFmpeg binariese5ae31dAllocate packet in OutputContainer to use for muxing8196baaSupport AV_FRAME_DATA_SEI_UNREGISTERED (fixes: #723)1b70919Add init.pxd files792e0fasetup.py: Include *.pxd files as package_data4a916db[package] update FFmpeg binariesd399d6f[wheels] fix creating temporary directory for dependencies15be68fSkip 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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Build System
- deps: update av requirement from ~=8.0.0 to >=8.0,<9.3 in /src (5dfbf54)
Contributors
Commit-Lint commands
You can trigger Commit-Lint actions by commenting on this PR:
-
@Commit-Lint merge patchwill merge dependabot PR on "patch" versions (X.X.Y - Y change) -
@Commit-Lint merge minorwill merge dependabot PR on "minor" versions (X.Y.Y - Y change) -
@Commit-Lint merge majorwill merge dependabot PR on "major" versions (Y.Y.Y - Y change) -
@Commit-Lint merge disablewill desactivate merge dependabot PR -
@Commit-Lint reviewwill approve dependabot PR -
@Commit-Lint stop reviewwill stop approve dependabot PR
Superseded by #62.