mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
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:
parent
a7c22a4263
commit
2edaccc390
1 changed files with 4 additions and 6 deletions
|
|
@ -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 = [ ];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue