canonicalwebteam.store-api 4.13.3__py3-none-any.whl → 5.0.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.
@@ -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
  """
@@ -352,12 +352,12 @@ class SnapPublisher(Publisher):
352
352
  [GET] https://dashboard.snapcraft.io/api/v2/validation-sets/{id}
353
353
  """
354
354
  url = self.get_dashboard_endpoint_url(
355
- f"validation-sets/{validation_set_id}"
355
+ f"validation-sets/{validation_set_id}?sequence=all"
356
356
  )
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):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: canonicalwebteam.store-api
3
- Version: 4.13.3
3
+ Version: 5.0.0
4
4
  Summary:
5
5
  License: LGPL-3.0
6
6
  Author: Canonical Web Team
@@ -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=MXQkiCMn3iPfYbkn_DANXYJfBh3PBaAnq7mWEfOexMI,27259
9
- canonicalwebteam_store_api-4.13.3.dist-info/LICENSE,sha256=46mU2C5kSwOnkqkw9XQAJlhBL2JAf1_uCD8lVcXyMRg,7652
10
- canonicalwebteam_store_api-4.13.3.dist-info/METADATA,sha256=Gym5iaTYa6X7o_mxkQvlc9ukrF0jD9pi9BJlDg8iiKc,2265
11
- canonicalwebteam_store_api-4.13.3.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
12
- canonicalwebteam_store_api-4.13.3.dist-info/RECORD,,
8
+ canonicalwebteam/store_api/stores/snapstore.py,sha256=Z4CXBe2wL7K34pN0PH9SFTnjd14S7Np3oeuwXjMNBk4,27318
9
+ canonicalwebteam_store_api-5.0.0.dist-info/LICENSE,sha256=46mU2C5kSwOnkqkw9XQAJlhBL2JAf1_uCD8lVcXyMRg,7652
10
+ canonicalwebteam_store_api-5.0.0.dist-info/METADATA,sha256=9WnmKPV7BQb2MbN1zO2jWibzqgnDLU2vK2GZUTf2Ad8,2264
11
+ canonicalwebteam_store_api-5.0.0.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
12
+ canonicalwebteam_store_api-5.0.0.dist-info/RECORD,,