python312Packages.svg-py: 1.5.0 -> 1.6.0 (#392307)

This commit is contained in:
Fabian Affolter
2025-03-23 11:26:07 +01:00
committed by GitHub
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "svg-py";
version = "1.5.0";
version = "1.6.0";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -19,10 +19,10 @@ buildPythonPackage rec {
owner = "orsinium-labs";
repo = "svg.py";
tag = version;
hash = "sha256-Lxzk3IVCD4PG36Pozz2crccwxCAAAM2QfS4rgwbjs6g=";
hash = "sha256-XuSv4CVcbwWHuHiXxx4PfGJ8Pi+tfufbAdUiTFWNLcc=";
};
nativeBuildInputs = [ flit-core ];
build-system = [ flit-core ];
nativeCheckInputs = [
pytestCheckHook
@@ -39,7 +39,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Type-safe Python library to generate SVG files";
homepage = "https://github.com/orsinium-labs/svg.py";
changelog = "https://github.com/orsinium-labs/svg.py/releases/tag/${version}";
changelog = "https://github.com/orsinium-labs/svg.py/releases/tag/${src.tag}";
license = licenses.mit;
maintainers = with maintainers; [ fab ];
};