python3Packages.ibis-framework: 10.5.0 -> 10.8.0

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 19:00:03 +02:00
parent aa2829c9a5
commit 1e51134bbd
@@ -98,14 +98,14 @@ in
buildPythonPackage rec {
pname = "ibis-framework";
version = "10.5.0";
version = "10.8.0";
pyproject = true;
src = fetchFromGitHub {
owner = "ibis-project";
repo = "ibis";
tag = version;
hash = "sha256-KJPl5bkD/tQlHY2k0b9zok5YCPekaXw7Y9z8P4AD3FQ=";
hash = "sha256-Uuqm9Exu/oK3BGBL4ViUOGArMWhVutUn1gFRj1I4vt4=";
};
build-system = [
@@ -142,6 +142,7 @@ buildPythonPackage rec {
pytestFlags = [
"--benchmark-disable"
"-Wignore::FutureWarning"
];
enabledTestMarks = testBackends ++ [ "core" ];
@@ -353,7 +354,7 @@ buildPythonPackage rec {
meta = {
description = "Productivity-centric Python Big Data Framework";
homepage = "https://github.com/ibis-project/ibis";
changelog = "https://github.com/ibis-project/ibis/blob/${version}/docs/release_notes.md";
changelog = "https://github.com/ibis-project/ibis/blob/${src.tag}/docs/release_notes.md";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [
cpcloud