summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
author宋文武 <iyzsong@member.fsf.org>2025-01-15 14:27:29 +0800
committerRicardo Wurmus <rekado@elephly.net>2025-01-20 21:37:58 +0100
commit2260a70870d82672fd2285a2554be2b2a6f358d5 (patch)
tree2360840e7219ce548fb702969045771f1bd1e872 /gnu/packages
parent5e1e8bc10d654ded62a16b75ad1d65c4e47a2bc8 (diff)
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
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/python-web.scm8
1 files changed, 5 insertions, 3 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index f5774939567..edac2e77fc2 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -5911,7 +5911,7 @@ it.")
(define-public python-flask-migrate
(package
(name "python-flask-migrate")
- (version "3.1.0")
+ (version "4.1.0")
(home-page "https://github.com/miguelgrinberg/flask-migrate/")
(source (origin
(method git-fetch)
@@ -5920,10 +5920,12 @@ it.")
(file-name (git-file-name name version))
(sha256
(base32
- "0zj7qpknvlhrh4fsp5sx4fwyx3sp41ynclka992zympm3xym9zyq"))))
- (build-system python-build-system)
+ "09qw1hhyssa5gahm199x67d55c55m3k9m23xp2bdacwsiv8jw57g"))))
+ (build-system pyproject-build-system)
(propagated-inputs
(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
Alembic")
(description "This package contains SQLAlchemy database migration tools