pyPreservica 2.2.0__py3-none-any.whl → 2.2.1__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.
- pyPreservica/__init__.py +1 -1
- pyPreservica/entityAPI.py +1 -1
- {pyPreservica-2.2.0.dist-info → pyPreservica-2.2.1.dist-info}/METADATA +1 -1
- {pyPreservica-2.2.0.dist-info → pyPreservica-2.2.1.dist-info}/RECORD +7 -7
- {pyPreservica-2.2.0.dist-info → pyPreservica-2.2.1.dist-info}/LICENSE.txt +0 -0
- {pyPreservica-2.2.0.dist-info → pyPreservica-2.2.1.dist-info}/WHEEL +0 -0
- {pyPreservica-2.2.0.dist-info → pyPreservica-2.2.1.dist-info}/top_level.txt +0 -0
pyPreservica/__init__.py
CHANGED
pyPreservica/entityAPI.py
CHANGED
|
@@ -1708,7 +1708,7 @@ class EntityAPI(AuthenticatedAPI):
|
|
|
1708
1708
|
if isinstance(entity, ContentObject):
|
|
1709
1709
|
raise RuntimeError("Thumbnails cannot be added to Content Objects")
|
|
1710
1710
|
|
|
1711
|
-
headers = {HEADER_TOKEN: self.token
|
|
1711
|
+
headers = {HEADER_TOKEN: self.token, 'Content-Type': 'application/octet-stream'}
|
|
1712
1712
|
|
|
1713
1713
|
with open(image_file, 'rb') as fd:
|
|
1714
1714
|
request = self.session.put(
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
pyPreservica/__init__.py,sha256=
|
|
1
|
+
pyPreservica/__init__.py,sha256=3yJh4gowQZcH-bl9aXF3q3I_s6R_EQLcwWD919yt6zQ,1085
|
|
2
2
|
pyPreservica/adminAPI.py,sha256=HoiNw1eWKhyb2Ccr40GjjMRjxMQIfoPIWP3h3pQjm0E,37810
|
|
3
3
|
pyPreservica/authorityAPI.py,sha256=Eule8g6LXr8c8SFcJgpRah4lH1FgevUItO5HhHDEaZE,9172
|
|
4
4
|
pyPreservica/common.py,sha256=kEfrJAr7cTNG37ziYUW-lgA8b2Llw3UGvfMxOoz-jyQ,35346
|
|
5
5
|
pyPreservica/contentAPI.py,sha256=GZZsZYOf9uXQ7hdnvZldrQuXYrndkec21P-ACgn-Wus,17251
|
|
6
|
-
pyPreservica/entityAPI.py,sha256=
|
|
6
|
+
pyPreservica/entityAPI.py,sha256=FjMFudkJCw0xHv6X0i3C_GPZc4m6b4sUSo6UzljzvFs,108981
|
|
7
7
|
pyPreservica/monitorAPI.py,sha256=Xto2uSiryfZlUMUCrH7it2B8xOPVSLgSVLodxZW45po,6258
|
|
8
8
|
pyPreservica/opex.py,sha256=ccra1S4ojUXS3PlbU8WfxajOkJrwG4OykBnNrYP_jus,4875
|
|
9
9
|
pyPreservica/parAPI.py,sha256=bgaQvYfWNnzdD7ibKMV3ZV85pNkEdSoLsgVigoiFFfw,10771
|
|
@@ -12,8 +12,8 @@ pyPreservica/uploadAPI.py,sha256=HdMoQAq2PY6NQklrYb2l51YoPyTXc71__dXhqsuNP0A,951
|
|
|
12
12
|
pyPreservica/vocabularyAPI.py,sha256=jPl6KDZoBGqlY0oEYjTpZ9kNEPzchDW-gyp-HH-MSKk,5729
|
|
13
13
|
pyPreservica/webHooksAPI.py,sha256=bhenk2nAlAZRauSET0AG9DZyKckJos2NENyl0LDN5Z4,6736
|
|
14
14
|
pyPreservica/workflowAPI.py,sha256=QOMd4Nw69Vf8tJ7Px4gSLpug7VakAtNi-90UTgWSed0,17862
|
|
15
|
-
pyPreservica-2.2.
|
|
16
|
-
pyPreservica-2.2.
|
|
17
|
-
pyPreservica-2.2.
|
|
18
|
-
pyPreservica-2.2.
|
|
19
|
-
pyPreservica-2.2.
|
|
15
|
+
pyPreservica-2.2.1.dist-info/LICENSE.txt,sha256=HrhfyXIkWY2tGFK11kg7vPCqhgh5DcxleloqdhrpyMY,11558
|
|
16
|
+
pyPreservica-2.2.1.dist-info/METADATA,sha256=xMTxeuB_6gMCiNZtir5ofjkKAF0zXAtJ5gnSHnxVXuU,2784
|
|
17
|
+
pyPreservica-2.2.1.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
|
|
18
|
+
pyPreservica-2.2.1.dist-info/top_level.txt,sha256=iIBh6NAznYQHOV8mv_y_kGKSDITek9rANyFDwJsbU-c,13
|
|
19
|
+
pyPreservica-2.2.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|