python3Packages.google-cloud-logging: 3.13.0 -> 3.16.0

https://github.com/googleapis/google-cloud-python/blob/3.16.0/packages/google-cloud-logging/CHANGELOG.md
This commit is contained in:
Martin Weinelt 2026-07-02 12:48:05 +02:00
commit 2edaccc390
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -23,13 +23,13 @@
buildPythonPackage rec {
pname = "google-cloud-logging";
version = "3.13.0";
version = "3.16.0";
pyproject = true;
src = fetchPypi {
pname = "google_cloud_logging";
inherit version;
hash = "sha256-Oq4Fc7GhpPWezfRXH054gbWCO9Ep/kaVYcHEmn+opME=";
hash = "sha256-CKMHa48PckIZ1vc7KiQu9p1R6LziJhM66+QaJfI/VAA=";
};
build-system = [ setuptools ];
@ -77,8 +77,6 @@ buildPythonPackage rec {
# Tests require credentials
"tests/system/test_system.py"
"tests/unit/test__gapic.py"
# Exclude performance tests
"tests/performance/test_performance.py"
];
pythonImportsCheck = [
@ -88,8 +86,8 @@ buildPythonPackage rec {
meta = {
description = "Stackdriver Logging API client library";
homepage = "https://github.com/googleapis/python-logging";
changelog = "https://github.com/googleapis/python-logging/blob/v${version}/CHANGELOG.md";
homepage = "https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-logging";
changelog = "https://github.com/googleapis/google-cloud-python/blob/${version}/packages/google-cloud-logging/CHANGELOG.md";
license = lib.licenses.asl20;
maintainers = [ ];
};