python3Packages.google-cloud-logging: 3.2.1 -> 3.2.2

This commit is contained in:
Sandro Jäckel 2022-08-22 00:33:46 +02:00
parent 83c9a5fc1a
commit 6435edc015
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -9,22 +9,24 @@
, google-cloud-core
, google-cloud-testutils
, mock
, pandas
, proto-plus
, pytestCheckHook
, pytest-asyncio
, pythonOlder
, rich
}:
buildPythonPackage rec {
pname = "google-cloud-logging";
version = "3.2.1";
version = "3.2.2";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-oREcVPdcbbBFMQz55xLm8Q0bemTrVwsj+4ew73A11Kw=";
hash = "sha256-cZEhSRzDSe4/hGAPPCkWtbuV1oYLlNkNNPj2PZedEiA=";
};
propagatedBuildInputs = [
@ -40,8 +42,10 @@ buildPythonPackage rec {
flask
google-cloud-testutils
mock
pandas
pytestCheckHook
pytest-asyncio
rich
];
disabledTests = [