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
commit ce035a2d93
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View file

@ -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 = [

View file

@ -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}