gnu: python-flask-migrate: Update to 4.1.0.

* gnu/packages/python-web.scm (python-flask-migrate): Update to 4.1.0.
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-pytest, python-setuptools and python-wheel.

Change-Id: I39742c22619c6c3fca51f954c0930c2ccf0d4577
This commit is contained in:
宋文武 2025-01-15 14:27:29 +08:00 committed by Ricardo Wurmus
parent 5e1e8bc10d
commit 2260a70870
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -5911,7 +5911,7 @@ it.")
(define-public python-flask-migrate (define-public python-flask-migrate
(package (package
(name "python-flask-migrate") (name "python-flask-migrate")
(version "3.1.0") (version "4.1.0")
(home-page "https://github.com/miguelgrinberg/flask-migrate/") (home-page "https://github.com/miguelgrinberg/flask-migrate/")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
@ -5920,10 +5920,12 @@ it.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0zj7qpknvlhrh4fsp5sx4fwyx3sp41ynclka992zympm3xym9zyq")))) "09qw1hhyssa5gahm199x67d55c55m3k9m23xp2bdacwsiv8jw57g"))))
(build-system python-build-system) (build-system pyproject-build-system)
(propagated-inputs (propagated-inputs
(list python-flask python-alembic python-flask-sqlalchemy)) (list python-flask python-alembic python-flask-sqlalchemy))
(native-inputs
(list python-pytest python-setuptools python-wheel))
(synopsis "SQLAlchemy database migrations for Flask programs using (synopsis "SQLAlchemy database migrations for Flask programs using
Alembic") Alembic")
(description "This package contains SQLAlchemy database migration tools (description "This package contains SQLAlchemy database migration tools