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.
@@ -1 +1 @@
1
- __version__ = "1.1.28"
1
+ __version__ = "1.1.29"
@@ -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-sp22-private. "
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
1
  Metadata-Version: 2.4
2
2
  Name: otter_service_stdalone
3
- Version: 1.1.28
3
+ Version: 1.1.29
4
4
  Summary: Grading Service for Instructors using Otter Grader
5
5
  Home-page: https://github.com/sean-morris/otter-service-stdalone
6
6
  Author: Sean Morris
@@ -1,6 +1,6 @@
1
- otter_service_stdalone/__init__.py,sha256=aCJkB3jitIMFmvHU3qsTZNYJz7wBxK3u9hnnnoIwYRs,23
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=x1ZkIbM7sopzK0ZoUVaioTiypVgPdzklpibMVFpaz_c,16245
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.28.dist-info/METADATA,sha256=8E_HO6rG_QE1wgYUeObobrfJNvfw8oMlxJ4sBurFGzk,1322
19
- otter_service_stdalone-1.1.28.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
20
- otter_service_stdalone-1.1.28.dist-info/entry_points.txt,sha256=cx447chuIEl8ly9jEoF5-2xNhaKsWcIMDdhUMH_00qQ,75
21
- otter_service_stdalone-1.1.28.dist-info/top_level.txt,sha256=6UP22fD4OhbLt23E01v8Kvjn44vPRbyTIg_GqMYL-Ng,23
22
- otter_service_stdalone-1.1.28.dist-info/RECORD,,
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,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (78.1.0)
2
+ Generator: setuptools (80.9.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5