Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37865525
en ru br
ALT Linux repositórios
S:4.0.4-alt1

Group :: Development/Python3
RPM: python3-module-flask-migrate

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e 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

Todas as alterações você pod ver aqui

 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009