This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch dependabot/cargo/main/regex-syntax-0.7.1
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion-python.git
discard 1d4ca6b build(deps): bump regex-syntax from 0.6.29 to 0.7.1
add 1629805 Add requirements file for python 3.11 (#332)
add fb3c6e2 mac arm64 build (#338)
add b6c600d Add conda.yaml baseline workflow file (#281)
add e6e8e12 Prepare for 23.0.0 release (#335)
add d4de674 build(deps): bump regex-syntax from 0.6.29 to 0.7.1
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 (1d4ca6b)
\
N -- N -- N refs/heads/dependabot/cargo/main/regex-syntax-0.7.1
(d4de674)
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:
.github/workflows/build.yml | 52 ++++++++++++
.github/workflows/conda.yml | 61 ++++++++++++++
.github/workflows/test.yaml | 1 -
CHANGELOG.md | 25 ++++--
Cargo.lock | 174 ++++++++++++++++++--------------------
Cargo.toml | 14 ++--
conda/recipes/build.sh | 20 -----
conda/recipes/meta.yaml | 25 ++++--
dev/release/README.md | 12 ++-
pyproject.toml | 2 +-
requirements-311.txt | 199 ++++++++++++++++++++++++++++++++++++++++++++
src/common/data_type.rs | 2 +-
src/expr/literal.rs | 4 +-
src/expr/subquery_alias.rs | 2 +-
src/udaf.rs | 4 +-
src/udf.rs | 2 +-
16 files changed, 450 insertions(+), 149 deletions(-)
create mode 100644 .github/workflows/conda.yml
delete mode 100644 conda/recipes/build.sh
create mode 100644 requirements-311.txt