python313Packages.av: 13.1.0 -> 14.1.0

Diff: https://github.com/PyAV-Org/PyAV/compare/refs/tags/v13.1.0...v14.1.0

Changelog: https://github.com/PyAV-Org/PyAV/blob/v14.1.0/CHANGELOG.rst

Changed files
+2 -8
pkgs
development
python-modules
+2 -8
pkgs/development/python-modules/av/default.nix
···
buildPythonPackage rec {
pname = "av";
-
version = "13.1.0";
pyproject = true;
disabled = pythonOlder "3.9";
···
owner = "PyAV-Org";
repo = "PyAV";
tag = "v${version}";
-
hash = "sha256-x2a9SC4uRplC6p0cD7fZcepFpRidbr6JJEEOaGSWl60=";
};
build-system = [
···
pytestCheckHook
];
-
disabledTests = [
-
# av.error.InvalidDataError: [Errno 1094995529] Invalid data found when processing input: 'custom_io_output.mpd'
-
"test_writing_to_custom_io_dash"
-
];
-
# `__darwinAllowLocalNetworking` doesn’t work for these; not sure why.
disabledTestPaths = lib.optionals stdenv.hostPlatform.isDarwin [
"tests/test_timeout.py"
···
"av.datasets"
"av.descriptor"
"av.dictionary"
-
"av.enum"
"av.error"
"av.filter"
"av.format"
···
buildPythonPackage rec {
pname = "av";
+
version = "14.1.0";
pyproject = true;
disabled = pythonOlder "3.9";
···
owner = "PyAV-Org";
repo = "PyAV";
tag = "v${version}";
+
hash = "sha256-GYdt6KMMmDSyby447MbShL2GbrH8R1UuOeiVlztGuS4=";
};
build-system = [
···
pytestCheckHook
];
# `__darwinAllowLocalNetworking` doesn’t work for these; not sure why.
disabledTestPaths = lib.optionals stdenv.hostPlatform.isDarwin [
"tests/test_timeout.py"
···
"av.datasets"
"av.descriptor"
"av.dictionary"
"av.error"
"av.filter"
"av.format"