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

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

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

%define _unpackaged_files_terminate_build 1
%define oname alembic

%def_without test

Name: python3-module-alembic
Version: 1.10.2
Release: alt1

Summary: Database migration tool for SQLAlchemy

License: MIT
Group: Development/Python3
Url: https://alembic.sqlalchemy.org
VCS: https://github.com/sqlalchemy/alembic

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

BuildArch: noarch

Conflicts: python-module-alembic
Provides: python-module-alembic = %EVR

BuildRequires: help2man

BuildRequires(pre): rpm-build-python3
BuildRequires: python3-module-setuptools
BuildRequires: python3-module-wheel
BuildRequires: python3-devel python3-module-mako
BuildRequires: python3-module-SQLAlchemy
BuildRequires: python3-module-dateutil
%if_with test
BuildRequires: python3-module-pytest
BuildRequires: python3-module-nose
BuildRequires: python3-module-greenlet
BuildRequires: python3-module-sqlalchemy-tests
%endif

%description
Alembic is a new database migrations tool, written by the author of
SQLAlchemy <http://www.sqlalchemy.org>.  A migrations tool offers the
following functionality:

* Can emit ALTER statements to a database in order to change the structure
of tables and other constructs.
* Provides a system whereby "migration scripts" may be constructed; each script
indicates a particular series of steps that can "upgrade" a target database to
a new version, and optionally a series of steps that can "downgrade"
similarly, doing the same steps in reverse.
* Allows the scripts to execute in some sequential manner.

Documentation and status of Alembic is at http://readthedocs.org/docs/alembic/

%prep
%setup
%patch0 -p1

%build
%pyproject_build

%install
%pyproject_install
rm -rfv %buildroot%python3_sitelibdir/alembic/testing/

%if_with test
%check
%tox_create_default_config
%tox_check_pyproject -- -vra
%endif

%files
%doc README.rst LICENSE CHANGES docs
%_bindir/%oname
%python3_sitelibdir/*

%changelog

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

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