python3Packages.google-api-core: 2.24.2 -> 2.25.1

https://github.com/googleapis/python-api-core/blob/v2.25.1/CHANGELOG.md

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 18:59:36 +02:00
parent b358755d02
commit ec86124377
@@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "google-api-core";
version = "2.24.2";
version = "2.25.1";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "googleapis";
repo = "python-api-core";
tag = "v${version}";
hash = "sha256-7/9oU8KqwvL7DIDKDIUlGxfJZp7kGp1W6/tsEp6zcuc=";
hash = "sha256-lh4t03upQQxY2KGwucXfEeNvqVVXlZ6hjR/e47imetk=";
};
build-system = [ setuptools ];
@@ -86,7 +86,7 @@ buildPythonPackage rec {
helpers used by all Google API clients.
'';
homepage = "https://github.com/googleapis/python-api-core";
changelog = "https://github.com/googleapis/python-api-core/blob/v${version}/CHANGELOG.md";
changelog = "https://github.com/googleapis/python-api-core/blob/${src.tag}/CHANGELOG.md";
license = licenses.asl20;
maintainers = [ ];
};