alembic 1.13.1-3 source package in Ubuntu

Changelog

alembic (1.13.1-3) unstable; urgency=medium

  * Team upload.
  * remove extraneous dependency on python3-mock

 -- Alexandre Detiste <email address hidden>  Sun, 25 Feb 2024 10:03:49 +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
Noble release main python

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
alembic_1.13.1-3.dsc 2.3 KiB c92c0d462fd82d8e93eefe65e951b56e318c68b5b4dc4eed0670ce59784a1172
alembic_1.13.1.orig.tar.gz 575.2 KiB da08bb274aa70a4e161a88b1cf1334fbf63c0833a01a8e4f7a770627dac907cd
alembic_1.13.1-3.debian.tar.xz 7.8 KiB 4c649dbd830ec91eb44f33037b0211b7e0a00629b2f384e59c96629ec289c1de

Available diffs

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.