c2pa-python 0.32.1__tar.gz → 0.32.2__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.
- {c2pa_python-0.32.1/src/c2pa_python.egg-info → c2pa_python-0.32.2}/PKG-INFO +1 -1
- {c2pa_python-0.32.1 → c2pa_python-0.32.2}/pyproject.toml +1 -1
- {c2pa_python-0.32.1 → c2pa_python-0.32.2/src/c2pa_python.egg-info}/PKG-INFO +1 -1
- {c2pa_python-0.32.1 → c2pa_python-0.32.2}/tests/test_unit_tests.py +1 -1
- {c2pa_python-0.32.1 → c2pa_python-0.32.2}/LICENSE-APACHE +0 -0
- {c2pa_python-0.32.1 → c2pa_python-0.32.2}/LICENSE-MIT +0 -0
- {c2pa_python-0.32.1 → c2pa_python-0.32.2}/MANIFEST.in +0 -0
- {c2pa_python-0.32.1 → c2pa_python-0.32.2}/README.md +0 -0
- {c2pa_python-0.32.1 → c2pa_python-0.32.2}/requirements.txt +0 -0
- {c2pa_python-0.32.1 → c2pa_python-0.32.2}/scripts/download_artifacts.py +0 -0
- {c2pa_python-0.32.1 → c2pa_python-0.32.2}/setup.cfg +0 -0
- {c2pa_python-0.32.1 → c2pa_python-0.32.2}/setup.py +0 -0
- {c2pa_python-0.32.1 → c2pa_python-0.32.2}/src/c2pa/__init__.py +0 -0
- {c2pa_python-0.32.1 → c2pa_python-0.32.2}/src/c2pa/build.py +0 -0
- {c2pa_python-0.32.1 → c2pa_python-0.32.2}/src/c2pa/c2pa.py +0 -0
- {c2pa_python-0.32.1 → c2pa_python-0.32.2}/src/c2pa/lib.py +0 -0
- {c2pa_python-0.32.1 → c2pa_python-0.32.2}/src/c2pa_python.egg-info/SOURCES.txt +0 -0
- {c2pa_python-0.32.1 → c2pa_python-0.32.2}/src/c2pa_python.egg-info/dependency_links.txt +0 -0
- {c2pa_python-0.32.1 → c2pa_python-0.32.2}/src/c2pa_python.egg-info/entry_points.txt +0 -0
- {c2pa_python-0.32.1 → c2pa_python-0.32.2}/src/c2pa_python.egg-info/requires.txt +0 -0
- {c2pa_python-0.32.1 → c2pa_python-0.32.2}/src/c2pa_python.egg-info/top_level.txt +0 -0
- {c2pa_python-0.32.1 → c2pa_python-0.32.2}/tests/test_unit_tests_threaded.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: c2pa-python
|
|
3
|
-
Version: 0.32.
|
|
3
|
+
Version: 0.32.2
|
|
4
4
|
Summary: Python bindings for the C2PA Content Authenticity Initiative (CAI) library
|
|
5
5
|
Author-email: Gavin Peacock <gvnpeacock@adobe.com>, Tania Mathern <mathern@adobe.com>
|
|
6
6
|
Maintainer-email: Gavin Peacock <gpeacock@adobe.com>
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "c2pa-python"
|
|
7
|
-
version = "0.32.
|
|
7
|
+
version = "0.32.2"
|
|
8
8
|
requires-python = ">=3.10"
|
|
9
9
|
description = "Python bindings for the C2PA Content Authenticity Initiative (CAI) library"
|
|
10
10
|
readme = { file = "README.md", content-type = "text/markdown" }
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: c2pa-python
|
|
3
|
-
Version: 0.32.
|
|
3
|
+
Version: 0.32.2
|
|
4
4
|
Summary: Python bindings for the C2PA Content Authenticity Initiative (CAI) library
|
|
5
5
|
Author-email: Gavin Peacock <gvnpeacock@adobe.com>, Tania Mathern <mathern@adobe.com>
|
|
6
6
|
Maintainer-email: Gavin Peacock <gpeacock@adobe.com>
|
|
@@ -70,7 +70,7 @@ def load_test_settings_json():
|
|
|
70
70
|
class TestC2paSdk(unittest.TestCase):
|
|
71
71
|
def test_sdk_version(self):
|
|
72
72
|
# This test verifies the native libraries used match the expected version.
|
|
73
|
-
self.assertIn("0.79.
|
|
73
|
+
self.assertIn("0.79.3", sdk_version())
|
|
74
74
|
|
|
75
75
|
|
|
76
76
|
class TestReader(unittest.TestCase):
|
|
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
|