python310Packages.google-cloud-appengine-logging: 1.1.6 -> 1.2.0
Changelog: https://github.com/googleapis/python-appengine-logging/blob/v1.2.0/CHANGELOG.md
This commit is contained in:
parent
b5cf8c9686
commit
22bc63acd5
1 changed files with 5 additions and 3 deletions
|
@ -5,6 +5,7 @@
|
|||
, grpc-google-iam-v1
|
||||
, mock
|
||||
, proto-plus
|
||||
, protobuf
|
||||
, pytest-asyncio
|
||||
, pytestCheckHook
|
||||
, pythonOlder
|
||||
|
@ -12,21 +13,22 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "google-cloud-appengine-logging";
|
||||
version = "1.1.6";
|
||||
version = "1.2.0";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-N0d/8lqqLT4IXbg0QpxchtJ4PmBOvXc4yGkvNhvHyJc=";
|
||||
hash = "sha256-pvao522dfnRx6JJe4osRgU+q1LpBvdOTP4W9UVVZNiY=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
google-api-core
|
||||
grpc-google-iam-v1
|
||||
proto-plus
|
||||
];
|
||||
protobuf
|
||||
] ++ google-api-core.optional-dependencies.grpc;
|
||||
|
||||
checkInputs = [
|
||||
mock
|
||||
|
|
Loading…
Reference in a new issue