lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python311Packages.path: add changelog to meta

authored by

Fabian Affolter and committed by
Martin Weinelt
b9fa39f1 8c4093db

+5 -8
+5 -8
pkgs/development/python-modules/path/default.nix
··· 1 1 { lib 2 + , appdirs 2 3 , buildPythonPackage 3 - , pythonOlder 4 4 , fetchPypi 5 - 6 - # build time 7 - , setuptools-scm 8 - 9 - # tests 10 - , pytestCheckHook 11 - , appdirs 12 5 , packaging 6 + , pytestCheckHook 7 + , pythonOlder 8 + , setuptools-scm 13 9 }: 14 10 15 11 buildPythonPackage rec { ··· 45 41 meta = with lib; { 46 42 description = "Object-oriented file system path manipulation"; 47 43 homepage = "https://github.com/jaraco/path"; 44 + changelog = "https://github.com/jaraco/path/blob/v${version}/NEWS.rst"; 48 45 license = licenses.mit; 49 46 maintainers = with maintainers; [ ]; 50 47 };