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 CHANGED
@@ -23,6 +23,6 @@ from .authorityAPI import AuthorityAPI, Table
23
23
  __author__ = "James Carr (drjamescarr@gmail.com)"
24
24
 
25
25
  # Version of the Preservica API package
26
- __version__ = "2.2.0"
26
+ __version__ = "2.2.1"
27
27
 
28
28
  __license__ = "Apache License Version 2.0"
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} # , 'Content-Type': 'application/octet-stream'}
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,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyPreservica
3
- Version: 2.2.0
3
+ Version: 2.2.1
4
4
  Summary: Python library for the Preservica API
5
5
  Home-page: https://pypreservica.readthedocs.io/
6
6
  Author: James Carr
@@ -1,9 +1,9 @@
1
- pyPreservica/__init__.py,sha256=1FEwPJXGofNTnpV2ypw2XRCPhHF3b8_Nyf1yEcvEj0s,1085
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=rUwAOvbXi3x8L0xatNRtZjMXdbs8bzyjU2XOqlSw3hA,108985
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.0.dist-info/LICENSE.txt,sha256=HrhfyXIkWY2tGFK11kg7vPCqhgh5DcxleloqdhrpyMY,11558
16
- pyPreservica-2.2.0.dist-info/METADATA,sha256=r_QoMld1uBWoXYMw5CdNs-c3r6ZoWYGNJpRtzsYKLCA,2784
17
- pyPreservica-2.2.0.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
18
- pyPreservica-2.2.0.dist-info/top_level.txt,sha256=iIBh6NAznYQHOV8mv_y_kGKSDITek9rANyFDwJsbU-c,13
19
- pyPreservica-2.2.0.dist-info/RECORD,,
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,,