This is an automated email from the ASF dual-hosted git repository.
zeroshade pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git
The following commit(s) were added to refs/heads/main by this push:
new a1deb83ad chore(dev/release): slight fix for non-conda verification
and docs (#1682)
a1deb83ad is described below
commit a1deb83ad2e1e997004f18917eb0c1f1c40896cb
Author: Matt Topol <[email protected]>
AuthorDate: Thu Mar 28 16:06:05 2024 -0400
chore(dev/release): slight fix for non-conda verification and docs (#1682)
updating the docs and release verification script based on my experience
for non-conda verification runs
---
dev/release/verify-release-candidate.sh | 2 +-
docs/source/development/releasing.rst | 4 ++++
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/dev/release/verify-release-candidate.sh
b/dev/release/verify-release-candidate.sh
index 0e2f1f6e3..ca81e78ba 100755
--- a/dev/release/verify-release-candidate.sh
+++ b/dev/release/verify-release-candidate.sh
@@ -455,7 +455,7 @@ test_python() {
show_header "Build and test Python libraries"
# Build and test Python
- maybe_setup_virtualenv cython duckdb pandas protobuf pyarrow pytest
setuptools_scm setuptools || exit 1
+ maybe_setup_virtualenv cython duckdb pandas protobuf pyarrow pytest
setuptools_scm setuptools importlib_resources || exit 1
maybe_setup_conda --file "${ADBC_DIR}/ci/conda_env_python.txt" || exit 1
if [ "${USE_CONDA}" -gt 0 ]; then
diff --git a/docs/source/development/releasing.rst
b/docs/source/development/releasing.rst
index b758c0d30..3b930ee79 100644
--- a/docs/source/development/releasing.rst
+++ b/docs/source/development/releasing.rst
@@ -213,9 +213,13 @@ How to Verify Release Candidates
- C and C++ compilers (or the equivalent of ``build-essential`` for your
platform)
- Python 3
- Ruby with headers
+ - meson is required
- bundler, rake, red-arrow, and test-unit Ruby gems
- GLib and gobject-introspection with headers
+ - pkg-config or cmake must be able to find libarrow-glib.so
+ - GI_TYPELIB_PATH should be set to the path to the girepository-1.0
directory
- Java JRE and JDK (Java 8+)
+ - the javadoc command must also be accessible
- Go
- CMake, ninja-build, libpq (with headers), SQLite (with headers)