Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37731357
en ru br
Репозитории ALT

Группа :: Development/Python3
Пакет: python3-module-flask-migrate

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

%define _unpackaged_files_terminate_build 1
%define oname Flask-Migrate

%def_enable check

Name: python3-module-flask-migrate
Version: 4.0.4
Release: alt1

Summary: SQLAlchemy database migrations for Flask applications using Alembic

License: MIT
Group: Development/Python3
Url: https://github.com/miguelgrinberg/Flask-Migrate
VCS: https://github.com/miguelgrinberg/Flask-Migrate

Source0: %name-%version.tar
Patch0: %name-%version-%release.patch

BuildArch: noarch

BuildRequires(pre): rpm-build-python3
BuildRequires: python3-module-setuptools
BuildRequires: python3-module-wheel

%if_enabled check
BuildRequires: python3-module-flask
BuildRequires: python3-module-alembic >= 1.7.0
BuildRequires: python3-module-flask-sqlalchemy
BuildRequires: python3-module-greenlet
%endif

%description
Flask-Migrate is an extension that handles SQLAlchemy database migrations
for Flask applications using Alembic.
The database operations are provided as command-line arguments
under the flask db command.

%prep
%setup
%patch0 -p1

%build
%pyproject_build

%install
%pyproject_install

%check
%tox_create_default_config
%tox_check_pyproject -- -vra tests

%files
%python3_sitelibdir/*

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin