gam7 7.5.17__tar.gz → 7.5.18__tar.gz

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.

Files changed (107) hide show
  1. {gam7-7.5.17 → gam7-7.5.18}/PKG-INFO +1 -1
  2. {gam7-7.5.17 → gam7-7.5.18}/src/GamCommands.txt +7 -3
  3. {gam7-7.5.17 → gam7-7.5.18}/src/GamUpdate.txt +16 -0
  4. {gam7-7.5.17 → gam7-7.5.18}/src/gam/__init__.py +8 -10
  5. {gam7-7.5.17 → gam7-7.5.18}/.github/ISSUE_TEMPLATE/aa-question.md +0 -0
  6. {gam7-7.5.17 → gam7-7.5.18}/.github/ISSUE_TEMPLATE/za-bug-report.md +0 -0
  7. {gam7-7.5.17 → gam7-7.5.18}/.github/ISSUE_TEMPLATE/zz-feature-request.md +0 -0
  8. {gam7-7.5.17 → gam7-7.5.18}/.github/ISSUE_TEMPLATE.txt +0 -0
  9. {gam7-7.5.17 → gam7-7.5.18}/.github/actions/creds.tar.xz.gpg +0 -0
  10. {gam7-7.5.17 → gam7-7.5.18}/.github/actions/decrypt.sh +0 -0
  11. {gam7-7.5.17 → gam7-7.5.18}/.github/actions/entitlements.plist +0 -0
  12. {gam7-7.5.17 → gam7-7.5.18}/.github/actions/package_exclusions.txt +0 -0
  13. {gam7-7.5.17 → gam7-7.5.18}/.github/stale.yml +0 -0
  14. {gam7-7.5.17 → gam7-7.5.18}/.github/workflows/build.yml +0 -0
  15. {gam7-7.5.17 → gam7-7.5.18}/.github/workflows/codeql-analysis.yml +0 -0
  16. {gam7-7.5.17 → gam7-7.5.18}/.github/workflows/get-cacerts.yml +0 -0
  17. {gam7-7.5.17 → gam7-7.5.18}/.github/workflows/pypi.yml +0 -0
  18. {gam7-7.5.17 → gam7-7.5.18}/.pre-commit-config.yaml +0 -0
  19. {gam7-7.5.17 → gam7-7.5.18}/LICENSE +0 -0
  20. {gam7-7.5.17 → gam7-7.5.18}/README.md +0 -0
  21. {gam7-7.5.17 → gam7-7.5.18}/pyproject.toml +0 -0
  22. {gam7-7.5.17 → gam7-7.5.18}/src/.gitignore +0 -0
  23. {gam7-7.5.17 → gam7-7.5.18}/src/LICENSE +0 -0
  24. {gam7-7.5.17 → gam7-7.5.18}/src/cacerts.pem +0 -0
  25. {gam7-7.5.17 → gam7-7.5.18}/src/callgam.py +0 -0
  26. {gam7-7.5.17 → gam7-7.5.18}/src/gam/__main__.py +0 -0
  27. {gam7-7.5.17 → gam7-7.5.18}/src/gam/atom/__init__.py +0 -0
  28. {gam7-7.5.17 → gam7-7.5.18}/src/gam/atom/auth.py +0 -0
  29. {gam7-7.5.17 → gam7-7.5.18}/src/gam/atom/client.py +0 -0
  30. {gam7-7.5.17 → gam7-7.5.18}/src/gam/atom/core.py +0 -0
  31. {gam7-7.5.17 → gam7-7.5.18}/src/gam/atom/data.py +0 -0
  32. {gam7-7.5.17 → gam7-7.5.18}/src/gam/atom/http.py +0 -0
  33. {gam7-7.5.17 → gam7-7.5.18}/src/gam/atom/http_core.py +0 -0
  34. {gam7-7.5.17 → gam7-7.5.18}/src/gam/atom/http_interface.py +0 -0
  35. {gam7-7.5.17 → gam7-7.5.18}/src/gam/atom/mock_http.py +0 -0
  36. {gam7-7.5.17 → gam7-7.5.18}/src/gam/atom/mock_http_core.py +0 -0
  37. {gam7-7.5.17 → gam7-7.5.18}/src/gam/atom/mock_service.py +0 -0
  38. {gam7-7.5.17 → gam7-7.5.18}/src/gam/atom/service.py +0 -0
  39. {gam7-7.5.17 → gam7-7.5.18}/src/gam/atom/token_store.py +0 -0
  40. {gam7-7.5.17 → gam7-7.5.18}/src/gam/atom/url.py +0 -0
  41. {gam7-7.5.17 → gam7-7.5.18}/src/gam/cacerts.pem +0 -0
  42. {gam7-7.5.17 → gam7-7.5.18}/src/gam/cbcm-v1.1beta1.json +0 -0
  43. {gam7-7.5.17 → gam7-7.5.18}/src/gam/contactdelegation-v1.json +0 -0
  44. {gam7-7.5.17 → gam7-7.5.18}/src/gam/datastudio-v1.json +0 -0
  45. {gam7-7.5.17 → gam7-7.5.18}/src/gam/gamlib/__init__.py +0 -0
  46. {gam7-7.5.17 → gam7-7.5.18}/src/gam/gamlib/glaction.py +0 -0
  47. {gam7-7.5.17 → gam7-7.5.18}/src/gam/gamlib/glapi.py +0 -0
  48. {gam7-7.5.17 → gam7-7.5.18}/src/gam/gamlib/glcfg.py +0 -0
  49. {gam7-7.5.17 → gam7-7.5.18}/src/gam/gamlib/glclargs.py +0 -0
  50. {gam7-7.5.17 → gam7-7.5.18}/src/gam/gamlib/glentity.py +0 -0
  51. {gam7-7.5.17 → gam7-7.5.18}/src/gam/gamlib/glgapi.py +0 -0
  52. {gam7-7.5.17 → gam7-7.5.18}/src/gam/gamlib/glgdata.py +0 -0
  53. {gam7-7.5.17 → gam7-7.5.18}/src/gam/gamlib/glglobals.py +0 -0
  54. {gam7-7.5.17 → gam7-7.5.18}/src/gam/gamlib/glindent.py +0 -0
  55. {gam7-7.5.17 → gam7-7.5.18}/src/gam/gamlib/glmsgs.py +0 -0
  56. {gam7-7.5.17 → gam7-7.5.18}/src/gam/gamlib/glskus.py +0 -0
  57. {gam7-7.5.17 → gam7-7.5.18}/src/gam/gamlib/gluprop.py +0 -0
  58. {gam7-7.5.17 → gam7-7.5.18}/src/gam/gamlib/glverlibs.py +0 -0
  59. {gam7-7.5.17 → gam7-7.5.18}/src/gam/gamlib/yubikey.py +0 -0
  60. {gam7-7.5.17 → gam7-7.5.18}/src/gam/gdata/__init__.py +0 -0
  61. {gam7-7.5.17 → gam7-7.5.18}/src/gam/gdata/alt/__init__.py +0 -0
  62. {gam7-7.5.17 → gam7-7.5.18}/src/gam/gdata/alt/app_engine.py +0 -0
  63. {gam7-7.5.17 → gam7-7.5.18}/src/gam/gdata/alt/appengine.py +0 -0
  64. {gam7-7.5.17 → gam7-7.5.18}/src/gam/gdata/apps/__init__.py +0 -0
  65. {gam7-7.5.17 → gam7-7.5.18}/src/gam/gdata/apps/audit/__init__.py +0 -0
  66. {gam7-7.5.17 → gam7-7.5.18}/src/gam/gdata/apps/audit/service.py +0 -0
  67. {gam7-7.5.17 → gam7-7.5.18}/src/gam/gdata/apps/contacts/__init__.py +0 -0
  68. {gam7-7.5.17 → gam7-7.5.18}/src/gam/gdata/apps/contacts/service.py +0 -0
  69. {gam7-7.5.17 → gam7-7.5.18}/src/gam/gdata/apps/service.py +0 -0
  70. {gam7-7.5.17 → gam7-7.5.18}/src/gam/gdata/service.py +0 -0
  71. {gam7-7.5.17 → gam7-7.5.18}/src/gam/gdata/urlfetch.py +0 -0
  72. {gam7-7.5.17 → gam7-7.5.18}/src/gam/googleapiclient/__init__.py +0 -0
  73. {gam7-7.5.17 → gam7-7.5.18}/src/gam/googleapiclient/_auth.py +0 -0
  74. {gam7-7.5.17 → gam7-7.5.18}/src/gam/googleapiclient/_helpers.py +0 -0
  75. {gam7-7.5.17 → gam7-7.5.18}/src/gam/googleapiclient/channel.py +0 -0
  76. {gam7-7.5.17 → gam7-7.5.18}/src/gam/googleapiclient/discovery.py +0 -0
  77. {gam7-7.5.17 → gam7-7.5.18}/src/gam/googleapiclient/discovery_cache/__init__.py +0 -0
  78. {gam7-7.5.17 → gam7-7.5.18}/src/gam/googleapiclient/discovery_cache/appengine_memcache.py +0 -0
  79. {gam7-7.5.17 → gam7-7.5.18}/src/gam/googleapiclient/discovery_cache/base.py +0 -0
  80. {gam7-7.5.17 → gam7-7.5.18}/src/gam/googleapiclient/discovery_cache/file_cache.py +0 -0
  81. {gam7-7.5.17 → gam7-7.5.18}/src/gam/googleapiclient/errors.py +0 -0
  82. {gam7-7.5.17 → gam7-7.5.18}/src/gam/googleapiclient/http.py +0 -0
  83. {gam7-7.5.17 → gam7-7.5.18}/src/gam/googleapiclient/mimeparse.py +0 -0
  84. {gam7-7.5.17 → gam7-7.5.18}/src/gam/googleapiclient/model.py +0 -0
  85. {gam7-7.5.17 → gam7-7.5.18}/src/gam/googleapiclient/schema.py +0 -0
  86. {gam7-7.5.17 → gam7-7.5.18}/src/gam/googleapiclient/version.py +0 -0
  87. {gam7-7.5.17 → gam7-7.5.18}/src/gam/iso8601/__init__.py +0 -0
  88. {gam7-7.5.17 → gam7-7.5.18}/src/gam/iso8601/iso8601.py +0 -0
  89. {gam7-7.5.17 → gam7-7.5.18}/src/gam/meet-v2beta.json +0 -0
  90. {gam7-7.5.17 → gam7-7.5.18}/src/gam/serviceaccountlookup-v1.json +0 -0
  91. {gam7-7.5.17 → gam7-7.5.18}/src/gam/six.py +0 -0
  92. {gam7-7.5.17 → gam7-7.5.18}/src/gam-install.sh +0 -0
  93. {gam7-7.5.17 → gam7-7.5.18}/src/gam-setup.bat +0 -0
  94. {gam7-7.5.17 → gam7-7.5.18}/src/gam.exe.manifest +0 -0
  95. {gam7-7.5.17 → gam7-7.5.18}/src/gam.py +0 -0
  96. {gam7-7.5.17 → gam7-7.5.18}/src/gam.spec +0 -0
  97. {gam7-7.5.17 → gam7-7.5.18}/src/gam.wxs +0 -0
  98. {gam7-7.5.17 → gam7-7.5.18}/src/license.rtf +0 -0
  99. {gam7-7.5.17 → gam7-7.5.18}/src/requirements-dev.txt +0 -0
  100. {gam7-7.5.17 → gam7-7.5.18}/src/requirements.txt +0 -0
  101. {gam7-7.5.17 → gam7-7.5.18}/src/setup.cfg +0 -0
  102. {gam7-7.5.17 → gam7-7.5.18}/src/setup.py +0 -0
  103. {gam7-7.5.17 → gam7-7.5.18}/src/tools/a_atleast_b.py +0 -0
  104. {gam7-7.5.17 → gam7-7.5.18}/src/tools/gen-wix-xml-filelist.py +0 -0
  105. {gam7-7.5.17 → gam7-7.5.18}/src/tools/mkGamRef.py +0 -0
  106. {gam7-7.5.17 → gam7-7.5.18}/src/tools/openssl.props +0 -0
  107. {gam7-7.5.17 → gam7-7.5.18}/src/version_info.txt.in +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: gam7
3
- Version: 7.5.17
3
+ Version: 7.5.18
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
@@ -1276,7 +1276,7 @@ If the pattern {{Section}} appears in <FileName>, it will be replaced with the n
1276
1276
  For redirect csv, the optional arguments must appear in the order shown.
1277
1277
  <Redirect> ::=
1278
1278
  redirect csv <FileName> [multiprocess] [append] [noheader] [charset <Charset>]
1279
- [columndelimiter <Character>] [noescapechar [<Boolean>]] [quotechar <Character>]
1279
+ [columndelimiter <Character>] [quotechar <Character>] [noescapechar [<Boolean>]]
1280
1280
  [sortheaders <StringList>] [timestampcolumn <String>] [transpose [<Bopolean>]]
1281
1281
  [todrive <ToDriveAttribute>*] |
1282
1282
  redirect stdout <FileName> [multiprocess] [append] |
@@ -3926,6 +3926,10 @@ gam print group-members [todrive <ToDriveAttribute>*]
3926
3926
 
3927
3927
  # Cloud Identity Groups
3928
3928
 
3929
+ <CBCMBrowser> ::= id:cbcm-browser.<DeviceId>
3930
+ <ChromeOSDevice> ::= id:chrome-os-device.<DeviceId>
3931
+ <BrowserDeviceList> ::= "(<CBCMBrowser>|<ChromeOSDevice>)(,(<CBCMBrowser>|<ChromeOSDevice>))*"
3932
+
3929
3933
  <CIGroupFieldsName> ::=
3930
3934
  additionalgroupkeys|
3931
3935
  createtime|
@@ -3955,12 +3959,12 @@ gam update cigroups <GroupEntity> create|add [<GroupRole>]
3955
3959
  [usersonly|groupsonly]
3956
3960
  [notsuspended|suspended] [notarchived|archived]
3957
3961
  [expire|expires <Time>] [preview] [actioncsv]
3958
- <UserTypeEntity>
3962
+ <UserTypeEntity>|<BrowserDeviceList>
3959
3963
  gam update cigroups <GroupEntity> delete|remove [<GroupRole>]
3960
3964
  [usersonly|groupsonly]
3961
3965
  [notsuspended|suspended] [notarchived|archived]
3962
3966
  [preview] [actioncsv]
3963
- <UserTypeEntity>
3967
+ <UserTypeEntity>|<BrowserDeviceList>
3964
3968
  gam update cigroups <GroupEntity> sync [<GroupRole>|ignorerole]
3965
3969
  [usersonly|groupsonly] [addonly|removeonly]
3966
3970
  [notsuspended|suspended] [notarchived|archived]
@@ -1,3 +1,19 @@
1
+ 7.05.18
2
+
3
+ Updated `gam calendars <CalendarEntity> show events` and `gam <UserTypeEntity> show events`
4
+ to display the event description according to `show_convert_cr_nl` in `gam.cfg`;
5
+ previously, GAM assumed `show_convert_cr_nl = true`.
6
+ ```
7
+ show_convert_cr_nl = false
8
+ description:
9
+ Line 1
10
+ Line 2
11
+ Line 3
12
+
13
+ show_convert_cr_nl = true
14
+ description: Line 1\nLine 2\nLine 3\n
15
+ ```
16
+
1
17
  7.05.17
2
18
 
3
19
  Updated commands that delete drive ACLs to handle the following error:
@@ -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.17'
28
+ __version__ = '7.05.18'
29
29
  __license__ = 'Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0)'
30
30
 
31
31
  #pylint: disable=wrong-import-position
@@ -4088,13 +4088,8 @@ def SetGlobalVariables():
4088
4088
  GC.Values[GC.OUTPUT_DATEFORMAT] = GM.Globals[GM.OUTPUT_DATEFORMAT]
4089
4089
  if not GC.Values[GC.OUTPUT_TIMEFORMAT]:
4090
4090
  GC.Values[GC.OUTPUT_TIMEFORMAT] = GM.Globals[GM.OUTPUT_TIMEFORMAT]
4091
- # Create/set mode for oauth2.txt.lock
4092
- if not GM.Globals[GM.OAUTH2_TXT_LOCK]:
4093
- fileName = f'{GC.Values[GC.OAUTH2_TXT]}.lock'
4094
- if not os.path.isfile(fileName):
4095
- closeFile(openFile(fileName, mode=DEFAULT_FILE_APPEND_MODE))
4096
- os.chmod(fileName, 0o666)
4097
- GM.Globals[GM.OAUTH2_TXT_LOCK] = fileName
4091
+ # Define lockfile: oauth2.txt.lock
4092
+ GM.Globals[GM.OAUTH2_TXT_LOCK] = f'{GC.Values[GC.OAUTH2_TXT]}.lock'
4098
4093
  # Override httplib2 settings
4099
4094
  httplib2.debuglevel = GC.Values[GC.DEBUG_LEVEL]
4100
4095
  # Reset global variables if required
@@ -4113,7 +4108,7 @@ def SetGlobalVariables():
4113
4108
  if checkArgumentPresent(Cmd.MULTIPROCESSEXIT_CMD):
4114
4109
  _setMultiprocessExit()
4115
4110
  # redirect csv <FileName> [multiprocess] [append] [noheader] [charset <CharSet>]
4116
- # [columndelimiter <Character>] [noescapechar [<Boolean>]] [quotechar <Character>]]
4111
+ # [columndelimiter <Character>] [quotechar <Character>]] [noescapechar [<Boolean>]]
4117
4112
  # [sortheaders <StringList>] [timestampcolumn <String>] [transpose [<Boolean>]]
4118
4113
  # [todrive <ToDriveAttribute>*]
4119
4114
  # redirect stdout <FileName> [multiprocess] [append]
@@ -39410,7 +39405,10 @@ def _showCalendarEvent(primaryEmail, calId, eventEntityType, event, k, kcount, F
39410
39405
  Ind.Increment()
39411
39406
  for field in EVENT_SHOW_ORDER:
39412
39407
  if field in event:
39413
- showJSON(field, event[field], skipObjects, EVENT_TIME_OBJECTS)
39408
+ if field != 'description':
39409
+ showJSON(field, event[field], skipObjects, EVENT_TIME_OBJECTS)
39410
+ else:
39411
+ printKeyValueWithCRsNLs(field, event[field])
39414
39412
  skipObjects.add(field)
39415
39413
  showJSON(None, event, skipObjects)
39416
39414
  Ind.Decrement()
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes