python310Packages.beautifulsoup4: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-02-22 16:53:47 +01:00 committed by Martin Weinelt
parent e6937f6684
commit 9e339490a1

View File

@ -14,6 +14,7 @@ buildPythonPackage rec {
pname = "beautifulsoup4";
version = "4.11.2";
format = "setuptools";
outputs = ["out" "doc"];
disabled = pythonOlder "3.6";
@ -43,6 +44,7 @@ buildPythonPackage rec {
];
meta = with lib; {
changelog = "https://git.launchpad.net/beautifulsoup/tree/CHANGELOG?h=${version}";
homepage = "http://crummy.com/software/BeautifulSoup/bs4/";
description = "HTML and XML parser";
license = licenses.mit;