This is an automated email from the ASF dual-hosted git repository.
blue pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/iceberg.git
from b06a89ceb Spark: Use original option keys in SparkCatalog (#4903)
add fe089fb4f Python: Add Poetry build and release instructions (#4844)
No new revisions were added by this update.
Summary of changes:
.github/workflows/python-ci.yml | 8 +-
python/.pre-commit-config.yaml | 10 +-
python/CONTRIBUTING.md | 25 +-
python/Makefile | 13 +-
python/README.md | 27 +-
python/dev/RELEASE.md | 146 ++++++++++
python/poetry.lock | 602 ++++++++++++++++++++++++++++++++++++++++
python/pyproject.toml | 44 ++-
python/setup.cfg | 59 ----
9 files changed, 835 insertions(+), 99 deletions(-)
create mode 100644 python/dev/RELEASE.md
create mode 100644 python/poetry.lock
delete mode 100644 python/setup.cfg