alembic 1.0.11-5ubuntu2 source package in Ubuntu

Changelog

alembic (1.0.11-5ubuntu2) focal; urgency=medium

  * Build against only the current python3, as alembic fails tests against
    python3.8.

 -- Steve Langasek <email address hidden>  Tue, 12 Nov 2019 05:47:16 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Focal
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
alembic_1.0.11.orig.tar.gz 438.8 KiB cdd95313f9fdba2d47f2519ad77218cfc520b81820a276ab2a7258fbc7bd81b2
alembic_1.0.11-5ubuntu2.debian.tar.xz 7.9 KiB 33bc33fd787449075ffd2d4188639fcf34718493b84aaeebc75481ee387ac984
alembic_1.0.11-5ubuntu2.dsc 2.4 KiB de617c15d7c2e060be454e00656e9198a6875236314469ce5f0a8e17d16fa2a8

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 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.