alembic 1.13.1-4 source package in Ubuntu

Changelog

alembic (1.13.1-4) unstable; urgency=medium

  * Team upload.
  * Fix failing tests with pytest 8.1 (Closes: #1067381)

  [ Ondřej Nový]
  * Remove myself from Uploaders.

 -- Bastian Germann <email address hidden>  Fri, 05 Apr 2024 19:21:20 +0000

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
Oracular release main python

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
alembic_1.13.1-4.dsc 2.1 KiB 413a2980afaddb3f1f20ecb2dc5aa08ce1f2c7168d8d1e6391ea58fd47ccc5bc
alembic_1.13.1.orig.tar.gz 575.2 KiB da08bb274aa70a4e161a88b1cf1334fbf63c0833a01a8e4f7a770627dac907cd
alembic_1.13.1-4.debian.tar.xz 8.8 KiB 70280a001a76626650e4b37b5e5e8118b258674e19dba1c4d37c2324e80f98eb

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.