python3Packages.skops: 0.10 -> 0.11.0

https://github.com/skops-dev/skops/releases/tag/v0.11.0
This commit is contained in:
Martin Weinelt
2025-01-27 10:57:23 +01:00
parent 0105dcf8f9
commit 9fff39cfcc
@@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "skops";
version = "0.10";
version = "0.11.0";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "skops-dev";
repo = "skops";
tag = "v${version}";
hash = "sha256-2uX5sGVdTnZEbl0VXI8E7h1pQYQVbpQeUKUchCZpgg4=";
hash = "sha256-23Wy/VSd/CvpqT/zDX4ApplfsUwbjOj9q+T8YCKs8X4=";
};
build-system = [ setuptools ];
@@ -68,7 +68,7 @@ buildPythonPackage rec {
description = "Library for saving/loading, sharing, and deploying scikit-learn based models";
mainProgram = "skops";
homepage = "https://skops.readthedocs.io/en/stable";
changelog = "https://github.com/skops-dev/skops/releases/tag/v${version}";
changelog = "https://github.com/skops-dev/skops/releases/tag/${src.tag}";
license = lib.licenses.mit;
maintainers = [ lib.maintainers.bcdarwin ];
};