Merge pull request #166062 from SuperSandro2000/google-auth-oauthlib

This commit is contained in:
Sandro
2022-03-29 11:07:53 +02:00
committed by GitHub
2 changed files with 4 additions and 3 deletions
@@ -11,11 +11,11 @@
buildPythonPackage rec {
pname = "google-auth-oauthlib";
version = "0.4.6";
version = "0.5.1";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-qQoHL2mT8sMnBnv2UnAEY4TNpajssguU6ppofx8jOno=";
sha256 = "sha256-MFlrgk/GgI/ayi8EjkmYzED7SzWZ6upm0o3HCFs2xbg=";
};
propagatedBuildInputs = [
@@ -42,7 +42,8 @@ buildPythonPackage rec {
pushd unpacked/tensorboard-${version}
substituteInPlace tensorboard-${version}.dist-info/METADATA \
--replace "google-auth (<2,>=1.6.3)" "google-auth (<3,>=1.6.3)"
--replace "google-auth (<2,>=1.6.3)" "google-auth (<3,>=1.6.3)" \
--replace "google-auth-oauthlib (<0.5,>=0.4.1)" "google-auth-oauthlib (<0.6,>=0.4.1)"
popd
wheel pack ./unpacked/tensorboard-${version}