mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-28 01:41:36 +00:00
Revert to setuptools 70.3.0
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -460,7 +460,7 @@ jobs:
|
||||
"${PYTHON}" get-pip.py
|
||||
"${PYTHON}" -m pip install --upgrade pip
|
||||
"${PYTHON}" -m pip install --upgrade wheel
|
||||
"${PYTHON}" -m pip install --upgrade setuptools
|
||||
"${PYTHON}" -m pip install --upgrade setuptools==70.3.0 --force-reinstall
|
||||
|
||||
- name: Install pip requirements
|
||||
run: |
|
||||
|
||||
@@ -36922,9 +36922,9 @@ def _getCalendarEventAttribute(myarg, body, parameters, function):
|
||||
body.update(jsonData)
|
||||
clearJSONfields(body, EVENT_JSON_INSERT_CLEAR_FIELDS)
|
||||
elif function == 'import':
|
||||
if 'id' in jsonData:
|
||||
jsonData['iCalUID'] = jsonData.pop('id')
|
||||
body.update(jsonData)
|
||||
if 'id' in body:
|
||||
body['iCalUID'] = body.pop('id')
|
||||
elif function == 'update':
|
||||
if 'event' in jsonData and 'attendees' in jsonData['event']:
|
||||
parameters['attendees'].extend(jsonData['event'].pop('attendees'))
|
||||
|
||||
Reference in New Issue
Block a user