python-libphash 1.0.0__tar.gz → 1.0.3__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.
Files changed (60) hide show
  1. {python_libphash-1.0.0/src/python_libphash.egg-info → python_libphash-1.0.3}/PKG-INFO +1 -1
  2. {python_libphash-1.0.0 → python_libphash-1.0.3}/pyproject.toml +13 -4
  3. {python_libphash-1.0.0 → python_libphash-1.0.3/src/python_libphash.egg-info}/PKG-INFO +1 -1
  4. {python_libphash-1.0.0 → python_libphash-1.0.3}/LICENSE +0 -0
  5. {python_libphash-1.0.0 → python_libphash-1.0.3}/MANIFEST.in +0 -0
  6. {python_libphash-1.0.0 → python_libphash-1.0.3}/README.md +0 -0
  7. {python_libphash-1.0.0 → python_libphash-1.0.3}/native/libphash/.clang-format +0 -0
  8. {python_libphash-1.0.0 → python_libphash-1.0.3}/native/libphash/.git +0 -0
  9. {python_libphash-1.0.0 → python_libphash-1.0.3}/native/libphash/.gitignore +0 -0
  10. {python_libphash-1.0.0 → python_libphash-1.0.3}/native/libphash/CMakeLists.txt +0 -0
  11. {python_libphash-1.0.0 → python_libphash-1.0.3}/native/libphash/LICENSE +0 -0
  12. {python_libphash-1.0.0 → python_libphash-1.0.3}/native/libphash/Makefile +0 -0
  13. {python_libphash-1.0.0 → python_libphash-1.0.3}/native/libphash/README.md +0 -0
  14. {python_libphash-1.0.0 → python_libphash-1.0.3}/native/libphash/include/libphash.h +0 -0
  15. {python_libphash-1.0.0 → python_libphash-1.0.3}/native/libphash/src/core.c +0 -0
  16. {python_libphash-1.0.0 → python_libphash-1.0.3}/native/libphash/src/hashes/ahash.c +0 -0
  17. {python_libphash-1.0.0 → python_libphash-1.0.3}/native/libphash/src/hashes/bmh.c +0 -0
  18. {python_libphash-1.0.0 → python_libphash-1.0.3}/native/libphash/src/hashes/color_hash.c +0 -0
  19. {python_libphash-1.0.0 → python_libphash-1.0.3}/native/libphash/src/hashes/common.c +0 -0
  20. {python_libphash-1.0.0 → python_libphash-1.0.3}/native/libphash/src/hashes/dhash.c +0 -0
  21. {python_libphash-1.0.0 → python_libphash-1.0.3}/native/libphash/src/hashes/mhash.c +0 -0
  22. {python_libphash-1.0.0 → python_libphash-1.0.3}/native/libphash/src/hashes/phash.c +0 -0
  23. {python_libphash-1.0.0 → python_libphash-1.0.3}/native/libphash/src/hashes/radial.c +0 -0
  24. {python_libphash-1.0.0 → python_libphash-1.0.3}/native/libphash/src/hashes/whash.c +0 -0
  25. {python_libphash-1.0.0 → python_libphash-1.0.3}/native/libphash/src/image.c +0 -0
  26. {python_libphash-1.0.0 → python_libphash-1.0.3}/native/libphash/src/internal.h +0 -0
  27. {python_libphash-1.0.0 → python_libphash-1.0.3}/native/libphash/tests/photo.jpeg +0 -0
  28. {python_libphash-1.0.0 → python_libphash-1.0.3}/native/libphash/tests/photo_color_changed.jpeg +0 -0
  29. {python_libphash-1.0.0 → python_libphash-1.0.3}/native/libphash/tests/photo_copy.jpeg +0 -0
  30. {python_libphash-1.0.0 → python_libphash-1.0.3}/native/libphash/tests/photo_rotated_90.jpeg +0 -0
  31. {python_libphash-1.0.0 → python_libphash-1.0.3}/native/libphash/tests/test_bmh.c +0 -0
  32. {python_libphash-1.0.0 → python_libphash-1.0.3}/native/libphash/tests/test_color.c +0 -0
  33. {python_libphash-1.0.0 → python_libphash-1.0.3}/native/libphash/tests/test_core.c +0 -0
  34. {python_libphash-1.0.0 → python_libphash-1.0.3}/native/libphash/tests/test_hashes.c +0 -0
  35. {python_libphash-1.0.0 → python_libphash-1.0.3}/native/libphash/tests/test_image_hashes.c +0 -0
  36. {python_libphash-1.0.0 → python_libphash-1.0.3}/native/libphash/tests/test_internal.c +0 -0
  37. {python_libphash-1.0.0 → python_libphash-1.0.3}/native/libphash/tests/test_macros.h +0 -0
  38. {python_libphash-1.0.0 → python_libphash-1.0.3}/native/libphash/tests/test_mhash.c +0 -0
  39. {python_libphash-1.0.0 → python_libphash-1.0.3}/native/libphash/tests/test_radial.c +0 -0
  40. {python_libphash-1.0.0 → python_libphash-1.0.3}/native/libphash/tests/test_whash.c +0 -0
  41. {python_libphash-1.0.0 → python_libphash-1.0.3}/native/libphash/vendor/stb_image.h +0 -0
  42. {python_libphash-1.0.0 → python_libphash-1.0.3}/setup.cfg +0 -0
  43. {python_libphash-1.0.0 → python_libphash-1.0.3}/setup.py +0 -0
  44. {python_libphash-1.0.0 → python_libphash-1.0.3}/src/libphash/__init__.py +0 -0
  45. {python_libphash-1.0.0 → python_libphash-1.0.3}/src/libphash/_build.py +0 -0
  46. {python_libphash-1.0.0 → python_libphash-1.0.3}/src/libphash/_native.pyi +0 -0
  47. {python_libphash-1.0.0 → python_libphash-1.0.3}/src/libphash/context.py +0 -0
  48. {python_libphash-1.0.0 → python_libphash-1.0.3}/src/libphash/exceptions.py +0 -0
  49. {python_libphash-1.0.0 → python_libphash-1.0.3}/src/libphash/py.typed +0 -0
  50. {python_libphash-1.0.0 → python_libphash-1.0.3}/src/libphash/types.py +0 -0
  51. {python_libphash-1.0.0 → python_libphash-1.0.3}/src/libphash/utils.py +0 -0
  52. {python_libphash-1.0.0 → python_libphash-1.0.3}/src/python_libphash.egg-info/SOURCES.txt +0 -0
  53. {python_libphash-1.0.0 → python_libphash-1.0.3}/src/python_libphash.egg-info/dependency_links.txt +0 -0
  54. {python_libphash-1.0.0 → python_libphash-1.0.3}/src/python_libphash.egg-info/not-zip-safe +0 -0
  55. {python_libphash-1.0.0 → python_libphash-1.0.3}/src/python_libphash.egg-info/requires.txt +0 -0
  56. {python_libphash-1.0.0 → python_libphash-1.0.3}/src/python_libphash.egg-info/top_level.txt +0 -0
  57. {python_libphash-1.0.0 → python_libphash-1.0.3}/tests/test_digests.py +0 -0
  58. {python_libphash-1.0.0 → python_libphash-1.0.3}/tests/test_distances.py +0 -0
  59. {python_libphash-1.0.0 → python_libphash-1.0.3}/tests/test_hashes.py +0 -0
  60. {python_libphash-1.0.0 → python_libphash-1.0.3}/tests/test_loading.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: python-libphash
3
- Version: 1.0.0
3
+ Version: 1.0.3
4
4
  Summary: High-performance perceptual hashing library (CFFI bindings)
5
5
  Author-email: gudoshnikovn <gudoshnikov-na@yandex.ru>
6
6
  License-Expression: MIT
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "python-libphash"
7
- version = "1.0.0"
7
+ version = "1.0.3"
8
8
  description = "High-performance perceptual hashing library (CFFI bindings)"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.8"
@@ -15,9 +15,7 @@ classifiers = [
15
15
  "Programming Language :: C",
16
16
  "Topic :: Multimedia :: Graphics",
17
17
  ]
18
- dependencies = [
19
- "cffi>=1.15.0",
20
- ]
18
+ dependencies = ["cffi>=1.15.0"]
21
19
  [project.urls]
22
20
  "Homepage" = "https://github.com/gudoshnikovn/python-libphash"
23
21
 
@@ -30,6 +28,17 @@ zip-safe = false
30
28
  [tool.setuptools.packages.find]
31
29
  where = ["src"]
32
30
 
31
+ [tool.cibuildwheel]
32
+ build-verbosity = 1
33
+
34
+ skip = "cp36* cp37* cp38* pp*"
35
+
36
+ before-build = "ls -R {project}/native/libphash"
37
+
38
+ [tool.cibuildwheel.linux]
39
+ manylinux-x86_64-image = "manylinux_2_28"
40
+ manylinux-aarch64-image = "manylinux_2_28"
41
+
33
42
  [tool.mypy]
34
43
  strict = true
35
44
  ignore_missing_imports = true
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: python-libphash
3
- Version: 1.0.0
3
+ Version: 1.0.3
4
4
  Summary: High-performance perceptual hashing library (CFFI bindings)
5
5
  Author-email: gudoshnikovn <gudoshnikov-na@yandex.ru>
6
6
  License-Expression: MIT
File without changes