pybiolib 1.2.515__py3-none-any.whl → 1.2.517__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.
- biolib/_internal/push_application.py +5 -0
- {pybiolib-1.2.515.dist-info → pybiolib-1.2.517.dist-info}/METADATA +1 -1
- {pybiolib-1.2.515.dist-info → pybiolib-1.2.517.dist-info}/RECORD +6 -6
- {pybiolib-1.2.515.dist-info → pybiolib-1.2.517.dist-info}/LICENSE +0 -0
- {pybiolib-1.2.515.dist-info → pybiolib-1.2.517.dist-info}/WHEEL +0 -0
- {pybiolib-1.2.515.dist-info → pybiolib-1.2.517.dist-info}/entry_points.txt +0 -0
@@ -191,6 +191,11 @@ def push_application(
|
|
191
191
|
|
192
192
|
app_response = BiolibAppApi.get_by_uri(app_uri_to_fetch)
|
193
193
|
app = app_response['app']
|
194
|
+
|
195
|
+
if app_data and not app['allow_client_side_execution']:
|
196
|
+
raise BioLibError(
|
197
|
+
'To push a version with app_data the app must be set to "Allow Client-Side Source Code Access"'
|
198
|
+
)
|
194
199
|
# push new app version
|
195
200
|
new_app_version_json = BiolibAppApi.push_app_version(
|
196
201
|
semantic_version=semantic_version,
|
@@ -13,7 +13,7 @@ biolib/_internal/lfs/__init__.py,sha256=gSWo_xg61UniYgD7yNYxeT4I9uaXBCBSi3_nmZjn
|
|
13
13
|
biolib/_internal/lfs/cache.py,sha256=pQS2np21rdJ6I3DpoOutnzPHpLOZgUIS8TMltUJk_k4,2226
|
14
14
|
biolib/_internal/libs/__init__.py,sha256=Jdf4tNPqe_oIIf6zYml6TiqhL_02Vyqwge6IELrAFhw,98
|
15
15
|
biolib/_internal/libs/fusepy/__init__.py,sha256=AWDzNFS-XV_5yKb0Qx7kggIhPzq1nj_BZS5y2Nso08k,41944
|
16
|
-
biolib/_internal/push_application.py,sha256=
|
16
|
+
biolib/_internal/push_application.py,sha256=C5YXh-TZzVnz5eBPOWWOU6n750JyKVdHvIQQc-wddG4,12152
|
17
17
|
biolib/_internal/runtime.py,sha256=BiHl4klUHr36MCpqKaUso4idHeBZfPAahLYRQrabFqA,486
|
18
18
|
biolib/_internal/types/__init__.py,sha256=xLgOQJFh3GRtiqIJq7MaqHReZx4pp34_zcaFQ_JjuJ4,198
|
19
19
|
biolib/_internal/types/app.py,sha256=Mz2QGD_jESX-K9JYnLWPo4YA__Q_1FQQTk9pvidCohU,118
|
@@ -119,8 +119,8 @@ biolib/utils/cache_state.py,sha256=u256F37QSRIVwqKlbnCyzAX4EMI-kl6Dwu6qwj-Qmag,3
|
|
119
119
|
biolib/utils/multipart_uploader.py,sha256=XvGP1I8tQuKhAH-QugPRoEsCi9qvbRk-DVBs5PNwwJo,8452
|
120
120
|
biolib/utils/seq_util.py,sha256=Ozk0blGtPur_D9MwShD02r_mphyQmgZkx-lOHOwnlIM,6730
|
121
121
|
biolib/utils/zip/remote_zip.py,sha256=0wErYlxir5921agfFeV1xVjf29l9VNgGQvNlWOlj2Yc,23232
|
122
|
-
pybiolib-1.2.
|
123
|
-
pybiolib-1.2.
|
124
|
-
pybiolib-1.2.
|
125
|
-
pybiolib-1.2.
|
126
|
-
pybiolib-1.2.
|
122
|
+
pybiolib-1.2.517.dist-info/LICENSE,sha256=F2h7gf8i0agDIeWoBPXDMYScvQOz02pAWkKhTGOHaaw,1067
|
123
|
+
pybiolib-1.2.517.dist-info/METADATA,sha256=bpM1eL9PbbUFvNoIdj58Y69eDD9yY8GSOf7G62_EghU,1570
|
124
|
+
pybiolib-1.2.517.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
|
125
|
+
pybiolib-1.2.517.dist-info/entry_points.txt,sha256=p6DyaP_2kctxegTX23WBznnrDi4mz6gx04O5uKtRDXg,42
|
126
|
+
pybiolib-1.2.517.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|