archive-r-python 0.1.25__tar.gz → 0.1.27__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 (63) hide show
  1. {archive_r_python-0.1.25 → archive_r_python-0.1.27}/PKG-INFO +1 -1
  2. archive_r_python-0.1.27/VERSION +1 -0
  3. {archive_r_python-0.1.25 → archive_r_python-0.1.27}/archive_r_python.egg-info/PKG-INFO +1 -1
  4. {archive_r_python-0.1.25 → archive_r_python-0.1.27}/pyproject.toml +1 -1
  5. {archive_r_python-0.1.25 → archive_r_python-0.1.27}/tools/build-deps-macos.sh +1 -1
  6. {archive_r_python-0.1.25 → archive_r_python-0.1.27}/tools/build-deps-manylinux.sh +1 -1
  7. archive_r_python-0.1.25/VERSION +0 -1
  8. {archive_r_python-0.1.25 → archive_r_python-0.1.27}/LICENSE +0 -0
  9. {archive_r_python-0.1.25 → archive_r_python-0.1.27}/LICENSES/acl-COPYING.LGPL +0 -0
  10. {archive_r_python-0.1.25 → archive_r_python-0.1.27}/LICENSES/attr-COPYING.LGPL +0 -0
  11. {archive_r_python-0.1.25 → archive_r_python-0.1.27}/LICENSES/bzip2-LICENSE +0 -0
  12. {archive_r_python-0.1.25 → archive_r_python-0.1.27}/LICENSES/libarchive-COPYING +0 -0
  13. {archive_r_python-0.1.25 → archive_r_python-0.1.27}/LICENSES/libb2-COPYING +0 -0
  14. {archive_r_python-0.1.25 → archive_r_python-0.1.27}/LICENSES/libomp-LICENSE.TXT +0 -0
  15. {archive_r_python-0.1.25 → archive_r_python-0.1.27}/LICENSES/libxml2-Copyright +0 -0
  16. {archive_r_python-0.1.25 → archive_r_python-0.1.27}/LICENSES/lz4-LICENSE +0 -0
  17. {archive_r_python-0.1.25 → archive_r_python-0.1.27}/LICENSES/nettle-COPYING.LESSERv3 +0 -0
  18. {archive_r_python-0.1.25 → archive_r_python-0.1.27}/LICENSES/nettle-COPYINGv2 +0 -0
  19. {archive_r_python-0.1.25 → archive_r_python-0.1.27}/LICENSES/xz-COPYING +0 -0
  20. {archive_r_python-0.1.25 → archive_r_python-0.1.27}/LICENSES/xz-COPYING.0BSD +0 -0
  21. {archive_r_python-0.1.25 → archive_r_python-0.1.27}/LICENSES/zstd-LICENSE +0 -0
  22. {archive_r_python-0.1.25 → archive_r_python-0.1.27}/MANIFEST.in +0 -0
  23. {archive_r_python-0.1.25 → archive_r_python-0.1.27}/NOTICE +0 -0
  24. {archive_r_python-0.1.25 → archive_r_python-0.1.27}/README.md +0 -0
  25. {archive_r_python-0.1.25 → archive_r_python-0.1.27}/_vendor/archive_r/include/archive_r/data_stream.h +0 -0
  26. {archive_r_python-0.1.25 → archive_r_python-0.1.27}/_vendor/archive_r/include/archive_r/entry.h +0 -0
  27. {archive_r_python-0.1.25 → archive_r_python-0.1.27}/_vendor/archive_r/include/archive_r/entry_fault.h +0 -0
  28. {archive_r_python-0.1.25 → archive_r_python-0.1.27}/_vendor/archive_r/include/archive_r/entry_metadata.h +0 -0
  29. {archive_r_python-0.1.25 → archive_r_python-0.1.27}/_vendor/archive_r/include/archive_r/multi_volume_stream_base.h +0 -0
  30. {archive_r_python-0.1.25 → archive_r_python-0.1.27}/_vendor/archive_r/include/archive_r/path_hierarchy.h +0 -0
  31. {archive_r_python-0.1.25 → archive_r_python-0.1.27}/_vendor/archive_r/include/archive_r/path_hierarchy_utils.h +0 -0
  32. {archive_r_python-0.1.25 → archive_r_python-0.1.27}/_vendor/archive_r/include/archive_r/platform_compat.h +0 -0
  33. {archive_r_python-0.1.25 → archive_r_python-0.1.27}/_vendor/archive_r/include/archive_r/traverser.h +0 -0
  34. {archive_r_python-0.1.25 → archive_r_python-0.1.27}/_vendor/archive_r/src/archive_stack_cursor.cc +0 -0
  35. {archive_r_python-0.1.25 → archive_r_python-0.1.27}/_vendor/archive_r/src/archive_stack_cursor.h +0 -0
  36. {archive_r_python-0.1.25 → archive_r_python-0.1.27}/_vendor/archive_r/src/archive_stack_orchestrator.cc +0 -0
  37. {archive_r_python-0.1.25 → archive_r_python-0.1.27}/_vendor/archive_r/src/archive_stack_orchestrator.h +0 -0
  38. {archive_r_python-0.1.25 → archive_r_python-0.1.27}/_vendor/archive_r/src/archive_type.cc +0 -0
  39. {archive_r_python-0.1.25 → archive_r_python-0.1.27}/_vendor/archive_r/src/archive_type.h +0 -0
  40. {archive_r_python-0.1.25 → archive_r_python-0.1.27}/_vendor/archive_r/src/data_stream.cc +0 -0
  41. {archive_r_python-0.1.25 → archive_r_python-0.1.27}/_vendor/archive_r/src/entry.cc +0 -0
  42. {archive_r_python-0.1.25 → archive_r_python-0.1.27}/_vendor/archive_r/src/entry_fault.cc +0 -0
  43. {archive_r_python-0.1.25 → archive_r_python-0.1.27}/_vendor/archive_r/src/entry_fault_error.cc +0 -0
  44. {archive_r_python-0.1.25 → archive_r_python-0.1.27}/_vendor/archive_r/src/entry_fault_error.h +0 -0
  45. {archive_r_python-0.1.25 → archive_r_python-0.1.27}/_vendor/archive_r/src/entry_impl.h +0 -0
  46. {archive_r_python-0.1.25 → archive_r_python-0.1.27}/_vendor/archive_r/src/multi_volume_manager.cc +0 -0
  47. {archive_r_python-0.1.25 → archive_r_python-0.1.27}/_vendor/archive_r/src/multi_volume_manager.h +0 -0
  48. {archive_r_python-0.1.25 → archive_r_python-0.1.27}/_vendor/archive_r/src/multi_volume_stream_base.cc +0 -0
  49. {archive_r_python-0.1.25 → archive_r_python-0.1.27}/_vendor/archive_r/src/path_hierarchy.cc +0 -0
  50. {archive_r_python-0.1.25 → archive_r_python-0.1.27}/_vendor/archive_r/src/path_hierarchy_utils.cc +0 -0
  51. {archive_r_python-0.1.25 → archive_r_python-0.1.27}/_vendor/archive_r/src/simple_profiler.h +0 -0
  52. {archive_r_python-0.1.25 → archive_r_python-0.1.27}/_vendor/archive_r/src/system_file_stream.cc +0 -0
  53. {archive_r_python-0.1.25 → archive_r_python-0.1.27}/_vendor/archive_r/src/system_file_stream.h +0 -0
  54. {archive_r_python-0.1.25 → archive_r_python-0.1.27}/_vendor/archive_r/src/traverser.cc +0 -0
  55. {archive_r_python-0.1.25 → archive_r_python-0.1.27}/archive_r_python.egg-info/SOURCES.txt +0 -0
  56. {archive_r_python-0.1.25 → archive_r_python-0.1.27}/archive_r_python.egg-info/dependency_links.txt +0 -0
  57. {archive_r_python-0.1.25 → archive_r_python-0.1.27}/archive_r_python.egg-info/not-zip-safe +0 -0
  58. {archive_r_python-0.1.25 → archive_r_python-0.1.27}/archive_r_python.egg-info/top_level.txt +0 -0
  59. {archive_r_python-0.1.25 → archive_r_python-0.1.27}/examples/traverse_archive.py +0 -0
  60. {archive_r_python-0.1.25 → archive_r_python-0.1.27}/setup.cfg +0 -0
  61. {archive_r_python-0.1.25 → archive_r_python-0.1.27}/setup.py +0 -0
  62. {archive_r_python-0.1.25 → archive_r_python-0.1.27}/src/archive_r_py.cc +0 -0
  63. {archive_r_python-0.1.25 → archive_r_python-0.1.27}/test/test_traverser.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: archive_r_python
3
- Version: 0.1.25
3
+ Version: 0.1.27
4
4
  Summary: Python bindings for archive_r: libarchive-based streaming traversal for recursive nested archives (no temp files, no large in-memory buffers)
5
5
  Home-page: https://github.com/Raizo-TCS/archive_r
6
6
  Author: archive_r Team
@@ -0,0 +1 @@
1
+ 0.1.27
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: archive_r_python
3
- Version: 0.1.25
3
+ Version: 0.1.27
4
4
  Summary: Python bindings for archive_r: libarchive-based streaming traversal for recursive nested archives (no temp files, no large in-memory buffers)
5
5
  Home-page: https://github.com/Raizo-TCS/archive_r
6
6
  Author: archive_r Team
@@ -2,6 +2,6 @@
2
2
  requires = [
3
3
  "setuptools>=68",
4
4
  "wheel",
5
- "pybind11>=2.6.0"
5
+ "pybind11>=3.0.4"
6
6
  ]
7
7
  build-backend = "setuptools.build_meta"
@@ -13,7 +13,7 @@ ZSTD_VERSION="${ZSTD_VERSION:-1.5.5}"
13
13
  LIBB2_VERSION="${LIBB2_VERSION:-0.98.1}"
14
14
  LIBXML2_VERSION="${LIBXML2_VERSION:-2.14.4}"
15
15
  NETTLE_VERSION="${NETTLE_VERSION:-3.9.1}"
16
- LIBARCHIVE_VERSION="${LIBARCHIVE_VERSION:-3.8.1}"
16
+ LIBARCHIVE_VERSION="${LIBARCHIVE_VERSION:-3.8.7}"
17
17
 
18
18
  PREFIX=""
19
19
  PARALLEL="${PARALLEL:-$(sysctl -n hw.ncpu 2>/dev/null || echo 1)}"
@@ -27,7 +27,7 @@ LIBXML2_VERSION="${LIBXML2_VERSION:-2.14.4}"
27
27
  NETTLE_VERSION="${NETTLE_VERSION:-3.9.1}"
28
28
  ATTR_VERSION="${ATTR_VERSION:-2.5.2}"
29
29
  ACL_VERSION="${ACL_VERSION:-2.3.2}"
30
- LIBARCHIVE_VERSION="${LIBARCHIVE_VERSION:-3.8.1}"
30
+ LIBARCHIVE_VERSION="${LIBARCHIVE_VERSION:-3.8.7}"
31
31
 
32
32
  PREFIX=""
33
33
  HOST=""
@@ -1 +0,0 @@
1
- 0.1.25