otter-service-stdalone 1.1.24__py3-none-any.whl → 1.1.25__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.24"
1
+ __version__ = "1.1.25"
@@ -209,8 +209,8 @@ class Download(BaseHandler):
209
209
  zipF.write(f"{file_path}", f_path, compress_type=ZIP_DEFLATED)
210
210
  read_me = os.path.join(os.path.dirname(__file__), "static_files", "README_DO_NOT_DISTRIBUTE.txt")
211
211
  zipF.write(read_me, "README_DO_NOT_DISTRIBUTE.txt", compress_type=ZIP_DEFLATED)
212
-
213
- download_label = f"{download_code.split('-')[0]}-results.zip"
212
+
213
+ download_label = f"{'-'.join(download_code.split('-')[:-5])}-results.zip"
214
214
  self.set_header('Content-Type', 'application/octet-stream')
215
215
  self.set_header("Content-Description", "File Transfer")
216
216
  m = f"attachment; filename={download_label}"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: otter_service_stdalone
3
- Version: 1.1.24
3
+ Version: 1.1.25
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=Qcxe-p-jxF-mKKLbA5tWn22JNDO078lw8nAN8n771k0,23
1
+ otter_service_stdalone/__init__.py,sha256=GUhBe-u2VIxlWj6VnsQTa5f-5Y_9NH483RwP3bh4950,23
2
2
  otter_service_stdalone/access_sops_keys.py,sha256=nboU5aZ84Elrm5vO0dMgpIF5LLcnecpNAwpxKvj6DvU,2129
3
- otter_service_stdalone/app.py,sha256=BO_0ZqoN9QDzHjWuG8Ln84XldcnHGOHwnELPKSIiYHQ,15966
3
+ otter_service_stdalone/app.py,sha256=CR6QaQlPO0I04Llxn48eTDJEWUaALI-nTrri1nf1wkI,15990
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.24.dist-info/METADATA,sha256=Dc2lvpWn-YheTFz5ZUjJ03n_Kao2gNScr0qrKIvpW5M,1468
19
- otter_service_stdalone-1.1.24.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
20
- otter_service_stdalone-1.1.24.dist-info/entry_points.txt,sha256=cx447chuIEl8ly9jEoF5-2xNhaKsWcIMDdhUMH_00qQ,75
21
- otter_service_stdalone-1.1.24.dist-info/top_level.txt,sha256=6UP22fD4OhbLt23E01v8Kvjn44vPRbyTIg_GqMYL-Ng,23
22
- otter_service_stdalone-1.1.24.dist-info/RECORD,,
18
+ otter_service_stdalone-1.1.25.dist-info/METADATA,sha256=dzDrh9QLpjRvaf2g4vvWoRfhy6FeSPEE1ffnmOt5v90,1468
19
+ otter_service_stdalone-1.1.25.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
20
+ otter_service_stdalone-1.1.25.dist-info/entry_points.txt,sha256=cx447chuIEl8ly9jEoF5-2xNhaKsWcIMDdhUMH_00qQ,75
21
+ otter_service_stdalone-1.1.25.dist-info/top_level.txt,sha256=6UP22fD4OhbLt23E01v8Kvjn44vPRbyTIg_GqMYL-Ng,23
22
+ otter_service_stdalone-1.1.25.dist-info/RECORD,,