pyPreservica 2.2.0__tar.gz → 2.2.1__tar.gz
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-2.2.0 → pyPreservica-2.2.1}/PKG-INFO +1 -1
- {pyPreservica-2.2.0 → pyPreservica-2.2.1}/pyPreservica/__init__.py +1 -1
- {pyPreservica-2.2.0 → pyPreservica-2.2.1}/pyPreservica/entityAPI.py +1 -1
- {pyPreservica-2.2.0 → pyPreservica-2.2.1}/pyPreservica.egg-info/PKG-INFO +1 -1
- {pyPreservica-2.2.0 → pyPreservica-2.2.1}/setup.py +1 -1
- {pyPreservica-2.2.0 → pyPreservica-2.2.1}/LICENSE.txt +0 -0
- {pyPreservica-2.2.0 → pyPreservica-2.2.1}/README.md +0 -0
- {pyPreservica-2.2.0 → pyPreservica-2.2.1}/pyPreservica/adminAPI.py +0 -0
- {pyPreservica-2.2.0 → pyPreservica-2.2.1}/pyPreservica/authorityAPI.py +0 -0
- {pyPreservica-2.2.0 → pyPreservica-2.2.1}/pyPreservica/common.py +0 -0
- {pyPreservica-2.2.0 → pyPreservica-2.2.1}/pyPreservica/contentAPI.py +0 -0
- {pyPreservica-2.2.0 → pyPreservica-2.2.1}/pyPreservica/monitorAPI.py +0 -0
- {pyPreservica-2.2.0 → pyPreservica-2.2.1}/pyPreservica/opex.py +0 -0
- {pyPreservica-2.2.0 → pyPreservica-2.2.1}/pyPreservica/parAPI.py +0 -0
- {pyPreservica-2.2.0 → pyPreservica-2.2.1}/pyPreservica/retentionAPI.py +0 -0
- {pyPreservica-2.2.0 → pyPreservica-2.2.1}/pyPreservica/uploadAPI.py +0 -0
- {pyPreservica-2.2.0 → pyPreservica-2.2.1}/pyPreservica/webHooksAPI.py +0 -0
- {pyPreservica-2.2.0 → pyPreservica-2.2.1}/pyPreservica/workflowAPI.py +0 -0
- {pyPreservica-2.2.0 → pyPreservica-2.2.1}/pyPreservica.egg-info/SOURCES.txt +0 -0
- {pyPreservica-2.2.0 → pyPreservica-2.2.1}/pyPreservica.egg-info/dependency_links.txt +0 -0
- {pyPreservica-2.2.0 → pyPreservica-2.2.1}/pyPreservica.egg-info/requires.txt +0 -0
- {pyPreservica-2.2.0 → pyPreservica-2.2.1}/pyPreservica.egg-info/top_level.txt +0 -0
- {pyPreservica-2.2.0 → pyPreservica-2.2.1}/setup.cfg +0 -0
|
@@ -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(
|
|
@@ -21,7 +21,7 @@ if sys.argv[-1] == 'publish':
|
|
|
21
21
|
# This call to setup() does all the work
|
|
22
22
|
setup(
|
|
23
23
|
name=PKG,
|
|
24
|
-
version="2.2.
|
|
24
|
+
version="2.2.1",
|
|
25
25
|
description="Python library for the Preservica API",
|
|
26
26
|
long_description=README,
|
|
27
27
|
long_description_content_type="text/markdown",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|