[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/07: gnu: python-flask-migrate: Update to 3.1.0.
From: |
guix-commits |
Subject: |
06/07: gnu: python-flask-migrate: Update to 3.1.0. |
Date: |
Sat, 22 Jan 2022 06:47:40 -0500 (EST) |
mbakke pushed a commit to branch master
in repository guix.
commit 74f38150981df1416e46b1fa6a2abf4f11e7281c
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat Jan 22 11:29:38 2022 +0100
gnu: python-flask-migrate: Update to 3.1.0.
* gnu/packages/python-web.scm (python-flask-migrate): Update to 3.1.0.
[source]: Change to GIT-FETCH.
[propagated-inputs]: Remove PYTHON-SCRIPT and PYTHON-SQLALCHEMY.
---
gnu/packages/python-web.scm | 33 ++++++++++++++++-----------------
1 file changed, 16 insertions(+), 17 deletions(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index c6e760ce35..483abec2d5 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -3769,25 +3769,24 @@ itself.")
(define-public python-flask-migrate
(package
- (name "python-flask-migrate")
- (version "2.5.3")
- (source
- (origin
- (method url-fetch)
- (uri (pypi-uri "Flask-Migrate" version))
- (sha256
- (base32
- "1vip9ww6l18dxffjsggm83k71zkvihxpnhaswpv8klh95s6517d6"))))
- (build-system python-build-system)
- (propagated-inputs
- (list python-flask python-alembic python-sqlalchemy
- python-flask-script python-flask-sqlalchemy))
- (home-page "https://github.com/miguelgrinberg/flask-migrate/")
- (synopsis "SQLAlchemy database migrations for Flask programs using
+ (name "python-flask-migrate")
+ (version "3.1.0")
+ (home-page "https://github.com/miguelgrinberg/flask-migrate/")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference (url home-page)
+ (commit (string-append "v" version))))
+ (sha256
+ (base32
+ "0zj7qpknvlhrh4fsp5sx4fwyx3sp41ynclka992zympm3xym9zyq"))))
+ (build-system python-build-system)
+ (propagated-inputs
+ (list python-flask python-alembic python-flask-sqlalchemy))
+ (synopsis "SQLAlchemy database migrations for Flask programs using
Alembic")
- (description "This package contains SQLAlchemy database migration tools
+ (description "This package contains SQLAlchemy database migration tools
for Flask programs that are using @code{python-alembic}.")
- (license license:expat)))
+ (license license:expat)))
(define-public python-genshi
(package
- branch master updated (97176b4d9c -> d07a89d645), guix-commits, 2022/01/22
- 06/07: gnu: python-flask-migrate: Update to 3.1.0.,
guix-commits <=
- 02/07: gnu: Remove python2-nltk., guix-commits, 2022/01/22
- 05/07: gnu: Remove python-typing., guix-commits, 2022/01/22
- 04/07: gnu: python-fs: Remove unused input., guix-commits, 2022/01/22
- 03/07: gnu: Remove python2-tqdm., guix-commits, 2022/01/22
- 07/07: gnu: Remove python-flask-script., guix-commits, 2022/01/22
- 01/07: gnu: python-flufl-bounce: Update to 4.0., guix-commits, 2022/01/22