python3Packages.ibis-framework: 10.5.0 -> 10.8.0

This commit was automatically generated using update-python-libraries.

+4 -3
+4 -3
pkgs/development/python-modules/ibis-framework/default.nix
··· 98 98 99 99 buildPythonPackage rec { 100 100 pname = "ibis-framework"; 101 - version = "10.5.0"; 101 + version = "10.8.0"; 102 102 pyproject = true; 103 103 104 104 src = fetchFromGitHub { 105 105 owner = "ibis-project"; 106 106 repo = "ibis"; 107 107 tag = version; 108 - hash = "sha256-KJPl5bkD/tQlHY2k0b9zok5YCPekaXw7Y9z8P4AD3FQ="; 108 + hash = "sha256-Uuqm9Exu/oK3BGBL4ViUOGArMWhVutUn1gFRj1I4vt4="; 109 109 }; 110 110 111 111 build-system = [ ··· 142 142 143 143 pytestFlags = [ 144 144 "--benchmark-disable" 145 + "-Wignore::FutureWarning" 145 146 ]; 146 147 147 148 enabledTestMarks = testBackends ++ [ "core" ]; ··· 353 354 meta = { 354 355 description = "Productivity-centric Python Big Data Framework"; 355 356 homepage = "https://github.com/ibis-project/ibis"; 356 - changelog = "https://github.com/ibis-project/ibis/blob/${version}/docs/release_notes.md"; 357 + changelog = "https://github.com/ibis-project/ibis/blob/${src.tag}/docs/release_notes.md"; 357 358 license = lib.licenses.asl20; 358 359 maintainers = with lib.maintainers; [ 359 360 cpcloud