summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/ffmpeg-python
AgeCommit message (Collapse)Author
2022-03-05python3Packages.ffmpeg-python: disable failing test on Python 3.10Fabian Affolter
2021-07-21pythonPackages: deprecate pytestrunner aliasSandro Jäckel
2021-04-26python3Packages.ffmpeg-python: replace ffmpeg_3 with ffmpegAluísio Augusto Silva Gonçalves
See https://github.com/NixOS/nixpkgs/issues/120705 for the rationale. ffmpeg-python doesn't seem to be strongly bound to any ffmpeg version so we can just migrate away.
2020-06-12treewide: use ffmpeg_3 explicitly if not wanted otherwiseDoron Behar
After making `ffmpeg` point to the latest `ffmpeg_4`, all packages that used `ffmpeg` without requiring a specific version now use ffmpeg_3 explicitly so they shouldn't change.
2020-02-14pythonPackages.ffmpeg-python: init at 0.2.0Aluísio Augusto Silva Gonçalves