gpo.zugaina.org

Search Portage & Overlays:

dev-python/deltalake

Native Delta Lake Python binding based on delta-rs

Screenshots

  • deltalake-1.6.0
    ~amd64 ~arm64
    debug python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 debug

    View      Download      Browse     License: Apache-2.0 Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD-2 BSD CC0-1.0 CDLA-Permissive-2.0 ISC MIT MPL-2.0 Unicode-3.0 ZLIB BZIP2   
    Overlay: stuff
  • deltalake-1.5.1
    ~amd64 ~arm64
    debug python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 debug

    View      Download      Browse     License: Apache-2.0 Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD BSD-2 Boost-1.0 CC0-1.0 ISC MIT MPL-2.0 OFL-1.1 Unicode-3.0 Unicode-DFS-2016 ZLIB   
    Overlay: stuff

ChangeLog

commit 9bfe91d46bd6001ce8cc2823607446d18504e4ff
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Sat Jun 20 15:49:14 2026 +0200

dev-python/deltalake: Keyword 1.5.1 for ~arm64

commit 4cba928de3103366a1672230b6beac6d8dec0006
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Tue Jun 16 21:29:41 2026 +0200

dev-python/deltalake: Keyword 1.6.0 for ~arm64

Rust (cargo, vendored CRATES); aarch64-portable, no architecture-specific code.

commit cbe09983a1d59c6bffa13946ed2e32b3a233c0f3
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Fri Jun 5 21:40:56 2026 +0200

dev-python/deltalake: add 1.6.0

deltalake went wheel-only on PyPI at 1.6.0 (no sdist), so the prior
inherit-pypi approach can't fetch a source archive. Source now comes from
the delta-io/delta-rs monorepo at the python-v1.6.0 tag (S=python/, the
maturin project). Upstream gitignores Cargo.lock, so the inline CRATES was
generated with `cargo generate-lockfile` over the workspace (crates/* +
python) rather than taken from a committed lock — the same unpinned
resolution upstream's own maturin build performs. Python deps unchanged
(arro3-core, deprecated).

commit 72510eb5a8c72f7c1fe5cf9b8cd2895c1dd232ab
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Wed May 13 14:34:40 2026 +0200

dev-python/deltalake: disable py3.11

commit b495acd81de958bba967ebd74dd7587e8d3520df
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Sat May 9 00:38:21 2026 +0200

dev-python/deltalake: update LICENSE

Rename BSL-1.0 to Boost-1.0 in the dependent-crate license set —
Gentoo's canonical license file for the Boost Software License is
Boost-1.0. pkgcheck UnknownLicense.

commit ee91427ad542a7fc6b7a55f7fac200fb1ca4b309
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Tue May 5 09:12:25 2026 +0200

dev-python/deltalake: new package

Native Delta Lake Python binding from delta-rs (pyo3 + maturin). Required as a
runtime dep by mp-api 0.46.1. Pulls 708 registry crates; the rest are workspace-
local. Tests need network and cloud emulators, so RESTRICT=test.