This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch dependabot/uv/mkdocstrings-python-2.0.2
in repository https://gitbox.apache.org/repos/asf/iceberg-python.git


 discard 0d9e8983 Build: Bump mkdocstrings-python from 2.0.1 to 2.0.2
     add 86c72460 Build: Bump adlfs from 2025.8.0 to 2026.2.0 (#3023)
     add 0124bf2b Build: Bump prek from 0.3.1 to 0.3.2 (#3024)
     add bbea0f03 fix: Hive catalog test failure on CPython 3.13.12 (#3043)
     add 284797f8 Build: Bump cryptography from 46.0.3 to 46.0.5 (#3034)
     add 1eeae900 docs: release docs improvements (#3030)
     add 4ba9a8c2 Add catalog properties for Catalog Tests (#2982)
     add 89a129c6 feat: Add Geometry & Geography Types (#2859)
     add 7703f8d3 infra: set github actions max-parallel to 15 (#3057)
     add 7c7f3c7d Build: Bump jupyterlab from 4.5.3 to 4.5.4 (#3056)
     add 6f1f1119 Build: Bump azure-identity from 1.25.1 to 1.25.2 (#3055)
     add cfe82b0b Build: Bump daft from 0.6.14 to 0.7.3 (#3054)
     add c5fc1ee5 Build: Bump google-cloud-bigquery from 3.40.0 to 3.40.1 
(#3053)
     add 5603278b Build: Bump prek from 0.3.2 to 0.3.3 (#3052)
     add 3a101725 Build: Bump mkdocs-autorefs from 1.4.3 to 1.4.4 (#3051)
     add 2df69a45 Build: Bump mkdocstrings-python from 2.0.1 to 2.0.2

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   (0d9e8983)
            \
             N -- N -- N   refs/heads/dependabot/uv/mkdocstrings-python-2.0.2 
(2df69a45)

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/pypi-build-artifacts.yml |   1 +
 .github/workflows/python-ci.yml            |   1 +
 .github/workflows/svn-build-artifacts.yml  |   1 +
 mkdocs/docs/geospatial.md                  | 110 +++++++++
 mkdocs/docs/how-to-release.md              |   7 +-
 pyiceberg/avro/resolver.py                 |  26 +++
 pyiceberg/catalog/__init__.py              |   5 +-
 pyiceberg/catalog/hive.py                  |   2 +-
 pyiceberg/catalog/noop.py                  |   3 +
 pyiceberg/conversions.py                   |  92 ++++++++
 pyiceberg/io/pyarrow.py                    |  39 ++++
 pyiceberg/schema.py                        |  26 +++
 pyiceberg/types.py                         | 219 ++++++++++++++++++
 pyiceberg/utils/schema_conversion.py       |  10 +
 pyproject.toml                             |   3 +-
 tests/catalog/test_hive.py                 |   2 +-
 tests/conftest.py                          |  54 +++++
 tests/integration/test_catalog.py          |  42 ++--
 tests/io/test_pyarrow.py                   | 104 +++++++++
 tests/test_types.py                        | 192 ++++++++++++++++
 uv.lock                                    | 348 +++++++++++++++++------------
 21 files changed, 1117 insertions(+), 170 deletions(-)
 create mode 100644 mkdocs/docs/geospatial.md

Reply via email to