python310Packages.google-auth-httplib2: add changelog to meta

This commit is contained in:
Fabian Affolter
2022-12-28 18:23:01 +01:00
parent a8ae8b0137
commit cb0424fcaf
@@ -5,17 +5,21 @@
, google-auth
, httplib2
, mock
, pytestCheckHook
, pytest-localserver
, pytestCheckHook
, pythonOlder
}:
buildPythonPackage rec {
pname = "google-auth-httplib2";
version = "0.1.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
sha256 = "a07c39fd632becacd3f07718dfd6021bf396978f03ad3ce4321d060015cc30ac";
hash = "sha256-oHw5/WMr7KzT8HcY39YCG/OWl48DrTzkMh0GABXMMKw=";
};
propagatedBuildInputs = [
@@ -33,6 +37,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Google Authentication Library: httplib2 transport";
homepage = "https://github.com/GoogleCloudPlatform/google-auth-library-python-httplib2";
changelog = "https://github.com/googleapis/google-auth-library-python-httplib2/blob/v${version}/CHANGELOG.md";
license = licenses.asl20;
maintainers = with maintainers; [ SuperSandro2000 ];
};