Merge pull request #293471 from fabaff/google-api-python-client-bump
python311Packages.google-api-python-client: 2.109.0 -> 2.120.0
This commit is contained in:
commit
3567c339ef
@ -13,16 +13,20 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "google-api-python-client";
|
||||
version = "2.109.0";
|
||||
format = "setuptools";
|
||||
version = "2.120.0";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-0GOQwlR3w2HVJjn+AO+RLD+rja/H+/KVgMEUTpJSOnk=";
|
||||
hash = "sha256-oMh2nK2VdnaLyzGRyx9VD2qzKQy6BCutsPsXu6A/cMw=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
setuptools
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
google-auth
|
||||
google-auth-httplib2
|
||||
@ -30,7 +34,6 @@ buildPythonPackage rec {
|
||||
httplib2
|
||||
uritemplate
|
||||
oauth2client
|
||||
setuptools
|
||||
];
|
||||
|
||||
# No tests included in archive
|
||||
|
@ -5,29 +5,28 @@
|
||||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "gam";
|
||||
version = "6.25";
|
||||
version = "6.58";
|
||||
format = "other";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "GAM-team";
|
||||
repo = "gam";
|
||||
repo = "GAM";
|
||||
rev = "refs/tags/v${version}";
|
||||
sha256 = "sha256-/VmBFMjCkd1xhudlcjYGGv+6tgEsyY/xqQoGdupJvOg=";
|
||||
sha256 = "sha256-AIaPzYavbBlJyi9arZN8HTmUXM7Tef0SIfE07PmV9Oo=";
|
||||
};
|
||||
|
||||
sourceRoot = "${src.name}/src";
|
||||
|
||||
patches = [
|
||||
# Also disables update check
|
||||
./signal_files_as_env_vars.patch
|
||||
];
|
||||
|
||||
propagatedBuildInputs = with python3.pkgs; [
|
||||
chardet
|
||||
cryptography
|
||||
distro
|
||||
filelock
|
||||
google-api-python-client
|
||||
google-auth
|
||||
google-auth-oauthlib
|
||||
httplib2
|
||||
lxml
|
||||
passlib
|
||||
pathvalidate
|
||||
python-dateutil
|
||||
@ -66,6 +65,7 @@ python3.pkgs.buildPythonApplication rec {
|
||||
meta = with lib; {
|
||||
description = "Command line management for Google Workspace";
|
||||
homepage = "https://github.com/GAM-team/GAM/wiki";
|
||||
changelog = "https://github.com/GAM-team/GAM/releases/tag/v${version}";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ thanegill ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user