This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/nuget/csharp/coverlet.collector-6.0.0
in repository https://gitbox.apache.org/repos/asf/arrow.git
omit 461de4ba35 MINOR: [C#] Bump coverlet.collector from 1.2.0 to 6.0.0 in
/csharp
add 796ed7fbf5 GH-37414: [Release][CI] Update references to wrong
apache-arrow Homebrew formula path (#37415)
add d5be430253 GH-37237: [C++] Set extraction time to all downloaded
contents timestamp (#37238)
add e1227a29c2 GH-37352: [C++] Don't put all dependencies to
ArrowConfig.cmake/arrow.pc (#37399)
add 5720f7c4f3 GH-37408: [C++] Install arrow-compute.pc only when
ARROW_COMPUTE=ON (#37409)
add a2c16fbb25 MINOR: [C#] Bump Microsoft.NET.Test.Sdk from 16.5.0 to
17.7.1 in /csharp (#37422)
add 61690fe1ff MINOR: [C#] Bump coverlet.collector from 1.2.0 to 6.0.0 in
/csharp
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (461de4ba35)
\
N -- N -- N
refs/heads/dependabot/nuget/csharp/coverlet.collector-6.0.0 (61690fe1ff)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
cpp/CMakeLists.txt | 37 +++++--
cpp/cmake_modules/ThirdpartyToolchain.cmake | 108 +++++++++++++++------
cpp/src/arrow/ArrowConfig.cmake.in | 24 +++--
cpp/src/arrow/ArrowTestingConfig.cmake.in | 18 +---
cpp/src/arrow/compute/CMakeLists.txt | 6 +-
cpp/src/arrow/compute/arrow-compute.pc.in | 2 +-
cpp/src/arrow/flight/ArrowFlightConfig.cmake.in | 6 ++
cpp/src/arrow/flight/arrow-flight.pc.in | 1 +
cpp/src/parquet/ParquetConfig.cmake.in | 6 ++
cpp/src/parquet/parquet.pc.in | 1 +
.../Apache.Arrow.Flight.Sql.Tests.csproj | 2 +-
dev/release/post-04-ruby.sh | 2 +-
dev/release/verify-apt.sh | 2 +-
dev/release/verify-yum.sh | 2 +-
dev/tasks/homebrew-formulae/apache-arrow-glib.rb | 2 +-
dev/tasks/homebrew-formulae/apache-arrow.rb | 2 +-
.../linux-packages/apache-arrow/debian/control.in | 15 +--
.../linux-packages/apache-arrow/yum/arrow.spec.in | 12 +--
dev/tasks/r/github.macos.brew.yml | 2 +-
19 files changed, 165 insertions(+), 85 deletions(-)