python3Packages.google-cloud-storage: 1.35.1 -> 1.37.0
This commit is contained in:
parent
1f42951046
commit
fa2b892422
@ -13,11 +13,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "google-cloud-storage";
|
pname = "google-cloud-storage";
|
||||||
version = "1.35.1";
|
version = "1.37.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "dc076b6af6da991252416639cb93831f8e50c8328d5ac3fb8e03e40cd8de2290";
|
sha256 = "sha256-IAPF7Uc/mzfQRfMMTIvn0w19Dripe80sWLOovFScTMw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
@ -41,6 +41,8 @@ buildPythonPackage rec {
|
|||||||
"get"
|
"get"
|
||||||
"post"
|
"post"
|
||||||
"test_build_api_url"
|
"test_build_api_url"
|
||||||
|
"test_ctor_mtls"
|
||||||
|
"test_open"
|
||||||
];
|
];
|
||||||
|
|
||||||
pytestFlagsArray = [
|
pytestFlagsArray = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user