canonicalwebteam.store-api 4.13.3__py3-none-any.whl → 4.14.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/stores/snapstore.py +2 -2
- {canonicalwebteam_store_api-4.13.3.dist-info → canonicalwebteam_store_api-4.14.0.dist-info}/METADATA +1 -1
- {canonicalwebteam_store_api-4.13.3.dist-info → canonicalwebteam_store_api-4.14.0.dist-info}/RECORD +5 -5
- {canonicalwebteam_store_api-4.13.3.dist-info → canonicalwebteam_store_api-4.14.0.dist-info}/LICENSE +0 -0
- {canonicalwebteam_store_api-4.13.3.dist-info → canonicalwebteam_store_api-4.14.0.dist-info}/WHEEL +0 -0
|
@@ -341,7 +341,7 @@ class SnapPublisher(Publisher):
|
|
|
341
341
|
response = self.session.get(
|
|
342
342
|
url, headers=self._get_authorization_header(publisher_auth)
|
|
343
343
|
)
|
|
344
|
-
return response
|
|
344
|
+
return self.process_response(response)
|
|
345
345
|
|
|
346
346
|
def get_validation_set(self, publisher_auth, validation_set_id):
|
|
347
347
|
"""
|
|
@@ -357,7 +357,7 @@ class SnapPublisher(Publisher):
|
|
|
357
357
|
response = self.session.get(
|
|
358
358
|
url, headers=self._get_authorization_header(publisher_auth)
|
|
359
359
|
)
|
|
360
|
-
return response
|
|
360
|
+
return self.process_response(response)
|
|
361
361
|
|
|
362
362
|
|
|
363
363
|
class SnapStoreAdmin(SnapPublisher):
|
{canonicalwebteam_store_api-4.13.3.dist-info → canonicalwebteam_store_api-4.14.0.dist-info}/RECORD
RENAMED
|
@@ -5,8 +5,8 @@ canonicalwebteam/store_api/publisher.py,sha256=4gSCJOtpEfK0luYal5xOEa0XF7DzOrdGM
|
|
|
5
5
|
canonicalwebteam/store_api/store.py,sha256=Uk1BMGM4S8uVXepuUiF2FNqw3MCnqtd3EGbrlwzod7Y,7826
|
|
6
6
|
canonicalwebteam/store_api/stores/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
7
7
|
canonicalwebteam/store_api/stores/charmstore.py,sha256=1eovt1EkwUmxzCx_oR7Jf6b0xDHRRHlHUVGHhKQnKjw,17505
|
|
8
|
-
canonicalwebteam/store_api/stores/snapstore.py,sha256=
|
|
9
|
-
canonicalwebteam_store_api-4.
|
|
10
|
-
canonicalwebteam_store_api-4.
|
|
11
|
-
canonicalwebteam_store_api-4.
|
|
12
|
-
canonicalwebteam_store_api-4.
|
|
8
|
+
canonicalwebteam/store_api/stores/snapstore.py,sha256=uoAjTXbhIIe_nBRqZV6Fz2vSjR-LGlx3302SvPcqVo0,27305
|
|
9
|
+
canonicalwebteam_store_api-4.14.0.dist-info/LICENSE,sha256=46mU2C5kSwOnkqkw9XQAJlhBL2JAf1_uCD8lVcXyMRg,7652
|
|
10
|
+
canonicalwebteam_store_api-4.14.0.dist-info/METADATA,sha256=qBnUTpmYXeXYC6ZPOVJ22kmCn-7_Y4v8PGd9Fd7hvM8,2265
|
|
11
|
+
canonicalwebteam_store_api-4.14.0.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
12
|
+
canonicalwebteam_store_api-4.14.0.dist-info/RECORD,,
|
{canonicalwebteam_store_api-4.13.3.dist-info → canonicalwebteam_store_api-4.14.0.dist-info}/LICENSE
RENAMED
|
File without changes
|
{canonicalwebteam_store_api-4.13.3.dist-info → canonicalwebteam_store_api-4.14.0.dist-info}/WHEEL
RENAMED
|
File without changes
|