gnu: aerich: Update to 0.8.1.

* gnu/packages/databases.scm (aerich): Update to 0.8.1.
[propagated-inputs]: Remove python-click, python-ddlparse, and
python-tomlkit; add python-asyncclick, python-pydantic, and
python-tomli-w.
[native-inputs]: Remove poetry, python-bandit, python-isort,
python-pydantic, and python-pytest-xdist; add python-poetry-core.

Change-Id: I685b79fdb6b1070ce86161d9f36064b84f4fe713
This commit is contained in:
Sharlatan Hellseher 2025-08-15 23:18:09 +01:00
parent 796e68cb64
commit 7235868525
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -3964,7 +3964,7 @@ with relational data.")
(define-public aerich (define-public aerich
(package (package
(name "aerich") (name "aerich")
(version "0.7.2") (version "0.8.1")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -3973,26 +3973,21 @@ with relational data.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32 "1cln1ik7519n6k4lnh06w956lp8xjb0khkkpsmaj8wqlm0jbvdbi"))))
"0pcy945bg890p12s7cyw0mg7hxwsxyy570j600sbf7kwj2d3lilg"))))
(build-system pyproject-build-system) (build-system pyproject-build-system)
(native-inputs (native-inputs
(list poetry (list python-cryptography
python-bandit
python-cryptography
python-isort
python-pydantic
python-pytest python-pytest
python-poetry-core
python-pytest-asyncio python-pytest-asyncio
python-pytest-mock python-pytest-mock))
python-pytest-xdist))
(propagated-inputs (propagated-inputs
(list python-asyncmy (list python-asyncclick
python-asyncmy
python-asyncpg python-asyncpg
python-click
python-ddlparse
python-dictdiffer python-dictdiffer
python-tomlkit python-pydantic
python-tomli-w
python-tortoise-orm)) python-tortoise-orm))
(home-page "https://github.com/tortoise/aerich") (home-page "https://github.com/tortoise/aerich")
(synopsis "Database migrations tool for Tortoise @acronym{ORM, Object Relational (synopsis "Database migrations tool for Tortoise @acronym{ORM, Object Relational