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

github-bot pushed a change to branch dependabot/pip/pytest-checkdocs-2.13.0
in repository https://gitbox.apache.org/repos/asf/iceberg-python.git


    omit 77fcfeca Build: Bump pytest-checkdocs from 2.10.1 to 2.13.0
     add 29beaf89 Build: Bump tqdm from 4.66.2 to 4.66.3 (#699)
     add 70a45f63 Build: Bump werkzeug from 3.0.1 to 3.0.3 (#706)
     add 0eb0c1ca Build: Bump jinja2 from 3.1.3 to 3.1.4 in /mkdocs (#707)
     add 990ce80e Make `add_files` to support `snapshot_properties` argument 
(#695)
     add 05086675 Add support for categorical type (#693)
     add 1f39b59b Build: Bump tenacity from 8.2.3 to 8.3.0 (#714)
     add 50a65e58 Build: Bump mkdocstrings from 0.25.0 to 0.25.1 (#715)
     add 3461305b Build: Bump coverage from 7.5.0 to 7.5.1 (#713)
     add 399a9bef Build: Bump sqlalchemy from 2.0.29 to 2.0.30 (#712)
     add 6f72e30e Build: Bump flask-cors from 4.0.0 to 4.0.1 (#718)
     add 4de207de Build: Bump mkdocs-material from 9.5.20 to 9.5.21 (#719)
     add d02d7a1a Build: Bump getdaft from 0.2.23 to 0.2.24 (#721)
     add aa361d14 Test, write subset of schema (#704)
     add b41c98cf Remove pylintrc file (#724)
     add 444dca70 Add kevinjqliu to collaborators (#729)
     add 7904fe59 Build: Bump moto from 5.0.6 to 5.0.7 (#733)
     add 0d98ec82 Build: Bump mkdocs-material from 9.5.21 to 9.5.22 (#732)
     add 6c2ba346 Build: Bump griffe from 0.44.0 to 0.45.0 (#731)
     add 20b7b533 Build: Bump pypa/cibuildwheel from 2.17.0 to 2.18.0 (#730)
     add 6d52325b Hive catalog: Add retry logic for hive locking (#701)
     add a268e5bd Add create_namespace_if_not_exists method (#725)
     add b40378b6 Remove NoSuchNamespaceError on namespace creation (#726)
     add ac84bd5b Build: Bump pyarrow from 16.0.0 to 16.1.0 (#743)
     add 20c27310 Build: Bump mkdocstrings-python from 1.10.0 to 1.10.1 (#744)
     add 4fddcbe9 Build: Bump mkdocstrings-python from 1.10.1 to 1.10.2 (#746)
     add 0a58636d Build: Bump boto3 from 1.34.69 to 1.34.106 (#749)
     add c764d6a4 --- (#754)
     add 245ab876 --- (#755)
     add 82df57ea --- (#756)
     add aa5a1366 [FEAT]register table using iceberg metadata file via 
pyiceberg (#711)
     add 5537cb43 modify doc(backward compatibility) typo (#757)
     add e9176606 Bump requests from 2.32.1 to 2.32.2 (#759)
     add 7083b2e0 Bump griffe from 0.45.0 to 0.45.1 (#760)
     add 03a0d65a Bump mypy-boto3-glue from 1.34.88 to 1.34.110 (#761)
     add 996afd0c Bump mkdocstrings-python from 1.10.2 to 1.10.3 (#762)
     add eba4beef Initial implementation of the manifest table (#717)
     add 42afc439 Fix: Table-Exists if Server returns 204 (#739)
     add 959718a5 Bump duckdb from 0.10.2 to 0.10.3 (#764)
     add ed83e84e Bump griffe from 0.45.1 to 0.45.2 (#765)
     add b8023d29 Bump typing-extensions from 4.11.0 to 4.12.0 (#767)
     add 2454e872 Build: Bump pytest-checkdocs from 2.10.1 to 2.13.0

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   (77fcfeca)
            \
             N -- N -- N   refs/heads/dependabot/pip/pytest-checkdocs-2.13.0 
(2454e872)

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:
 .asf.yaml                                    |   1 +
 .github/workflows/python-release.yml         |   2 +-
 mkdocs/docs/api.md                           |  50 +++
 mkdocs/docs/configuration.md                 |   2 +-
 mkdocs/requirements.txt                      |  10 +-
 poetry.lock                                  | 513 ++++++++++++------------
 pyiceberg/catalog/__init__.py                |  20 +-
 pyiceberg/catalog/glue.py                    |   9 +-
 pyiceberg/catalog/hive.py                    |  61 ++-
 pyiceberg/catalog/rest.py                    |   4 +-
 pyiceberg/exceptions.py                      |   4 +
 pyiceberg/io/pyarrow.py                      |  10 +
 pyiceberg/table/__init__.py                  | 107 ++++-
 pylintrc                                     | 565 ---------------------------
 pyproject.toml                               |   2 +-
 tests/catalog/integration_test_dynamodb.py   |   6 +
 tests/catalog/integration_test_glue.py       |  22 ++
 tests/catalog/test_glue.py                   |  14 +
 tests/catalog/test_hive.py                   |  39 +-
 tests/catalog/test_rest.py                   |  28 ++
 tests/catalog/test_sql.py                    |  14 +
 tests/integration/test_add_files.py          |  40 +-
 tests/integration/test_inspect_table.py      |  83 ++++
 tests/integration/test_reads.py              |  31 ++
 tests/integration/test_writes/test_writes.py |  36 ++
 tests/io/test_pyarrow_visitor.py             |  14 +
 26 files changed, 839 insertions(+), 848 deletions(-)
 delete mode 100644 pylintrc

Reply via email to