canonicalwebteam.store-api 6.0.0__py3-none-any.whl → 6.1.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.
@@ -284,8 +284,7 @@ class Dashboard(Base):
284
284
  )
285
285
  else:
286
286
  # API requires a multipart request, but we have no files to
287
- # push https://github.com/requests/requests/issues/1081
288
- # files_array.append(("info", ("", data["info"], "")))
287
+ files_array.append(("info", ("", data["info"], "")))
289
288
  data = None
290
289
 
291
290
  screenshot_response = self.session.request(
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: canonicalwebteam.store-api
3
- Version: 6.0.0
3
+ Version: 6.1.0
4
4
  Summary:
5
5
  License: LGPL-3.0
6
6
  Author: Canonical Web Team
@@ -2,10 +2,10 @@ canonicalwebteam/__init__.py,sha256=ED6jHcYiuYpr_0vjGz0zx2lrrmJT9sDJCzIljoDfmlM,
2
2
  canonicalwebteam/exceptions.py,sha256=A49LRhiEIfXNB2zC-zNcZEcdh0ugw6G7fBbXbs-BWxA,1517
3
3
  canonicalwebteam/store_api/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
4
  canonicalwebteam/store_api/base.py,sha256=DmfVcefWxGYNQxzYmaDVhmthTCg2vEwEnvczU9Bk5zE,2414
5
- canonicalwebteam/store_api/dashboard.py,sha256=Xpi_4PEZJ0N_jy3q-XYDgbWHL6YGolUn0cKzcNVtCsk,22479
5
+ canonicalwebteam/store_api/dashboard.py,sha256=U8ccu2Sz-QjsYa-MHNt1gzzJ5iJQ1Xt_prTsgUP8EnY,22405
6
6
  canonicalwebteam/store_api/devicegw.py,sha256=9HapLDDyHlmzCu0FvZzbNyVc0kDPi28TN77F4mJ_8Gg,9062
7
7
  canonicalwebteam/store_api/publishergw.py,sha256=0NucF_LZJnmwy3YOmfK_YQlLJ_0qMLXjalFXbhMpEqk,28695
8
- canonicalwebteam_store_api-6.0.0.dist-info/LICENSE,sha256=46mU2C5kSwOnkqkw9XQAJlhBL2JAf1_uCD8lVcXyMRg,7652
9
- canonicalwebteam_store_api-6.0.0.dist-info/METADATA,sha256=7Yl8p_IfbhCn3TJiMNuFcJT1Z8mkrqDsh1qIEEJBIzU,2253
10
- canonicalwebteam_store_api-6.0.0.dist-info/WHEEL,sha256=IYZQI976HJqqOpQU6PHkJ8fb3tMNBFjg-Cn-pwAbaFM,88
11
- canonicalwebteam_store_api-6.0.0.dist-info/RECORD,,
8
+ canonicalwebteam_store_api-6.1.0.dist-info/LICENSE,sha256=46mU2C5kSwOnkqkw9XQAJlhBL2JAf1_uCD8lVcXyMRg,7652
9
+ canonicalwebteam_store_api-6.1.0.dist-info/METADATA,sha256=_hh_7AhPgyGIDZUr9ogmWgJMhfcQHhLlivFIb3juLZ0,2253
10
+ canonicalwebteam_store_api-6.1.0.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
11
+ canonicalwebteam_store_api-6.1.0.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: poetry-core 2.0.1
2
+ Generator: poetry-core 2.1.1
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any