nci-cidc-api-modules 1.1.6__py3-none-any.whl → 1.1.7__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.
- cidc_api/shared/emails.py +0 -13
- {nci_cidc_api_modules-1.1.6.dist-info → nci_cidc_api_modules-1.1.7.dist-info}/METADATA +2 -2
- {nci_cidc_api_modules-1.1.6.dist-info → nci_cidc_api_modules-1.1.7.dist-info}/RECORD +6 -6
- {nci_cidc_api_modules-1.1.6.dist-info → nci_cidc_api_modules-1.1.7.dist-info}/WHEEL +1 -1
- {nci_cidc_api_modules-1.1.6.dist-info → nci_cidc_api_modules-1.1.7.dist-info}/LICENSE +0 -0
- {nci_cidc_api_modules-1.1.6.dist-info → nci_cidc_api_modules-1.1.7.dist-info}/top_level.txt +0 -0
cidc_api/shared/emails.py
CHANGED
@@ -115,19 +115,6 @@ def new_upload_alert(upload, full_metadata) -> dict:
|
|
115
115
|
"html_content": html_content,
|
116
116
|
}
|
117
117
|
|
118
|
-
if pipeline_configs:
|
119
|
-
email["attachments"] = [
|
120
|
-
{
|
121
|
-
# converting to base64 email attachment format (en/decode due to b64 expecting bytes)
|
122
|
-
"content": base64.b64encode(
|
123
|
-
conf.encode() if isinstance(conf, str) else conf
|
124
|
-
).decode(),
|
125
|
-
"type": "application/yaml",
|
126
|
-
"filename": conf_name,
|
127
|
-
}
|
128
|
-
for conf_name, conf in pipeline_configs.items()
|
129
|
-
]
|
130
|
-
|
131
118
|
return email
|
132
119
|
|
133
120
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.2
|
2
2
|
Name: nci_cidc_api_modules
|
3
|
-
Version: 1.1.
|
3
|
+
Version: 1.1.7
|
4
4
|
Summary: SQLAlchemy data models and configuration tools used in the NCI CIDC API
|
5
5
|
Home-page: https://github.com/NCI-CIDC/cidc-api-gae
|
6
6
|
License: MIT license
|
@@ -28,7 +28,7 @@ Requires-Dist: python-dotenv==0.10.3
|
|
28
28
|
Requires-Dist: requests==2.32.3
|
29
29
|
Requires-Dist: jinja2==3.1.5
|
30
30
|
Requires-Dist: certifi==2024.7.4
|
31
|
-
Requires-Dist: nci-cidc-schemas==0.27.
|
31
|
+
Requires-Dist: nci-cidc-schemas==0.27.05
|
32
32
|
Dynamic: description
|
33
33
|
Dynamic: description-content-type
|
34
34
|
Dynamic: home-page
|
@@ -15,12 +15,12 @@ cidc_api/models/files/details.py,sha256=h6R0p_hi-ukHsO7HV-3Wukccp0zRLJ1Oie_JNA_7
|
|
15
15
|
cidc_api/models/files/facets.py,sha256=0owlp-is2QJ7DemcsJ4VdlnN255NkkV1Cimg0VaXHpY,28967
|
16
16
|
cidc_api/shared/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
17
17
|
cidc_api/shared/auth.py,sha256=EzMpYAR_gN5x985hgFAXTd24xygyctqZ80Yp05Ph_HQ,9104
|
18
|
-
cidc_api/shared/emails.py,sha256=
|
18
|
+
cidc_api/shared/emails.py,sha256=FXW9UfI2bCus350SQuL7ZQYq1Vg-vGXaGWmRfA6z2nM,4408
|
19
19
|
cidc_api/shared/gcloud_client.py,sha256=7dDs0crLMJKdIp4IDSfrZBMB3h-zvWNieB81azoeLO4,33746
|
20
20
|
cidc_api/shared/jose.py,sha256=QO30uIhbYDwzPEWWJXz0PfyV7E1AZHReEZJUVT70UJY,1844
|
21
21
|
cidc_api/shared/rest_utils.py,sha256=LMfBpvJRjkfQjCzVXuhTTe4Foz4wlvaKg6QntyR-Hkc,6648
|
22
|
-
nci_cidc_api_modules-1.1.
|
23
|
-
nci_cidc_api_modules-1.1.
|
24
|
-
nci_cidc_api_modules-1.1.
|
25
|
-
nci_cidc_api_modules-1.1.
|
26
|
-
nci_cidc_api_modules-1.1.
|
22
|
+
nci_cidc_api_modules-1.1.7.dist-info/LICENSE,sha256=pNYWVTHaYonnmJyplmeAp7tQAjosmDpAWjb34jjv7Xs,1102
|
23
|
+
nci_cidc_api_modules-1.1.7.dist-info/METADATA,sha256=Y2cWTvsc6TVU6UBgG06CIhqM7ZD0RQx_7hmj6ihkL_8,40802
|
24
|
+
nci_cidc_api_modules-1.1.7.dist-info/WHEEL,sha256=52BFRY2Up02UkjOa29eZOS2VxUrpPORXg1pkohGGUS8,91
|
25
|
+
nci_cidc_api_modules-1.1.7.dist-info/top_level.txt,sha256=rNiRzL0lJGi5Q9tY9uSoMdTbJ-7u5c_D2E86KA94yRA,9
|
26
|
+
nci_cidc_api_modules-1.1.7.dist-info/RECORD,,
|
File without changes
|
File without changes
|