alembic 1.13.1-2 source package in Ubuntu

Changelog

alembic (1.13.1-2) unstable; urgency=medium

  * Team upload.
  * Move to unstable.

 -- Bastian Germann <email address hidden>  Fri, 29 Dec 2023 22:14:30 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
alembic_1.13.1-2.dsc 2.1 KiB 880a9c2c5422d3caaeb317610ed9f13c3a8462057400f9be3c4185d811b8a5f1
alembic_1.13.1.orig.tar.gz 575.2 KiB da08bb274aa70a4e161a88b1cf1334fbf63c0833a01a8e4f7a770627dac907cd
alembic_1.13.1-2.debian.tar.xz 7.7 KiB 47e61c06cfebf90f46acac5bbc2c02c13920b408a3d7b2830f819796fb4d0651

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