otter-service-stdalone 1.1.28__py3-none-any.whl → 1.1.29__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.
- otter_service_stdalone/__init__.py +1 -1
- otter_service_stdalone/app.py +1 -1
- {otter_service_stdalone-1.1.28.dist-info → otter_service_stdalone-1.1.29.dist-info}/METADATA +1 -1
- {otter_service_stdalone-1.1.28.dist-info → otter_service_stdalone-1.1.29.dist-info}/RECORD +7 -7
- {otter_service_stdalone-1.1.28.dist-info → otter_service_stdalone-1.1.29.dist-info}/WHEEL +1 -1
- {otter_service_stdalone-1.1.28.dist-info → otter_service_stdalone-1.1.29.dist-info}/entry_points.txt +0 -0
- {otter_service_stdalone-1.1.28.dist-info → otter_service_stdalone-1.1.29.dist-info}/top_level.txt +0 -0
@@ -1 +1 @@
|
|
1
|
-
__version__ = "1.1.
|
1
|
+
__version__ = "1.1.29"
|
otter_service_stdalone/app.py
CHANGED
@@ -284,7 +284,7 @@ class Upload(BaseHandler):
|
|
284
284
|
m = "Step 3A-1: autograder.zip is made with the wrong version of otter-grader; must be >="
|
285
285
|
m += os.environ.get("TARGET_OTTER_VERSION")
|
286
286
|
log.write_logs(results_path, m, f"Results Code: {results_path}", "debug", log_debug)
|
287
|
-
m = "If you are teaching Data 8, please get the latest autograder.zips from materials-
|
287
|
+
m = "If you are teaching Data 8, please get the latest autograder.zips from materials-fds-private. "
|
288
288
|
m += "If you are NOT teaching Berkeley's Data 8, you need to make sure the autograder.zip uses "
|
289
289
|
m += f"otter-grader version >={os.environ.get('TARGET_OTTER_VERSION')}; due to breaking changes in "
|
290
290
|
m += "otter-grader dependencies you need to run otter assign with "
|
@@ -1,6 +1,6 @@
|
|
1
|
-
otter_service_stdalone/__init__.py,sha256=
|
1
|
+
otter_service_stdalone/__init__.py,sha256=DOpsZaN1AAXZKyhDQEexHmPoqsRUDlJ3UgTYvWIk8_M,23
|
2
2
|
otter_service_stdalone/access_sops_keys.py,sha256=nboU5aZ84Elrm5vO0dMgpIF5LLcnecpNAwpxKvj6DvU,2129
|
3
|
-
otter_service_stdalone/app.py,sha256=
|
3
|
+
otter_service_stdalone/app.py,sha256=p9IAWakM1ol7kY1P9_clD76h-EQ0kQfheBxcCVebfYw,16244
|
4
4
|
otter_service_stdalone/fs_logging.py,sha256=IKFZkc5TmpI6G3vTYFAU9jDjQ-GT5aRxk8kdZ0h0kJE,2390
|
5
5
|
otter_service_stdalone/grade_notebooks.py,sha256=x19MK_ResW-xM3mdwEUALsdsCiX4I1OHmODUHodcIow,3817
|
6
6
|
otter_service_stdalone/index.html,sha256=eEbFGxbV-plE5bAggGYHTv1q7yqoTN4kJbzL729uMmk,7276
|
@@ -15,8 +15,8 @@ otter_service_stdalone/secrets/gh_key.staging.yaml,sha256=cKVqj4dcwuz2LhXwMNQy_1
|
|
15
15
|
otter_service_stdalone/static_files/README_DO_NOT_DISTRIBUTE.txt,sha256=eMqBa1du1u0c07fuG3Eu9DDHuixRTFEbiQwrlvAnL1Y,353
|
16
16
|
otter_service_stdalone/static_templates/403.html,sha256=7eO3XQsEkl4nF8PEeFkLwCzGBfdZ3kkkeu_Kgpgbh0k,1440
|
17
17
|
otter_service_stdalone/static_templates/500.html,sha256=t6DeEMp8piSWyBToHb_JpTrw3GStAHFrozlmeuXyamg,1421
|
18
|
-
otter_service_stdalone-1.1.
|
19
|
-
otter_service_stdalone-1.1.
|
20
|
-
otter_service_stdalone-1.1.
|
21
|
-
otter_service_stdalone-1.1.
|
22
|
-
otter_service_stdalone-1.1.
|
18
|
+
otter_service_stdalone-1.1.29.dist-info/METADATA,sha256=UuecZ55y7YY_Iy5MrcDCR4Ffo_1Tnvimi3ohEsc7-34,1322
|
19
|
+
otter_service_stdalone-1.1.29.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
20
|
+
otter_service_stdalone-1.1.29.dist-info/entry_points.txt,sha256=cx447chuIEl8ly9jEoF5-2xNhaKsWcIMDdhUMH_00qQ,75
|
21
|
+
otter_service_stdalone-1.1.29.dist-info/top_level.txt,sha256=6UP22fD4OhbLt23E01v8Kvjn44vPRbyTIg_GqMYL-Ng,23
|
22
|
+
otter_service_stdalone-1.1.29.dist-info/RECORD,,
|
{otter_service_stdalone-1.1.28.dist-info → otter_service_stdalone-1.1.29.dist-info}/entry_points.txt
RENAMED
File without changes
|
{otter_service_stdalone-1.1.28.dist-info → otter_service_stdalone-1.1.29.dist-info}/top_level.txt
RENAMED
File without changes
|