gpo.zugaina.org

Search Portage & Overlays:

dev-python/tabledata

Python library to represent / process tabular data

Screenshots

  • tabledata-1.3.5
    ~amd64 ~arm64 ~x86
    test python_targets_python3_12 python_targets_python3_13 python_targets_python3_14

    View      Download      Browse     License: MIT   
    Overlay: stuff
  • tabledata-1.3.4
    ~amd64 ~arm64 ~x86
    python_targets_python3_12 python_targets_python3_13 python_targets_python3_14

    View      Download      Browse     License: MIT   
    Overlay: stuff
  • tabledata-1.3.4
    ~amd64 ~x86
    logging test python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14

    View      Download      Browse     License: MIT   
    Overlay: pypi

ChangeLog

commit f5afa9de1fab85cf208740ab41034226cb3c97e6
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Sat May 16 13:21:29 2026 +0200

dev-python/tabledata: wire up upstream test/ dir, all 79 tests pass

Upstream ships tests under test/ (singular) rather than the tests/ that
distutils-r1's pytest discovery walks by default, so the existing
distutils_enable_tests pytest call silently collected 0 items and exited green.
Point pytest at the right directory via EPYTEST_PATHS=( test ). Verified via
FEATURES=-xattr test ebuild ... clean test on 1.3.5: 79 passed in 0.39s.

commit 28c1a2309c485cadef83f8df4d09c088874c68d1
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Sat May 16 12:24:30 2026 +0200

dev-python/tabledata: pin dataproperty/typepy lower bounds at 1.3.5

Upstream requirements/requirements.txt declares DataProperty>=1.0.2 and typepy>=1.2.0
— match them. ::gentoo ships much newer versions so this is a precision tightening,
not a real constraint change.

commit 348f03635780f33d968fabcf1bb7e5ba6725640c
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Sat May 16 09:54:40 2026 +0200

dev-python/tabledata: add 1.3.5

Routine pypi bump. Deps unchanged (dataproperty/typepy, both unpinned).

commit 250df9962c1450b9c1c72f956d9de6228f572a5e
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Sat May 9 21:49:06 2026 +0200

dev-python/tabledata: new package, pytablewriter dep