canonicalwebteam.store-api 6.4.0__py3-none-any.whl → 6.6.0__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.
- canonicalwebteam/store_api/publishergw.py +5 -3
- {canonicalwebteam_store_api-6.4.0.dist-info → canonicalwebteam_store_api-6.6.0.dist-info}/METADATA +1 -1
- {canonicalwebteam_store_api-6.4.0.dist-info → canonicalwebteam_store_api-6.6.0.dist-info}/RECORD +5 -5
- {canonicalwebteam_store_api-6.4.0.dist-info → canonicalwebteam_store_api-6.6.0.dist-info}/LICENSE +0 -0
- {canonicalwebteam_store_api-6.4.0.dist-info → canonicalwebteam_store_api-6.6.0.dist-info}/WHEEL +0 -0
|
@@ -243,10 +243,12 @@ class PublisherGW(Base):
|
|
|
243
243
|
headers=self._get_dev_token_authorization_header(session),
|
|
244
244
|
)
|
|
245
245
|
|
|
246
|
-
|
|
247
|
-
return self.process_response(response)
|
|
246
|
+
processed_response = self.process_response(response)
|
|
248
247
|
|
|
249
|
-
|
|
248
|
+
if "metadata" not in processed_response:
|
|
249
|
+
return processed_response
|
|
250
|
+
|
|
251
|
+
return processed_response["metadata"]
|
|
250
252
|
|
|
251
253
|
def update_package_metadata(
|
|
252
254
|
self, publisher_auth: str, package_type: str, name: str, data: dict
|
{canonicalwebteam_store_api-6.4.0.dist-info → canonicalwebteam_store_api-6.6.0.dist-info}/RECORD
RENAMED
|
@@ -4,8 +4,8 @@ canonicalwebteam/store_api/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJ
|
|
|
4
4
|
canonicalwebteam/store_api/base.py,sha256=DmfVcefWxGYNQxzYmaDVhmthTCg2vEwEnvczU9Bk5zE,2414
|
|
5
5
|
canonicalwebteam/store_api/dashboard.py,sha256=M5JLjTTahN-bfiVz9SuP6ahLjqEvOalwmNim6X5Ky6o,22796
|
|
6
6
|
canonicalwebteam/store_api/devicegw.py,sha256=YXmVXdHCZhukNHJq-eaFUCxa2VxqLT8qt19UrqgXGN0,9777
|
|
7
|
-
canonicalwebteam/store_api/publishergw.py,sha256=
|
|
8
|
-
canonicalwebteam_store_api-6.
|
|
9
|
-
canonicalwebteam_store_api-6.
|
|
10
|
-
canonicalwebteam_store_api-6.
|
|
11
|
-
canonicalwebteam_store_api-6.
|
|
7
|
+
canonicalwebteam/store_api/publishergw.py,sha256=vsR0pq04b0SbvZDXY0qiKfYNuxVtNuCyRgrKyZ3HKBA,28845
|
|
8
|
+
canonicalwebteam_store_api-6.6.0.dist-info/LICENSE,sha256=46mU2C5kSwOnkqkw9XQAJlhBL2JAf1_uCD8lVcXyMRg,7652
|
|
9
|
+
canonicalwebteam_store_api-6.6.0.dist-info/METADATA,sha256=M-CsqxD35x23ADaP3DAijh1aEZUxuhS3JR7TOLRMEe0,2253
|
|
10
|
+
canonicalwebteam_store_api-6.6.0.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
|
11
|
+
canonicalwebteam_store_api-6.6.0.dist-info/RECORD,,
|
{canonicalwebteam_store_api-6.4.0.dist-info → canonicalwebteam_store_api-6.6.0.dist-info}/LICENSE
RENAMED
|
File without changes
|
{canonicalwebteam_store_api-6.4.0.dist-info → canonicalwebteam_store_api-6.6.0.dist-info}/WHEEL
RENAMED
|
File without changes
|