gam7 7.5.17__py3-none-any.whl → 7.5.18__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 +8 -10
- {gam7-7.5.17.dist-info → gam7-7.5.18.dist-info}/METADATA +1 -1
- {gam7-7.5.17.dist-info → gam7-7.5.18.dist-info}/RECORD +6 -6
- {gam7-7.5.17.dist-info → gam7-7.5.18.dist-info}/WHEEL +0 -0
- {gam7-7.5.17.dist-info → gam7-7.5.18.dist-info}/entry_points.txt +0 -0
- {gam7-7.5.17.dist-info → gam7-7.5.18.dist-info}/licenses/LICENSE +0 -0
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.
|
|
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
|
-
#
|
|
4092
|
-
|
|
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>] [
|
|
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
|
-
|
|
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()
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
gam/__init__.py,sha256=
|
|
1
|
+
gam/__init__.py,sha256=8HIbFsnREVaZVPbM-7x4-BnzzGPjVsyMXa_KAGpcI04,3483042
|
|
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.
|
|
69
|
-
gam7-7.5.
|
|
70
|
-
gam7-7.5.
|
|
71
|
-
gam7-7.5.
|
|
72
|
-
gam7-7.5.
|
|
68
|
+
gam7-7.5.18.dist-info/METADATA,sha256=eE2uVDi0Mi4uYJO1W3pgqk4eFw6IORpuQc2oo2TasnU,2889
|
|
69
|
+
gam7-7.5.18.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
70
|
+
gam7-7.5.18.dist-info/entry_points.txt,sha256=HVUM5J7dA8YwvJfG30jiLefR19ExMs387TWugWd9sf4,42
|
|
71
|
+
gam7-7.5.18.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
72
|
+
gam7-7.5.18.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|