Name: | python3-alembic |
---|---|
Version: | 1.7.5 |
Release: | 3.el9 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 5891248 |
License: | MIT |
RPM: | python3-alembic-1.7.5-3.el9.noarch.rpm |
Source RPM: | python-alembic-1.7.5-3.el9.src.rpm |
Build Date: | Mon Oct 10 2022 |
Build Host: | build-ol9-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://pypi.io/project/alembic |
Summary: | Database migration tool for SQLAlchemy |
Description: | Alembic is a new database migrations tool, written by the author of SQLAlchemy. A migrations 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. Documentation and status of Alembic is at http://readthedocs.org/docs/alembic/ |
- Add python-alembic to RHEL-9 Resolves: rhbz#2084557
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
- Update to 1.7.5. Fixes rhbz#2022454
- Update to 1.7.4. Fixes rhbz#2011425
- Update to 1.7.3. Fixes rhbz#2005403
- Drop redundant manually specified dependencies
- Add the dist tag again
- Update to 1.7.1. Fixes rhbz#1999176
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
- Update to 1.6.5. Fixes rhbz#1964163