migrate 0.13.0-0ubuntu1 source package in Ubuntu
Changelog
migrate (0.13.0-0ubuntu1) focal; urgency=medium * d/gbp.conf: Update gbp configuration file. * d/control: Update Vcs-* links and maintainers. * d/watch: Switch to pypi.debian.net as new release is not available from github. * New upstream release. * d/control: Align (Build-)Depends with upstream. * d/p/*: Rebased. * d/test.sh: Drop use of mysql_install_db as it has been dropped in MySQL 8. Use mysqld to initialize instead. -- Corey Bryant <email address hidden> Fri, 14 Feb 2020 12:50:22 -0500
Upload details
- Uploaded by:
- Corey Bryant
- Uploaded to:
- Focal
- Original maintainer:
- Ubuntu Developers
- Architectures:
- all
- Section:
- python
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Focal | release | main | python |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
migrate_0.13.0.orig.tar.gz | 128.3 KiB | 0bc02e292a040ade5e35a01d3ea744119e1309cdddb704fdb99bac13236614f8 |
migrate_0.13.0-0ubuntu1.debian.tar.xz | 12.2 KiB | b3603a5f41a8c5c62400ff387969fd8f08dbdf57881427ca454ff712b772966e |
migrate_0.13.0-0ubuntu1.dsc | 2.7 KiB | 62393215c2ee4ff41dad1e64c40c46903c0d1e9aa800e09fbca10a46d55ba382 |
Available diffs
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.