gam7 7.5.20__py3-none-any.whl → 7.5.21__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of gam7 might be problematic. Click here for more details.

gam/__init__.py CHANGED
@@ -25,7 +25,7 @@ https://github.com/GAM-team/GAM/wiki
25
25
  """
26
26
 
27
27
  __author__ = 'GAM Team <google-apps-manager@googlegroups.com>'
28
- __version__ = '7.05.20'
28
+ __version__ = '7.05.21'
29
29
  __license__ = 'Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0)'
30
30
 
31
31
  #pylint: disable=wrong-import-position
@@ -28290,7 +28290,7 @@ def doUpdateChromePolicy():
28290
28290
  elif vtype == 'TYPE_ENUM':
28291
28291
  prefix = schema['settings'][lowerField]['enum_prefix']
28292
28292
  if not value.startswith(prefix):
28293
- value = "{prefix}{value}"
28293
+ value = f"{prefix}{value}"
28294
28294
  elif vtype == 'TYPE_LIST':
28295
28295
  value = value.split(',') if value else []
28296
28296
  if myarg == 'chrome.users.chromebrowserupdates' and casedField == 'targetVersionPrefixSetting':
@@ -28656,7 +28656,7 @@ def doCreateChromePolicyImage():
28656
28656
  cp = buildGAPIObject(API.CHROMEPOLICY)
28657
28657
  parent = _getCustomersCustomerIdWithC()
28658
28658
  schema = getChoice(CHROME_IMAGE_SCHEMAS_MAP, mapChoice=True)
28659
- parameters = {}
28659
+ parameters = {DFA_URL: None}
28660
28660
  parameters[DFA_LOCALFILEPATH] = os.path.expanduser(getString(Cmd.OB_FILE_NAME))
28661
28661
  try:
28662
28662
  f = open(parameters[DFA_LOCALFILEPATH], 'rb')
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: gam7
3
- Version: 7.5.20
3
+ Version: 7.5.21
4
4
  Summary: CLI tool to manage Google Workspace
5
5
  Project-URL: Homepage, https://github.com/GAM-team/GAM
6
6
  Project-URL: Issues, https://github.com/GAM-team/GAM/issues
@@ -1,4 +1,4 @@
1
- gam/__init__.py,sha256=NbIk_4F9WWuSc0_BEPwF0E8ULPbmv5kaSeSSx093gAg,3484715
1
+ gam/__init__.py,sha256=VBXU9NxJVzPLYR2ySONCwtzSN1bpmJ40EFsdlgJRs1Q,3484729
2
2
  gam/__main__.py,sha256=amz0-959ph6zkZKqjaar4n60yho-T37w6qWI36qx0CA,1049
3
3
  gam/cacerts.pem,sha256=nJuWha0xm5dHw_5ptGphwRoO-r36Ccpqiww9pCEDbSc,67484
4
4
  gam/cbcm-v1.1beta1.json,sha256=xO5XloCQQULmPbFBx5bckdqmbLFQ7sJ2TImhE1ysDIY,19439
@@ -65,8 +65,8 @@ gam/googleapiclient/discovery_cache/base.py,sha256=yCDPtxnbNN-p5_9fzBacC6P3wcUPl
65
65
  gam/googleapiclient/discovery_cache/file_cache.py,sha256=sim3Mg4HgRYo3vX75jvcKy_aV568EvIrtBfvfbw-044,4774
66
66
  gam/iso8601/__init__.py,sha256=Z2PsYbXgAH5a5xzUvgczCboPzqWpm65kRcIngCnhViU,1218
67
67
  gam/iso8601/iso8601.py,sha256=Li2FHZ4sBTWuthuQhyCvmvj0j6At8JbGzkSv2fc2RHU,4384
68
- gam7-7.5.20.dist-info/METADATA,sha256=fk08OrftIsKQs3iBss-u12mACP2-Wc7M4IQ76sq3jfA,2889
69
- gam7-7.5.20.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
70
- gam7-7.5.20.dist-info/entry_points.txt,sha256=HVUM5J7dA8YwvJfG30jiLefR19ExMs387TWugWd9sf4,42
71
- gam7-7.5.20.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
72
- gam7-7.5.20.dist-info/RECORD,,
68
+ gam7-7.5.21.dist-info/METADATA,sha256=OsXbB8rZlHdu_Cew6vd_WE_md6KeIygLaYhZ1Yz7rm8,2889
69
+ gam7-7.5.21.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
70
+ gam7-7.5.21.dist-info/entry_points.txt,sha256=HVUM5J7dA8YwvJfG30jiLefR19ExMs387TWugWd9sf4,42
71
+ gam7-7.5.21.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
72
+ gam7-7.5.21.dist-info/RECORD,,
File without changes