alembic 0.9.3-2 source package in Ubuntu

Changelog

alembic (0.9.3-2) unstable; urgency=medium

  * Uploading to unstable.
  * Ran wrap-and-sort -bast.

 -- Thomas Goirand <email address hidden>  Thu, 02 Nov 2017 12:23:36 +0000

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
alembic_0.9.3-2.dsc 2.4 KiB bcc4f48b57e373da9a83a2fe7ccc8208bd1cdb24bffd0f5e4a15803efcc9a6b1
alembic_0.9.3.orig.tar.gz 409.2 KiB 832f8a086707a9c179dd2117407f76f89d8fb781897cd7b4a27d8ef589d72d0e
alembic_0.9.3-2.debian.tar.xz 7.0 KiB 32255f14a6516fa70e513cf7804f30e1b23d96549619fd2a71b020597bc5f4aa

No changes file available.

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 python-alembic package which contains all the actual code
 (in Python 2) for Alembic to actually work.

python-alembic: lightweight database migration tool for SQLAlchemy - Python 2.x

 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 contains the Python 2.x module.

python3-alembic: lightweight database migration tool for SQLAlchemy - Python 3.x

 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 contains the Python 3.x module.