alembic 1.7.6-1 source package in Ubuntu

Changelog

alembic (1.7.6-1) unstable; urgency=medium

  [ Debian Janitor ]
  * Remove constraints unnecessary since buster:
    + Build-Depends: Drop versioned constraint on dh-python.
    + Build-Depends-Indep: Drop versioned constraint on python3-sqlalchemy.
    + alembic: Drop versioned constraint on python-alembic and python3-alembic
      in Replaces.
    + alembic: Drop versioned constraint on python-alembic and python3-alembic
      in Breaks.
    + python3-alembic: Drop versioned constraint on alembic in Breaks.

  [ Thomas Goirand ]
  * Fix debian/watch to use github instead of bitbucket.
  * Update d/control and d/copyright upstream URLs to point to github.
  * New upstream release:
    - Fixes FTBFS with newer SQLAlchemy (Closes: #1006044).

 -- Thomas Goirand <email address hidden>  Mon, 21 Feb 2022 10:59:51 +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
Jammy release main python

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
alembic_1.7.6-1.dsc 2.2 KiB 348c429fa7edba27e8dfa8da88de7cfcf7b05a84f0966f2ca088a09c99090de5
alembic_1.7.6.orig.tar.gz 527.4 KiB 9cefe260191ed668bcd6d4d19d180bdd2855ad438cb724b3b57f6b423d5a3c99
alembic_1.7.6-1.debian.tar.xz 7.5 KiB 3de378c15718f2ecd6590ea5ba961e5af2b2f992cefcafc8f10fcde132e1316b

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.