alembic 1.8.1-0ubuntu1 source package in Ubuntu
Changelog
alembic (1.8.1-0ubuntu1) kinetic; urgency=medium * d/gbp.conf: Update gbp configuration file. * d/control: Update Vcs-* links and maintainers. * New upstream release (LP: #1989507). * d/p/0001-Do-not-use-intersphinx.patch: Rebased. * d/control: Align (Build-)Depends with upstream. -- Corey Bryant <email address hidden> Tue, 13 Sep 2022 13:58:33 -0400
Upload details
- Uploaded by:
- Corey Bryant
- Uploaded to:
- Kinetic
- Original maintainer:
- Ubuntu Developers
- Architectures:
- all
- Section:
- python
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Lunar | release | main | python | |
Kinetic | release | main | python |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
alembic_1.8.1.orig.tar.gz | 532.9 KiB | b04a3dca79e82d1cc223ab5e173620538d51880e024fa9f08b4f4aca614a84cb |
alembic_1.8.1-0ubuntu1.debian.tar.xz | 7.8 KiB | 08a9de8e33f774e14a8bacf6bd7f22b2d724416564519141d0eec158fd5d7e94 |
alembic_1.8.1-0ubuntu1.dsc | 2.4 KiB | 01f1a47d1c2b9edd4f7b71c8b62f7f6044d8f3d13c80a03cc08464b6685f4ea0 |
Available diffs
Binary packages built by this source
- alembic: lightweight database migration tool for SQLAlchemy
Alembic is a new database migration tool, written by the author
of SQLAlchemy. A migration 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.
.
This package provides /usr/bin/alembic script and documentation for Alembic,
and depends on the python3-alembic package which contains all the actual code
(in Python 3) for Alembic to actually work.
- python3-alembic: lightweight database migration tool for SQLAlchemy - Python module
Alembic is a new database migration tool, written by the author
of SQLAlchemy. A migration 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.