python312Packages.google-cloud-monitoring: 2.22.1 -> 2.22.2 (#339490)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user