Package python-module-alembic: Information

    Source package: python-module-alembic
    Version: 0.4.2-alt2
    Build time:  Apr 8, 2013, 03:02 AM
    Report package bug
    License: MIT
    Summary: Database migration tool for SQLAlchemy
    Description: 
    Alembic is a new database migrations tool, written by the author of
    SQLAlchemy <http://www.sqlalchemy.org>.  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/

    List of rpms provided by this srpm:
    python-module-alembic (noarch)

    Maintainer: Vitaly Lipatov


    ACL:
    @qa_p7

      1. rpm-build-python
      2. python-devel
      3. python-module-SQLAlchemy >= 0.7.4
      4. python-module-mako
      5. python-module-nose
      6. help2man

    Last changed


    April 8, 2013 Vitaly Lipatov 0.4.2-alt2
    - initial build for ALT Linux Sisyphus
    March 21, 2013 Igor Vlasenko 0.4.2-alt1_1
    - update to new release by fcimport
    March 14, 2013 Igor Vlasenko 0.3.4-alt2_11
    - update to new release by fcimport