0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 14:10:33 +03:00

python312Packages.google-cloud-monitoring: 2.22.1 -> 2.22.2 (#339490)

This commit is contained in:
Fabian Affolter 2024-09-04 13:00:23 +02:00 committed by GitHub
commit dbfc5cc7c5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,14 +16,15 @@
buildPythonPackage rec {
pname = "google-cloud-monitoring";
version = "2.22.1";
version = "2.22.2";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-2xexWvjUfaDPj7DjZfqvvNEfmqYngc4EjCmYiAiz3H0=";
pname = "google_cloud_monitoring";
inherit version;
hash = "sha256-n8ItrEjRTdHH+4PuSlT3pXv5hS7mtcncqeO7CTsEx+4=";
};
build-system = [ setuptools ];
@ -34,7 +35,7 @@ buildPythonPackage rec {
protobuf
] ++ google-api-core.optional-dependencies.grpc;
passthru.optional-dependencies = {
optional-dependencies = {
pandas = [ pandas ];
};
@ -43,7 +44,7 @@ buildPythonPackage rec {
mock
pytestCheckHook
pytest-asyncio
] ++ passthru.optional-dependencies.pandas;
] ++ optional-dependencies.pandas;
disabledTests = [
# Test requires credentials