alembic 0.9.3-2ubuntu1 source package in Ubuntu

Changelog

alembic (0.9.3-2ubuntu1) bionic; urgency=medium

  * Demote runtime dependency on python{3}-editor to Suggests to avoid
    inclusion in Ubuntu main.
  * d/p/disable-editor.patch: Patchout hard requirement on python-editor.

 -- James Page <email address hidden>  Mon, 04 Dec 2017 10:36:17 +0000

Upload details

Uploaded by:
James Page
Uploaded to:
Bionic
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release main python

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
alembic_0.9.3.orig.tar.gz 409.2 KiB 832f8a086707a9c179dd2117407f76f89d8fb781897cd7b4a27d8ef589d72d0e
alembic_0.9.3-2ubuntu1.debian.tar.xz 7.3 KiB 54efb38d8217b133b80447db432d335d00c5da7467d95a1eb09e06e83cbfe04c
alembic_0.9.3-2ubuntu1.dsc 2.5 KiB 8f5574de9e1a784e1ce595484314618fac1dc88e28e36dd707d8b02ccb9954e0

View changes file

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: No summary available for python3-alembic in ubuntu cosmic.

No description available for python3-alembic in ubuntu cosmic.