Skip to content

Commit

Permalink
Update nanoarrow to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
paleolimbot authored and eli-schwartz committed Oct 15, 2024
1 parent dec38ff commit 24cc76d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
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

0 comments on commit 24cc76d

Please sign in to comment.