otter-service-stdalone 1.1.32__py3-none-any.whl → 1.1.34__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.32"
1
+ __version__ = "1.1.34"
@@ -266,7 +266,7 @@ class Upload(BaseHandler):
266
266
  os.mkdir(f"{__UPLOADS__}/{results_path}")
267
267
  autograder_fname = autograder['filename']
268
268
  arr_autograder_fname = os.path.splitext(autograder_fname)
269
- autograder_orig_name = arr_autograder_fname[0]
269
+ autograder_orig_name = re.sub(r"[ ,_./\\\[\]{}()]", "", arr_autograder_fname[0])
270
270
  autograder_extn = arr_autograder_fname[1]
271
271
  autograder_name = str(uuid.uuid4()) + autograder_extn
272
272
  if not os.path.exists(__UPLOADS__):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: otter_service_stdalone
3
- Version: 1.1.32
3
+ Version: 1.1.34
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=4tjdrCUGPIlEuanHiiHA6UbM8N2fLiGnKz4cTpNqquo,23
1
+ otter_service_stdalone/__init__.py,sha256=yRAvqZ0Ab-SfIbEzEl2mwBi61G3q49JIFPmXLsjzf04,23
2
2
  otter_service_stdalone/access_sops_keys.py,sha256=nboU5aZ84Elrm5vO0dMgpIF5LLcnecpNAwpxKvj6DvU,2129
3
- otter_service_stdalone/app.py,sha256=sNHhy9PMOSXlzsx6DuJ6T69xixSvvDq9llh3_59KkC0,16176
3
+ otter_service_stdalone/app.py,sha256=o-AL_ZOlXrGCbPq3GoRBOgY2gUx732iyThZVmQp5vU8,16210
4
4
  otter_service_stdalone/fs_logging.py,sha256=IKFZkc5TmpI6G3vTYFAU9jDjQ-GT5aRxk8kdZ0h0kJE,2390
5
5
  otter_service_stdalone/grade_notebooks.py,sha256=eNdJsqAs11Vy6lqT_VYu4E22_87Ow0VnsBniqYvJIL8,3818
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.32.dist-info/METADATA,sha256=qyMOnYrZobct0gVJHrhxDlt-ePip-iALM1AnrFhoRik,1322
19
- otter_service_stdalone-1.1.32.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
20
- otter_service_stdalone-1.1.32.dist-info/entry_points.txt,sha256=cx447chuIEl8ly9jEoF5-2xNhaKsWcIMDdhUMH_00qQ,75
21
- otter_service_stdalone-1.1.32.dist-info/top_level.txt,sha256=6UP22fD4OhbLt23E01v8Kvjn44vPRbyTIg_GqMYL-Ng,23
22
- otter_service_stdalone-1.1.32.dist-info/RECORD,,
18
+ otter_service_stdalone-1.1.34.dist-info/METADATA,sha256=b_ehAIR5DC-GZEl53_WIGQNaPF7L5papadZ0zWTYkZw,1322
19
+ otter_service_stdalone-1.1.34.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
20
+ otter_service_stdalone-1.1.34.dist-info/entry_points.txt,sha256=cx447chuIEl8ly9jEoF5-2xNhaKsWcIMDdhUMH_00qQ,75
21
+ otter_service_stdalone-1.1.34.dist-info/top_level.txt,sha256=6UP22fD4OhbLt23E01v8Kvjn44vPRbyTIg_GqMYL-Ng,23
22
+ otter_service_stdalone-1.1.34.dist-info/RECORD,,