From 2c8f296b3795c91e6bb983fbcfb492e550d0bcf3 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 19 Dec 2022 15:40:01 +0100 Subject: [PATCH] python310Packages.versioneer: add changelog to meta --- pkgs/development/python-modules/versioneer/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/versioneer/default.nix b/pkgs/development/python-modules/versioneer/default.nix index 131bf9d7f425..51af7a498346 100644 --- a/pkgs/development/python-modules/versioneer/default.nix +++ b/pkgs/development/python-modules/versioneer/default.nix @@ -16,8 +16,7 @@ buildPythonPackage rec { hash = "sha256-hPxymqKW0dJmRaj2LxeAGYhf9vmhBzsppKIoJwrFJXs="; }; - # Couldn't get tests to work because, for instance, they used virtualenv and - # pip. + # Couldn't get tests to work because, for instance, they used virtualenv and pip doCheck = false; pythonImportsCheck = [ @@ -27,6 +26,7 @@ buildPythonPackage rec { meta = with lib; { description = "Version-string management for VCS-controlled trees"; homepage = "https://github.com/warner/python-versioneer"; + changelog = "https://github.com/python-versioneer/python-versioneer/blob/${version}/NEWS.md"; license = licenses.publicDomain; maintainers = with maintainers; [ jluttine ]; };