gpo.zugaina.org

Search Portage & Overlays:

dev-python/sqlalchemy-utils

Various utility functions for SQLAlchemy

Screenshots

  • sqlalchemy-utils-0.42.1
    ~amd64 ~x86
    python_targets_python3_12 python_targets_python3_13 python_targets_python3_14

    View      Download      Browse     License: BSD   
    Overlay: stowe-verlay
  • sqlalchemy-utils-0.42.1
    ~amd64 ~x86
    python_targets_python3_12 python_targets_python3_13 python_targets_python3_14

    View      Download      Browse     License: BSD   
    Overlay: stuff

ChangeLog

commit 92cc8000c8e38dbf069b68ca217af0873dcad1e4
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Wed Apr 22 22:31:20 2026 +0200

*/*: normalize personal-maintainer metadata.xml

Unify the three styles that had accumulated across the overlay
(pf-sources-style tab+email-only, bidict-style 2-space+name,
plus a handful of one-off indents) onto a single canonical form:

- DTD URL on https
- 2-space indentation
- <maintainer type="person"> with both <email> and
<name>Ivan S. Titov</name>

Only the Titov maintainer block is touched; co-maintainers and
::gentoo proxy-project maintainers in forked packages are left
as-is. 66 files changed; pkgcheck scan identical before and
after.

commit 6846760e6502b52d167269c5b8f43a231db6b228
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Tue Apr 21 17:29:30 2026 +0200

dev-python/sqlalchemy-utils: new package, add 0.42.1

Another mandatory runtime dep of xraylarch >= 2025.3.0. Simple
wrapper around SQLAlchemy with one hard dep (sqlalchemy>=1.4).

Tarball on pypi keeps the underscore form (sqlalchemy_utils-*.tar.gz);
use MY_PN + pypi_sdist_url --no-normalize to handle that while
keeping the Gentoo package name dash-normalized.

RESTRICT=test because upstream's pytest suite needs a live database
server.

Tested: `ebuild ... clean compile install` is clean.
Signed-off-by: Raukaan Cogbrother <cogbrother@raukaan.local>