archive-r-python 0.1.23__tar.gz → 0.1.24__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.
- {archive_r_python-0.1.23 → archive_r_python-0.1.24}/PKG-INFO +1 -1
- archive_r_python-0.1.24/VERSION +1 -0
- {archive_r_python-0.1.23 → archive_r_python-0.1.24}/archive_r_python.egg-info/PKG-INFO +1 -1
- {archive_r_python-0.1.23 → archive_r_python-0.1.24}/archive_r_python.egg-info/SOURCES.txt +3 -1
- {archive_r_python-0.1.23 → archive_r_python-0.1.24}/tools/build-deps-manylinux.sh +3 -0
- archive_r_python-0.1.23/VERSION +0 -1
- {archive_r_python-0.1.23 → archive_r_python-0.1.24}/LICENSE +0 -0
- {archive_r_python-0.1.23 → archive_r_python-0.1.24}/LICENSES/acl-COPYING.LGPL +0 -0
- {archive_r_python-0.1.23 → archive_r_python-0.1.24}/LICENSES/attr-COPYING.LGPL +0 -0
- {archive_r_python-0.1.23 → archive_r_python-0.1.24}/LICENSES/bzip2-LICENSE +0 -0
- {archive_r_python-0.1.23 → archive_r_python-0.1.24}/LICENSES/libarchive-COPYING +0 -0
- {archive_r_python-0.1.23 → archive_r_python-0.1.24}/LICENSES/libb2-COPYING +0 -0
- {archive_r_python-0.1.23 → archive_r_python-0.1.24}/LICENSES/libomp-LICENSE.TXT +0 -0
- {archive_r_python-0.1.23 → archive_r_python-0.1.24}/LICENSES/libxml2-Copyright +0 -0
- {archive_r_python-0.1.23 → archive_r_python-0.1.24}/LICENSES/lz4-LICENSE +0 -0
- {archive_r_python-0.1.23 → archive_r_python-0.1.24}/LICENSES/nettle-COPYING.LESSERv3 +0 -0
- {archive_r_python-0.1.23 → archive_r_python-0.1.24}/LICENSES/nettle-COPYINGv2 +0 -0
- {archive_r_python-0.1.23 → archive_r_python-0.1.24}/LICENSES/xz-COPYING +0 -0
- {archive_r_python-0.1.23 → archive_r_python-0.1.24}/LICENSES/xz-COPYING.0BSD +0 -0
- {archive_r_python-0.1.23 → archive_r_python-0.1.24}/LICENSES/zstd-LICENSE +0 -0
- {archive_r_python-0.1.23 → archive_r_python-0.1.24}/MANIFEST.in +0 -0
- {archive_r_python-0.1.23 → archive_r_python-0.1.24}/NOTICE +0 -0
- {archive_r_python-0.1.23 → archive_r_python-0.1.24}/README.md +0 -0
- {archive_r_python-0.1.23 → archive_r_python-0.1.24}/_vendor/archive_r/include/archive_r/data_stream.h +0 -0
- {archive_r_python-0.1.23 → archive_r_python-0.1.24}/_vendor/archive_r/include/archive_r/entry.h +0 -0
- {archive_r_python-0.1.23 → archive_r_python-0.1.24}/_vendor/archive_r/include/archive_r/entry_fault.h +0 -0
- {archive_r_python-0.1.23 → archive_r_python-0.1.24}/_vendor/archive_r/include/archive_r/entry_metadata.h +0 -0
- {archive_r_python-0.1.23 → archive_r_python-0.1.24}/_vendor/archive_r/include/archive_r/multi_volume_stream_base.h +0 -0
- {archive_r_python-0.1.23 → archive_r_python-0.1.24}/_vendor/archive_r/include/archive_r/path_hierarchy.h +0 -0
- {archive_r_python-0.1.23 → archive_r_python-0.1.24}/_vendor/archive_r/include/archive_r/path_hierarchy_utils.h +0 -0
- {archive_r_python-0.1.23 → archive_r_python-0.1.24}/_vendor/archive_r/include/archive_r/platform_compat.h +0 -0
- {archive_r_python-0.1.23 → archive_r_python-0.1.24}/_vendor/archive_r/include/archive_r/traverser.h +0 -0
- {archive_r_python-0.1.23 → archive_r_python-0.1.24}/_vendor/archive_r/src/archive_stack_cursor.cc +0 -0
- {archive_r_python-0.1.23 → archive_r_python-0.1.24}/_vendor/archive_r/src/archive_stack_cursor.h +0 -0
- {archive_r_python-0.1.23 → archive_r_python-0.1.24}/_vendor/archive_r/src/archive_stack_orchestrator.cc +0 -0
- {archive_r_python-0.1.23 → archive_r_python-0.1.24}/_vendor/archive_r/src/archive_stack_orchestrator.h +0 -0
- {archive_r_python-0.1.23 → archive_r_python-0.1.24}/_vendor/archive_r/src/archive_type.cc +0 -0
- {archive_r_python-0.1.23 → archive_r_python-0.1.24}/_vendor/archive_r/src/archive_type.h +0 -0
- {archive_r_python-0.1.23 → archive_r_python-0.1.24}/_vendor/archive_r/src/data_stream.cc +0 -0
- {archive_r_python-0.1.23 → archive_r_python-0.1.24}/_vendor/archive_r/src/entry.cc +0 -0
- {archive_r_python-0.1.23 → archive_r_python-0.1.24}/_vendor/archive_r/src/entry_fault.cc +0 -0
- {archive_r_python-0.1.23 → archive_r_python-0.1.24}/_vendor/archive_r/src/entry_fault_error.cc +0 -0
- {archive_r_python-0.1.23 → archive_r_python-0.1.24}/_vendor/archive_r/src/entry_fault_error.h +0 -0
- {archive_r_python-0.1.23 → archive_r_python-0.1.24}/_vendor/archive_r/src/entry_impl.h +0 -0
- {archive_r_python-0.1.23 → archive_r_python-0.1.24}/_vendor/archive_r/src/multi_volume_manager.cc +0 -0
- {archive_r_python-0.1.23 → archive_r_python-0.1.24}/_vendor/archive_r/src/multi_volume_manager.h +0 -0
- {archive_r_python-0.1.23 → archive_r_python-0.1.24}/_vendor/archive_r/src/multi_volume_stream_base.cc +0 -0
- {archive_r_python-0.1.23 → archive_r_python-0.1.24}/_vendor/archive_r/src/path_hierarchy.cc +0 -0
- {archive_r_python-0.1.23 → archive_r_python-0.1.24}/_vendor/archive_r/src/path_hierarchy_utils.cc +0 -0
- {archive_r_python-0.1.23 → archive_r_python-0.1.24}/_vendor/archive_r/src/simple_profiler.h +0 -0
- {archive_r_python-0.1.23 → archive_r_python-0.1.24}/_vendor/archive_r/src/system_file_stream.cc +0 -0
- {archive_r_python-0.1.23 → archive_r_python-0.1.24}/_vendor/archive_r/src/system_file_stream.h +0 -0
- {archive_r_python-0.1.23 → archive_r_python-0.1.24}/_vendor/archive_r/src/traverser.cc +0 -0
- {archive_r_python-0.1.23 → archive_r_python-0.1.24}/archive_r_python.egg-info/dependency_links.txt +0 -0
- {archive_r_python-0.1.23 → archive_r_python-0.1.24}/archive_r_python.egg-info/not-zip-safe +0 -0
- {archive_r_python-0.1.23 → archive_r_python-0.1.24}/archive_r_python.egg-info/top_level.txt +0 -0
- {archive_r_python-0.1.23 → archive_r_python-0.1.24}/examples/traverse_archive.py +0 -0
- {archive_r_python-0.1.23 → archive_r_python-0.1.24}/pyproject.toml +0 -0
- {archive_r_python-0.1.23 → archive_r_python-0.1.24}/setup.cfg +0 -0
- {archive_r_python-0.1.23 → archive_r_python-0.1.24}/setup.py +0 -0
- {archive_r_python-0.1.23 → archive_r_python-0.1.24}/src/archive_r_py.cc +0 -0
- {archive_r_python-0.1.23 → archive_r_python-0.1.24}/test/test_traverser.py +0 -0
- {archive_r_python-0.1.23 → archive_r_python-0.1.24}/tools/build-deps-macos.sh +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: archive_r_python
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.24
|
|
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.24
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: archive_r_python
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.24
|
|
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
|
|
@@ -6,7 +6,9 @@ VERSION
|
|
|
6
6
|
pyproject.toml
|
|
7
7
|
setup.cfg
|
|
8
8
|
setup.py
|
|
9
|
-
/
|
|
9
|
+
/Users/runner/work/archive_r/archive_r/bindings/python/.libs/libarchive.13.dylib
|
|
10
|
+
/Users/runner/work/archive_r/archive_r/bindings/python/.libs/libarchive.dylib
|
|
11
|
+
/Users/runner/work/archive_r/archive_r/bindings/python/.libs/libarchive_r_core.dylib
|
|
10
12
|
LICENSES/acl-COPYING.LGPL
|
|
11
13
|
LICENSES/attr-COPYING.LGPL
|
|
12
14
|
LICENSES/bzip2-LICENSE
|
|
@@ -208,6 +208,7 @@ build_bzip2() {
|
|
|
208
208
|
build_xz() {
|
|
209
209
|
local name="xz-${XZ_VERSION}"; local tarball="$WORKDIR/$name.tar.gz"
|
|
210
210
|
fetch "$tarball" \
|
|
211
|
+
"https://github.com/tukaani-project/xz/releases/download/v${XZ_VERSION}/$name.tar.gz" \
|
|
211
212
|
"https://distfiles.macports.org/xz/$name.tar.gz" \
|
|
212
213
|
"https://tukaani.org/xz/$name.tar.gz"
|
|
213
214
|
local src; src=$(extract "$tarball" "$name")
|
|
@@ -287,6 +288,7 @@ build_nettle() {
|
|
|
287
288
|
build_attr() {
|
|
288
289
|
local name="attr-${ATTR_VERSION}"; local tarball="$WORKDIR/$name.tar.gz"
|
|
289
290
|
fetch "$tarball" \
|
|
291
|
+
"https://download-mirror.savannah.gnu.org/releases/attr/$name.tar.gz" \
|
|
290
292
|
"https://mirrors.kernel.org/savannah/attr/$name.tar.gz" \
|
|
291
293
|
"https://download.savannah.gnu.org/releases/attr/$name.tar.gz"
|
|
292
294
|
local src; src=$(extract "$tarball" "$name")
|
|
@@ -296,6 +298,7 @@ build_attr() {
|
|
|
296
298
|
build_acl() {
|
|
297
299
|
local name="acl-${ACL_VERSION}"; local tarball="$WORKDIR/$name.tar.gz"
|
|
298
300
|
fetch "$tarball" \
|
|
301
|
+
"https://download-mirror.savannah.gnu.org/releases/acl/$name.tar.gz" \
|
|
299
302
|
"https://mirrors.kernel.org/savannah/acl/$name.tar.gz" \
|
|
300
303
|
"https://download.savannah.gnu.org/releases/acl/$name.tar.gz"
|
|
301
304
|
local src; src=$(extract "$tarball" "$name")
|
archive_r_python-0.1.23/VERSION
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
0.1.23
|
|
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
|
{archive_r_python-0.1.23 → archive_r_python-0.1.24}/_vendor/archive_r/include/archive_r/entry.h
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{archive_r_python-0.1.23 → archive_r_python-0.1.24}/_vendor/archive_r/include/archive_r/traverser.h
RENAMED
|
File without changes
|
{archive_r_python-0.1.23 → archive_r_python-0.1.24}/_vendor/archive_r/src/archive_stack_cursor.cc
RENAMED
|
File without changes
|
{archive_r_python-0.1.23 → archive_r_python-0.1.24}/_vendor/archive_r/src/archive_stack_cursor.h
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{archive_r_python-0.1.23 → archive_r_python-0.1.24}/_vendor/archive_r/src/entry_fault_error.cc
RENAMED
|
File without changes
|
{archive_r_python-0.1.23 → archive_r_python-0.1.24}/_vendor/archive_r/src/entry_fault_error.h
RENAMED
|
File without changes
|
|
File without changes
|
{archive_r_python-0.1.23 → archive_r_python-0.1.24}/_vendor/archive_r/src/multi_volume_manager.cc
RENAMED
|
File without changes
|
{archive_r_python-0.1.23 → archive_r_python-0.1.24}/_vendor/archive_r/src/multi_volume_manager.h
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{archive_r_python-0.1.23 → archive_r_python-0.1.24}/_vendor/archive_r/src/path_hierarchy_utils.cc
RENAMED
|
File without changes
|
|
File without changes
|
{archive_r_python-0.1.23 → archive_r_python-0.1.24}/_vendor/archive_r/src/system_file_stream.cc
RENAMED
|
File without changes
|
{archive_r_python-0.1.23 → archive_r_python-0.1.24}/_vendor/archive_r/src/system_file_stream.h
RENAMED
|
File without changes
|
|
File without changes
|
{archive_r_python-0.1.23 → archive_r_python-0.1.24}/archive_r_python.egg-info/dependency_links.txt
RENAMED
|
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
|