python3Packages.google-cloud-logging: 3.2.1 -> 3.2.2
This commit is contained in:
@@ -9,22 +9,24 @@
|
|||||||
, google-cloud-core
|
, google-cloud-core
|
||||||
, google-cloud-testutils
|
, google-cloud-testutils
|
||||||
, mock
|
, mock
|
||||||
|
, pandas
|
||||||
, proto-plus
|
, proto-plus
|
||||||
, pytestCheckHook
|
, pytestCheckHook
|
||||||
, pytest-asyncio
|
, pytest-asyncio
|
||||||
, pythonOlder
|
, pythonOlder
|
||||||
|
, rich
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "google-cloud-logging";
|
pname = "google-cloud-logging";
|
||||||
version = "3.2.1";
|
version = "3.2.2";
|
||||||
format = "setuptools";
|
format = "setuptools";
|
||||||
|
|
||||||
disabled = pythonOlder "3.6";
|
disabled = pythonOlder "3.6";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
hash = "sha256-oREcVPdcbbBFMQz55xLm8Q0bemTrVwsj+4ew73A11Kw=";
|
hash = "sha256-cZEhSRzDSe4/hGAPPCkWtbuV1oYLlNkNNPj2PZedEiA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
@@ -40,8 +42,10 @@ buildPythonPackage rec {
|
|||||||
flask
|
flask
|
||||||
google-cloud-testutils
|
google-cloud-testutils
|
||||||
mock
|
mock
|
||||||
|
pandas
|
||||||
pytestCheckHook
|
pytestCheckHook
|
||||||
pytest-asyncio
|
pytest-asyncio
|
||||||
|
rich
|
||||||
];
|
];
|
||||||
|
|
||||||
disabledTests = [
|
disabledTests = [
|
||||||
|
|||||||
Reference in New Issue
Block a user