migrate 0.13.0-0ubuntu2 source package in Ubuntu

Changelog

migrate (0.13.0-0ubuntu2) jammy; urgency=medium

  [ Thomas Goirand ]
  * Add fix-sphinx-conf.py-syntax.patch fixing FTBFS. (Closes: #997343)

 -- Corey Bryant <email address hidden>  Mon, 28 Mar 2022 15:40:18 -0400

Upload details

Uploaded by:
Corey Bryant
Uploaded to:
Jammy
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release main python
Noble release main python
Mantic release main python
Lunar release main python
Jammy release main python

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
migrate_0.13.0.orig.tar.gz 128.3 KiB 0bc02e292a040ade5e35a01d3ea744119e1309cdddb704fdb99bac13236614f8
migrate_0.13.0-0ubuntu2.debian.tar.xz 12.6 KiB bcff04a0a6da635f143edd2a80524f56ac22e3a055a75b4774852a813bd77d44
migrate_0.13.0-0ubuntu2.dsc 2.7 KiB 782f6bc010a598fd308d16d958b0294b7a769e8a56034d2ae8deadfb00a38bdd

Available diffs

View changes file

Binary packages built by this source

python-migrate-doc: Database schema migration for SQLAlchemy - doc

 Inspired by Ruby on Rails' migrations, migrate provides a way to deal
 with database schema changes in SQLAlchemy projects.
 .
 SQLAlchemy-migrate is build on top of SQLAlchemy and provides a changeset
 and a versioning API for database schemas as well as a script utilizing
 these APIs. The database change sets are managed in a file based
 repository allowing upgrades and downgrades of database schema versions.
 The change sets may consist of Python code facilitating the changeset API
 or SQL scripts.
 .
 SQLAlchemy-migrate has support for MySQL, PostgreSQL, SQLite and Oracle
 databases. The support for Oracle is not as well tested as the support for
 the other database systems.
 .
 This package contains the documentation.

python3-migrate: Database schema migration for SQLAlchemy - Python 3.x

 Inspired by Ruby on Rails' migrations, migrate provides a way to deal
 with database schema changes in SQLAlchemy projects.
 .
 SQLAlchemy-migrate is build on top of SQLAlchemy and provides a changeset
 and a versioning API for database schemas as well as a script utilizing
 these APIs. The database change sets are managed in a file based
 repository allowing upgrades and downgrades of database schema versions.
 The change sets may consist of Python code facilitating the changeset API
 or SQL scripts.
 .
 SQLAlchemy-migrate has support for MySQL, PostgreSQL, SQLite and Oracle
 databases. The support for Oracle is not as well tested as the support for
 the other database systems.
 .
 This package provides the Python 3.x module.