pybiolib 1.2.49.dev1__py3-none-any.whl → 1.2.52.dev1__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/_data_record/data_record.py +6 -0
- {pybiolib-1.2.49.dev1.dist-info → pybiolib-1.2.52.dev1.dist-info}/METADATA +1 -1
- {pybiolib-1.2.49.dev1.dist-info → pybiolib-1.2.52.dev1.dist-info}/RECORD +6 -6
- {pybiolib-1.2.49.dev1.dist-info → pybiolib-1.2.52.dev1.dist-info}/LICENSE +0 -0
- {pybiolib-1.2.49.dev1.dist-info → pybiolib-1.2.52.dev1.dist-info}/WHEEL +0 -0
- {pybiolib-1.2.49.dev1.dist-info → pybiolib-1.2.52.dev1.dist-info}/entry_points.txt +0 -0
@@ -148,6 +148,12 @@ class DataRecord:
|
|
148
148
|
|
149
149
|
multipart_uploader.upload(payload_iterator=iterable_zip_stream, payload_size_in_bytes=data_size_in_bytes)
|
150
150
|
os.chdir(original_working_dir)
|
151
|
+
|
152
|
+
api.client.patch(
|
153
|
+
path=f"/resources/versions/{data_record_version['uuid']}/",
|
154
|
+
data={'state': 'published', 'set_as_active': True},
|
155
|
+
)
|
156
|
+
|
151
157
|
logger.info(f"Successfully pushed a new Data Record version '{data_record_version['uri']}'")
|
152
158
|
self._state = get_data_record_state_from_uri(data_record_version['uri'])
|
153
159
|
|
@@ -1,7 +1,7 @@
|
|
1
1
|
LICENSE,sha256=F2h7gf8i0agDIeWoBPXDMYScvQOz02pAWkKhTGOHaaw,1067
|
2
2
|
PYPI_README.md,sha256=_IH7pxFiqy2bIAmaVeA-iVTyUwWRjMIlfgtUbYTtmls,368
|
3
3
|
biolib/__init__.py,sha256=q_YhAYw51Vq16IKtSk8_MJclDAa4CfCmPhvWDYmrSIg,4393
|
4
|
-
biolib/_data_record/data_record.py,sha256
|
4
|
+
biolib/_data_record/data_record.py,sha256=-_EAcyheLWIkx02vQYygzEjxArYqx9XuQQYeE5GtuzU,12672
|
5
5
|
biolib/_internal/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
6
6
|
biolib/_internal/data_record/__init__.py,sha256=fGdME6JGRU_2VxpJbYpGXYndjN-feUkmKY4fuMyq3cg,76
|
7
7
|
biolib/_internal/data_record/data_record.py,sha256=g_-jdy5-Zem3dthwxJj2OuQqkDGTyc-iGqN1rtYYD1A,4418
|
@@ -118,8 +118,8 @@ biolib/utils/cache_state.py,sha256=u256F37QSRIVwqKlbnCyzAX4EMI-kl6Dwu6qwj-Qmag,3
|
|
118
118
|
biolib/utils/multipart_uploader.py,sha256=XvGP1I8tQuKhAH-QugPRoEsCi9qvbRk-DVBs5PNwwJo,8452
|
119
119
|
biolib/utils/seq_util.py,sha256=ZQFcaE37B2dtucN2zDjOmdya_X0ITc1zBFZJNQY13XA,5183
|
120
120
|
biolib/utils/zip/remote_zip.py,sha256=0wErYlxir5921agfFeV1xVjf29l9VNgGQvNlWOlj2Yc,23232
|
121
|
-
pybiolib-1.2.
|
122
|
-
pybiolib-1.2.
|
123
|
-
pybiolib-1.2.
|
124
|
-
pybiolib-1.2.
|
125
|
-
pybiolib-1.2.
|
121
|
+
pybiolib-1.2.52.dev1.dist-info/LICENSE,sha256=F2h7gf8i0agDIeWoBPXDMYScvQOz02pAWkKhTGOHaaw,1067
|
122
|
+
pybiolib-1.2.52.dev1.dist-info/METADATA,sha256=8m8D3rQE-Z7a3nLw8V5ky0Dt4K0bHefBONkoUaiieoo,1511
|
123
|
+
pybiolib-1.2.52.dev1.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
124
|
+
pybiolib-1.2.52.dev1.dist-info/entry_points.txt,sha256=p6DyaP_2kctxegTX23WBznnrDi4mz6gx04O5uKtRDXg,42
|
125
|
+
pybiolib-1.2.52.dev1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|