Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nanoarrow: Update to 0.6.0 #1741

Merged
merged 1 commit into from
Oct 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion ci_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -769,7 +769,10 @@
"arrow"
],
"build_options": [
"nanoarrow:NANOARROW_BUILD_TESTS=true"
"nanoarrow:tests=true",
"nanoarrow:ipc=true",
"nanoarrow:device=true",
"nanoarrow:testing=true"
]
},
"nanobind": {
Expand Down
1 change: 1 addition & 0 deletions releases.json
Original file line number Diff line number Diff line change
Expand Up @@ -2465,6 +2465,7 @@
"nanoarrow"
],
"versions": [
"0.6.0-1",
"0.5.0-1"
]
},
Expand Down
9 changes: 5 additions & 4 deletions subprojects/nanoarrow.wrap
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
[wrap-file]
directory = arrow-nanoarrow-apache-arrow-nanoarrow-0.5.0
source_url = https://github.com/apache/arrow-nanoarrow/archive/refs/tags/apache-arrow-nanoarrow-0.5.0.tar.gz
source_filename = apache-arrow-nanoarrow-0.5.0.tar.gz
source_hash = 0ceeaa1fb005dbc89c8c7d1b39f2dba07344e40aa9d885ee25fb55b4d57e331a
directory = apache-arrow-nanoarrow-0.6.0
source_url = https://www.apache.org/dyn/closer.lua?action=download&filename=arrow/apache-arrow-nanoarrow-0.6.0/apache-arrow-nanoarrow-0.6.0.tar.gz
source_fallback_url = https://github.com/apache/arrow-nanoarrow/releases/download/apache-arrow-nanoarrow-0.6.0/apache-arrow-nanoarrow-0.6.0.tar.gz
source_filename = apache-arrow-nanoarrow-0.6.0.tar.gz
source_hash = e4a02ac51002ad1875bf09317e70adb959005fad52b240ff59f73b970fa485d1

[provide]
nanoarrow = nanoarrow_dep
Loading