Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python-alembic-0.8.3-3.el7 RPM for noarch

From EPEL 7 for aarch64 / Packages / p

Name: python-alembic Distribution: Fedora Project
Version: 0.8.3 Vendor: Fedora Project
Release: 3.el7 Build date: Tue Nov 24 18:59:16 2015
Group: Development/Libraries Build host: buildhw-05.phx2.fedoraproject.org
Size: 3887086 Source RPM: python-alembic-0.8.3-3.el7.src.rpm
Packager: Fedora Project
Url: http://pypi.python.org/pypi/alembic
Summary: Database migration tool for SQLAlchemy
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/

Provides

Requires

License

MIT

Changelog

* Tue Nov 24 2015 Ralph Bean <rbean@redhat.com> - 0.8.3-3
  - Add requirement on python-editor.
* Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.3-2
  - Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
* Sat Oct 17 2015 Ralph Bean <rbean@redhat.com> - 0.8.3-1
  - new version
* Wed Aug 26 2015 Ralph Bean <rbean@redhat.com> - 0.8.2-1
  - new version
* Fri Jul 10 2015 Ralph Bean <rbean@redhat.com> - 0.7.6-3
  - Disable tests until sqlalchemy-1.1 is out.  There's a bug against
    MS sql DBs (likely won't affect us).
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.6-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
* Wed May 06 2015 Ralph Bean <rbean@redhat.com> - 0.7.6-1
  - new version
* Mon Mar 16 2015 Ralph Bean <rbean@redhat.com> - 0.7.4-2
  - Merge in epel7 compat changes to the spec file.
  - Drop patch for epel7, no longer needed with modern upstream.
* Sat Feb 21 2015 Ralph Bean <rbean@redhat.com> - 0.7.4-1
  - new version
  - No longer using 2to3.
* Wed Aug 20 2014 Ralph Bean <rbean@redhat.com> - 0.6.6-1
  - Latest upstream.
  - Modernized python macros.
  - Re-enabled python3 tests.
  - Cleaned up the description formatting.
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.5-3
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
* Tue May 27 2014 Kalev Lember <kalevlember@gmail.com> - 0.6.5-2
  - Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4
* Tue May 06 2014 Ralph Bean <rbean@redhat.com> - 0.6.5-1
  - Latest upstream.
* Tue Feb 04 2014 Ralph Bean <rbean@redhat.com> - 0.6.3-1
  - Latest upstream.
* Tue Jan 28 2014 Ralph Bean <rbean@redhat.com> - 0.6.2-2
  - Simplify some nested conditionals.
  - Attempt a better rhel conditional.
  - Added buildtime dep on python-mock for the test suite.
* Tue Jan 28 2014 Ralph Bean <rbean@redhat.com> - 0.6.2-1
  - Latest upstream.
* Mon Jul 29 2013 Ralph Bean <rbean@redhat.com> - 0.5.0-2
  - Add forgotten dependency on python-setuptools.
    https://bugzilla.redhat.com/show_bug.cgi?id=989016
* Wed May 29 2013 Toshio Kuratomi <toshio@fedoraproject.org> - 0.4.2-2
  - Workaround setuptools to load the correct SQLAlchemy version for
    the alembic script. https://bugzilla.redhat.com/show_bug.cgi?id=968404
* Wed Apr 10 2013 Ralph Bean <rbean@redhat.com> - 0.5.0-1
  - Update to 0.5.0
* Thu Mar 14 2013 Pádraig Brady <pbrady@redhat.com> - 0.4.2-1
  - Update to 0.4.2
* Fri Feb 22 2013 Ralph Bean <rbean@redhat.com> - 0.3.4-11
  - Rebuilt again for good measure.
  - Disabled python3 tests.. they started failing in rawhide.
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.4-10
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
* Wed Sep 12 2012 Ralph Bean <rbean@redhat.com> - 0.3.4-9
  - Require at least sqlalchemy 0.7.4.
* Wed Sep 12 2012 Ralph Bean <rbean@redhat.com> - 0.3.4-8
  - Don't install manpages if they don't exist.
* Wed Sep 12 2012 Ralph Bean <rbean@redhat.com> - 0.3.4-7
  - Stop trying to build man pages for el6.
* Wed Sep 12 2012 Ralph Bean <rbean@redhat.com> - 0.3.4-6
  - Typofix.
* Wed Sep 12 2012 Ralph Bean <rbean@redhat.com> - 0.3.4-5
  - Accomodate older help2man on epel.
* Fri Aug 31 2012 Ralph Bean <rbean@redhat.com> - 0.3.4-4
  - Correct %files entries for the man pages.
* Fri Aug 31 2012 Ralph Bean <rbean@redhat.com> - 0.3.4-3
  - Include docs folder in %doc section.
  - Use help2man to build man pages for executables.
  - Remove article from summary (cosmetic).
  - Add trailing slash to directories in %files (cosmetic).
* Thu Jul 05 2012 Ralph Bean <rbean@redhat.com> - 0.3.4-2
  - Require python-argparse if running on py2.6 or earlier.
  - Require the forward-compat python-sqlalchemy on epel.
  - Require the forward-compat python-nose on epel.
* Thu Jul 05 2012 Ralph Bean <rbean@redhat.com> - 0.3.4-1
  - initial package for Fedora

Files

/usr/bin/alembic
/usr/lib/python2.7/site-packages/alembic
/usr/lib/python2.7/site-packages/alembic-0.8.3-py2.7.egg-info
/usr/lib/python2.7/site-packages/alembic-0.8.3-py2.7.egg-info/PKG-INFO
/usr/lib/python2.7/site-packages/alembic-0.8.3-py2.7.egg-info/SOURCES.txt
/usr/lib/python2.7/site-packages/alembic-0.8.3-py2.7.egg-info/dependency_links.txt
/usr/lib/python2.7/site-packages/alembic-0.8.3-py2.7.egg-info/entry_points.txt
/usr/lib/python2.7/site-packages/alembic-0.8.3-py2.7.egg-info/not-zip-safe
/usr/lib/python2.7/site-packages/alembic-0.8.3-py2.7.egg-info/requires.txt
/usr/lib/python2.7/site-packages/alembic-0.8.3-py2.7.egg-info/top_level.txt
/usr/lib/python2.7/site-packages/alembic/__init__.py
/usr/lib/python2.7/site-packages/alembic/__init__.pyc
/usr/lib/python2.7/site-packages/alembic/__init__.pyo
/usr/lib/python2.7/site-packages/alembic/autogenerate
/usr/lib/python2.7/site-packages/alembic/autogenerate/__init__.py
/usr/lib/python2.7/site-packages/alembic/autogenerate/__init__.pyc
/usr/lib/python2.7/site-packages/alembic/autogenerate/__init__.pyo
/usr/lib/python2.7/site-packages/alembic/autogenerate/api.py
/usr/lib/python2.7/site-packages/alembic/autogenerate/api.pyc
/usr/lib/python2.7/site-packages/alembic/autogenerate/api.pyo
/usr/lib/python2.7/site-packages/alembic/autogenerate/compare.py
/usr/lib/python2.7/site-packages/alembic/autogenerate/compare.pyc
/usr/lib/python2.7/site-packages/alembic/autogenerate/compare.pyo
/usr/lib/python2.7/site-packages/alembic/autogenerate/render.py
/usr/lib/python2.7/site-packages/alembic/autogenerate/render.pyc
/usr/lib/python2.7/site-packages/alembic/autogenerate/render.pyo
/usr/lib/python2.7/site-packages/alembic/autogenerate/rewriter.py
/usr/lib/python2.7/site-packages/alembic/autogenerate/rewriter.pyc
/usr/lib/python2.7/site-packages/alembic/autogenerate/rewriter.pyo
/usr/lib/python2.7/site-packages/alembic/command.py
/usr/lib/python2.7/site-packages/alembic/command.pyc
/usr/lib/python2.7/site-packages/alembic/command.pyo
/usr/lib/python2.7/site-packages/alembic/config.py
/usr/lib/python2.7/site-packages/alembic/config.pyc
/usr/lib/python2.7/site-packages/alembic/config.pyo
/usr/lib/python2.7/site-packages/alembic/context.py
/usr/lib/python2.7/site-packages/alembic/context.pyc
/usr/lib/python2.7/site-packages/alembic/context.pyo
/usr/lib/python2.7/site-packages/alembic/ddl
/usr/lib/python2.7/site-packages/alembic/ddl/__init__.py
/usr/lib/python2.7/site-packages/alembic/ddl/__init__.pyc
/usr/lib/python2.7/site-packages/alembic/ddl/__init__.pyo
/usr/lib/python2.7/site-packages/alembic/ddl/base.py
/usr/lib/python2.7/site-packages/alembic/ddl/base.pyc
/usr/lib/python2.7/site-packages/alembic/ddl/base.pyo
/usr/lib/python2.7/site-packages/alembic/ddl/impl.py
/usr/lib/python2.7/site-packages/alembic/ddl/impl.pyc
/usr/lib/python2.7/site-packages/alembic/ddl/impl.pyo
/usr/lib/python2.7/site-packages/alembic/ddl/mssql.py
/usr/lib/python2.7/site-packages/alembic/ddl/mssql.pyc
/usr/lib/python2.7/site-packages/alembic/ddl/mssql.pyo
/usr/lib/python2.7/site-packages/alembic/ddl/mysql.py
/usr/lib/python2.7/site-packages/alembic/ddl/mysql.pyc
/usr/lib/python2.7/site-packages/alembic/ddl/mysql.pyo
/usr/lib/python2.7/site-packages/alembic/ddl/oracle.py
/usr/lib/python2.7/site-packages/alembic/ddl/oracle.pyc
/usr/lib/python2.7/site-packages/alembic/ddl/oracle.pyo
/usr/lib/python2.7/site-packages/alembic/ddl/postgresql.py
/usr/lib/python2.7/site-packages/alembic/ddl/postgresql.pyc
/usr/lib/python2.7/site-packages/alembic/ddl/postgresql.pyo
/usr/lib/python2.7/site-packages/alembic/ddl/sqlite.py
/usr/lib/python2.7/site-packages/alembic/ddl/sqlite.pyc
/usr/lib/python2.7/site-packages/alembic/ddl/sqlite.pyo
/usr/lib/python2.7/site-packages/alembic/op.py
/usr/lib/python2.7/site-packages/alembic/op.pyc
/usr/lib/python2.7/site-packages/alembic/op.pyo
/usr/lib/python2.7/site-packages/alembic/operations
/usr/lib/python2.7/site-packages/alembic/operations/__init__.py
/usr/lib/python2.7/site-packages/alembic/operations/__init__.pyc
/usr/lib/python2.7/site-packages/alembic/operations/__init__.pyo
/usr/lib/python2.7/site-packages/alembic/operations/base.py
/usr/lib/python2.7/site-packages/alembic/operations/base.pyc
/usr/lib/python2.7/site-packages/alembic/operations/base.pyo
/usr/lib/python2.7/site-packages/alembic/operations/batch.py
/usr/lib/python2.7/site-packages/alembic/operations/batch.pyc
/usr/lib/python2.7/site-packages/alembic/operations/batch.pyo
/usr/lib/python2.7/site-packages/alembic/operations/ops.py
/usr/lib/python2.7/site-packages/alembic/operations/ops.pyc
/usr/lib/python2.7/site-packages/alembic/operations/ops.pyo
/usr/lib/python2.7/site-packages/alembic/operations/schemaobj.py
/usr/lib/python2.7/site-packages/alembic/operations/schemaobj.pyc
/usr/lib/python2.7/site-packages/alembic/operations/schemaobj.pyo
/usr/lib/python2.7/site-packages/alembic/operations/toimpl.py
/usr/lib/python2.7/site-packages/alembic/operations/toimpl.pyc
/usr/lib/python2.7/site-packages/alembic/operations/toimpl.pyo
/usr/lib/python2.7/site-packages/alembic/runtime
/usr/lib/python2.7/site-packages/alembic/runtime/__init__.py
/usr/lib/python2.7/site-packages/alembic/runtime/__init__.pyc
/usr/lib/python2.7/site-packages/alembic/runtime/__init__.pyo
/usr/lib/python2.7/site-packages/alembic/runtime/environment.py
/usr/lib/python2.7/site-packages/alembic/runtime/environment.pyc
/usr/lib/python2.7/site-packages/alembic/runtime/environment.pyo
/usr/lib/python2.7/site-packages/alembic/runtime/migration.py
/usr/lib/python2.7/site-packages/alembic/runtime/migration.pyc
/usr/lib/python2.7/site-packages/alembic/runtime/migration.pyo
/usr/lib/python2.7/site-packages/alembic/script
/usr/lib/python2.7/site-packages/alembic/script/__init__.py
/usr/lib/python2.7/site-packages/alembic/script/__init__.pyc
/usr/lib/python2.7/site-packages/alembic/script/__init__.pyo
/usr/lib/python2.7/site-packages/alembic/script/base.py
/usr/lib/python2.7/site-packages/alembic/script/base.pyc
/usr/lib/python2.7/site-packages/alembic/script/base.pyo
/usr/lib/python2.7/site-packages/alembic/script/revision.py
/usr/lib/python2.7/site-packages/alembic/script/revision.pyc
/usr/lib/python2.7/site-packages/alembic/script/revision.pyo
/usr/lib/python2.7/site-packages/alembic/templates
/usr/lib/python2.7/site-packages/alembic/templates/generic
/usr/lib/python2.7/site-packages/alembic/templates/generic/README
/usr/lib/python2.7/site-packages/alembic/templates/generic/alembic.ini.mako
/usr/lib/python2.7/site-packages/alembic/templates/generic/env.py
/usr/lib/python2.7/site-packages/alembic/templates/generic/env.pyc
/usr/lib/python2.7/site-packages/alembic/templates/generic/env.pyo
/usr/lib/python2.7/site-packages/alembic/templates/generic/script.py.mako
/usr/lib/python2.7/site-packages/alembic/templates/multidb
/usr/lib/python2.7/site-packages/alembic/templates/multidb/README
/usr/lib/python2.7/site-packages/alembic/templates/multidb/alembic.ini.mako
/usr/lib/python2.7/site-packages/alembic/templates/multidb/env.py
/usr/lib/python2.7/site-packages/alembic/templates/multidb/env.pyc
/usr/lib/python2.7/site-packages/alembic/templates/multidb/env.pyo
/usr/lib/python2.7/site-packages/alembic/templates/multidb/script.py.mako
/usr/lib/python2.7/site-packages/alembic/templates/pylons
/usr/lib/python2.7/site-packages/alembic/templates/pylons/README
/usr/lib/python2.7/site-packages/alembic/templates/pylons/alembic.ini.mako
/usr/lib/python2.7/site-packages/alembic/templates/pylons/env.py
/usr/lib/python2.7/site-packages/alembic/templates/pylons/env.pyc
/usr/lib/python2.7/site-packages/alembic/templates/pylons/env.pyo
/usr/lib/python2.7/site-packages/alembic/templates/pylons/script.py.mako
/usr/lib/python2.7/site-packages/alembic/testing
/usr/lib/python2.7/site-packages/alembic/testing/__init__.py
/usr/lib/python2.7/site-packages/alembic/testing/__init__.pyc
/usr/lib/python2.7/site-packages/alembic/testing/__init__.pyo
/usr/lib/python2.7/site-packages/alembic/testing/assertions.py
/usr/lib/python2.7/site-packages/alembic/testing/assertions.pyc
/usr/lib/python2.7/site-packages/alembic/testing/assertions.pyo
/usr/lib/python2.7/site-packages/alembic/testing/compat.py
/usr/lib/python2.7/site-packages/alembic/testing/compat.pyc
/usr/lib/python2.7/site-packages/alembic/testing/compat.pyo
/usr/lib/python2.7/site-packages/alembic/testing/config.py
/usr/lib/python2.7/site-packages/alembic/testing/config.pyc
/usr/lib/python2.7/site-packages/alembic/testing/config.pyo
/usr/lib/python2.7/site-packages/alembic/testing/engines.py
/usr/lib/python2.7/site-packages/alembic/testing/engines.pyc
/usr/lib/python2.7/site-packages/alembic/testing/engines.pyo
/usr/lib/python2.7/site-packages/alembic/testing/env.py
/usr/lib/python2.7/site-packages/alembic/testing/env.pyc
/usr/lib/python2.7/site-packages/alembic/testing/env.pyo
/usr/lib/python2.7/site-packages/alembic/testing/exclusions.py
/usr/lib/python2.7/site-packages/alembic/testing/exclusions.pyc
/usr/lib/python2.7/site-packages/alembic/testing/exclusions.pyo
/usr/lib/python2.7/site-packages/alembic/testing/fixtures.py
/usr/lib/python2.7/site-packages/alembic/testing/fixtures.pyc
/usr/lib/python2.7/site-packages/alembic/testing/fixtures.pyo
/usr/lib/python2.7/site-packages/alembic/testing/mock.py
/usr/lib/python2.7/site-packages/alembic/testing/mock.pyc
/usr/lib/python2.7/site-packages/alembic/testing/mock.pyo
/usr/lib/python2.7/site-packages/alembic/testing/plugin
/usr/lib/python2.7/site-packages/alembic/testing/plugin/__init__.py
/usr/lib/python2.7/site-packages/alembic/testing/plugin/__init__.pyc
/usr/lib/python2.7/site-packages/alembic/testing/plugin/__init__.pyo
/usr/lib/python2.7/site-packages/alembic/testing/plugin/bootstrap.py
/usr/lib/python2.7/site-packages/alembic/testing/plugin/bootstrap.pyc
/usr/lib/python2.7/site-packages/alembic/testing/plugin/bootstrap.pyo
/usr/lib/python2.7/site-packages/alembic/testing/plugin/noseplugin.py
/usr/lib/python2.7/site-packages/alembic/testing/plugin/noseplugin.pyc
/usr/lib/python2.7/site-packages/alembic/testing/plugin/noseplugin.pyo
/usr/lib/python2.7/site-packages/alembic/testing/plugin/plugin_base.py
/usr/lib/python2.7/site-packages/alembic/testing/plugin/plugin_base.pyc
/usr/lib/python2.7/site-packages/alembic/testing/plugin/plugin_base.pyo
/usr/lib/python2.7/site-packages/alembic/testing/plugin/pytestplugin.py
/usr/lib/python2.7/site-packages/alembic/testing/plugin/pytestplugin.pyc
/usr/lib/python2.7/site-packages/alembic/testing/plugin/pytestplugin.pyo
/usr/lib/python2.7/site-packages/alembic/testing/provision.py
/usr/lib/python2.7/site-packages/alembic/testing/provision.pyc
/usr/lib/python2.7/site-packages/alembic/testing/provision.pyo
/usr/lib/python2.7/site-packages/alembic/testing/requirements.py
/usr/lib/python2.7/site-packages/alembic/testing/requirements.pyc
/usr/lib/python2.7/site-packages/alembic/testing/requirements.pyo
/usr/lib/python2.7/site-packages/alembic/testing/runner.py
/usr/lib/python2.7/site-packages/alembic/testing/runner.pyc
/usr/lib/python2.7/site-packages/alembic/testing/runner.pyo
/usr/lib/python2.7/site-packages/alembic/testing/util.py
/usr/lib/python2.7/site-packages/alembic/testing/util.pyc
/usr/lib/python2.7/site-packages/alembic/testing/util.pyo
/usr/lib/python2.7/site-packages/alembic/testing/warnings.py
/usr/lib/python2.7/site-packages/alembic/testing/warnings.pyc
/usr/lib/python2.7/site-packages/alembic/testing/warnings.pyo
/usr/lib/python2.7/site-packages/alembic/util
/usr/lib/python2.7/site-packages/alembic/util/__init__.py
/usr/lib/python2.7/site-packages/alembic/util/__init__.pyc
/usr/lib/python2.7/site-packages/alembic/util/__init__.pyo
/usr/lib/python2.7/site-packages/alembic/util/compat.py
/usr/lib/python2.7/site-packages/alembic/util/compat.pyc
/usr/lib/python2.7/site-packages/alembic/util/compat.pyo
/usr/lib/python2.7/site-packages/alembic/util/langhelpers.py
/usr/lib/python2.7/site-packages/alembic/util/langhelpers.pyc
/usr/lib/python2.7/site-packages/alembic/util/langhelpers.pyo
/usr/lib/python2.7/site-packages/alembic/util/messaging.py
/usr/lib/python2.7/site-packages/alembic/util/messaging.pyc
/usr/lib/python2.7/site-packages/alembic/util/messaging.pyo
/usr/lib/python2.7/site-packages/alembic/util/pyfiles.py
/usr/lib/python2.7/site-packages/alembic/util/pyfiles.pyc
/usr/lib/python2.7/site-packages/alembic/util/pyfiles.pyo
/usr/lib/python2.7/site-packages/alembic/util/sqla_compat.py
/usr/lib/python2.7/site-packages/alembic/util/sqla_compat.pyc
/usr/lib/python2.7/site-packages/alembic/util/sqla_compat.pyo
/usr/share/doc/python-alembic-0.8.3
/usr/share/doc/python-alembic-0.8.3/CHANGES
/usr/share/doc/python-alembic-0.8.3/LICENSE
/usr/share/doc/python-alembic-0.8.3/README.rst
/usr/share/doc/python-alembic-0.8.3/docs
/usr/share/doc/python-alembic-0.8.3/docs/_images
/usr/share/doc/python-alembic-0.8.3/docs/_images/api_overview.png
/usr/share/doc/python-alembic-0.8.3/docs/_sources
/usr/share/doc/python-alembic-0.8.3/docs/_sources/api
/usr/share/doc/python-alembic-0.8.3/docs/_sources/api/autogenerate.txt
/usr/share/doc/python-alembic-0.8.3/docs/_sources/api/commands.txt
/usr/share/doc/python-alembic-0.8.3/docs/_sources/api/config.txt
/usr/share/doc/python-alembic-0.8.3/docs/_sources/api/ddl.txt
/usr/share/doc/python-alembic-0.8.3/docs/_sources/api/index.txt
/usr/share/doc/python-alembic-0.8.3/docs/_sources/api/operations.txt
/usr/share/doc/python-alembic-0.8.3/docs/_sources/api/overview.txt
/usr/share/doc/python-alembic-0.8.3/docs/_sources/api/runtime.txt
/usr/share/doc/python-alembic-0.8.3/docs/_sources/api/script.txt
/usr/share/doc/python-alembic-0.8.3/docs/_sources/autogenerate.txt
/usr/share/doc/python-alembic-0.8.3/docs/_sources/batch.txt
/usr/share/doc/python-alembic-0.8.3/docs/_sources/branches.txt
/usr/share/doc/python-alembic-0.8.3/docs/_sources/changelog.txt
/usr/share/doc/python-alembic-0.8.3/docs/_sources/cookbook.txt
/usr/share/doc/python-alembic-0.8.3/docs/_sources/front.txt
/usr/share/doc/python-alembic-0.8.3/docs/_sources/index.txt
/usr/share/doc/python-alembic-0.8.3/docs/_sources/naming.txt
/usr/share/doc/python-alembic-0.8.3/docs/_sources/offline.txt
/usr/share/doc/python-alembic-0.8.3/docs/_sources/ops.txt
/usr/share/doc/python-alembic-0.8.3/docs/_sources/tutorial.txt
/usr/share/doc/python-alembic-0.8.3/docs/_static
/usr/share/doc/python-alembic-0.8.3/docs/_static/basic.css
/usr/share/doc/python-alembic-0.8.3/docs/_static/changelog.css
/usr/share/doc/python-alembic-0.8.3/docs/_static/comment-bright.png
/usr/share/doc/python-alembic-0.8.3/docs/_static/comment-close.png
/usr/share/doc/python-alembic-0.8.3/docs/_static/comment.png
/usr/share/doc/python-alembic-0.8.3/docs/_static/doctools.js
/usr/share/doc/python-alembic-0.8.3/docs/_static/down-pressed.png
/usr/share/doc/python-alembic-0.8.3/docs/_static/down.png
/usr/share/doc/python-alembic-0.8.3/docs/_static/file.png
/usr/share/doc/python-alembic-0.8.3/docs/_static/jquery-1.11.1.js
/usr/share/doc/python-alembic-0.8.3/docs/_static/jquery.js
/usr/share/doc/python-alembic-0.8.3/docs/_static/minus.png
/usr/share/doc/python-alembic-0.8.3/docs/_static/nature.css
/usr/share/doc/python-alembic-0.8.3/docs/_static/nature_override.css
/usr/share/doc/python-alembic-0.8.3/docs/_static/plus.png
/usr/share/doc/python-alembic-0.8.3/docs/_static/pygments.css
/usr/share/doc/python-alembic-0.8.3/docs/_static/searchtools.js
/usr/share/doc/python-alembic-0.8.3/docs/_static/sphinx_paramlinks.css
/usr/share/doc/python-alembic-0.8.3/docs/_static/underscore-1.3.1.js
/usr/share/doc/python-alembic-0.8.3/docs/_static/underscore.js
/usr/share/doc/python-alembic-0.8.3/docs/_static/up-pressed.png
/usr/share/doc/python-alembic-0.8.3/docs/_static/up.png
/usr/share/doc/python-alembic-0.8.3/docs/_static/websupport.js
/usr/share/doc/python-alembic-0.8.3/docs/api
/usr/share/doc/python-alembic-0.8.3/docs/api/autogenerate.html
/usr/share/doc/python-alembic-0.8.3/docs/api/commands.html
/usr/share/doc/python-alembic-0.8.3/docs/api/config.html
/usr/share/doc/python-alembic-0.8.3/docs/api/ddl.html
/usr/share/doc/python-alembic-0.8.3/docs/api/index.html
/usr/share/doc/python-alembic-0.8.3/docs/api/operations.html
/usr/share/doc/python-alembic-0.8.3/docs/api/overview.html
/usr/share/doc/python-alembic-0.8.3/docs/api/runtime.html
/usr/share/doc/python-alembic-0.8.3/docs/api/script.html
/usr/share/doc/python-alembic-0.8.3/docs/autogenerate.html
/usr/share/doc/python-alembic-0.8.3/docs/batch.html
/usr/share/doc/python-alembic-0.8.3/docs/branches.html
/usr/share/doc/python-alembic-0.8.3/docs/build
/usr/share/doc/python-alembic-0.8.3/docs/build/Makefile
/usr/share/doc/python-alembic-0.8.3/docs/build/_static
/usr/share/doc/python-alembic-0.8.3/docs/build/_static/nature_override.css
/usr/share/doc/python-alembic-0.8.3/docs/build/api
/usr/share/doc/python-alembic-0.8.3/docs/build/api/api_overview.png
/usr/share/doc/python-alembic-0.8.3/docs/build/api/autogenerate.rst
/usr/share/doc/python-alembic-0.8.3/docs/build/api/commands.rst
/usr/share/doc/python-alembic-0.8.3/docs/build/api/config.rst
/usr/share/doc/python-alembic-0.8.3/docs/build/api/ddl.rst
/usr/share/doc/python-alembic-0.8.3/docs/build/api/index.rst
/usr/share/doc/python-alembic-0.8.3/docs/build/api/operations.rst
/usr/share/doc/python-alembic-0.8.3/docs/build/api/overview.rst
/usr/share/doc/python-alembic-0.8.3/docs/build/api/runtime.rst
/usr/share/doc/python-alembic-0.8.3/docs/build/api/script.rst
/usr/share/doc/python-alembic-0.8.3/docs/build/autogenerate.rst
/usr/share/doc/python-alembic-0.8.3/docs/build/batch.rst
/usr/share/doc/python-alembic-0.8.3/docs/build/branches.rst
/usr/share/doc/python-alembic-0.8.3/docs/build/changelog.rst
/usr/share/doc/python-alembic-0.8.3/docs/build/conf.py
/usr/share/doc/python-alembic-0.8.3/docs/build/cookbook.rst
/usr/share/doc/python-alembic-0.8.3/docs/build/front.rst
/usr/share/doc/python-alembic-0.8.3/docs/build/index.rst
/usr/share/doc/python-alembic-0.8.3/docs/build/naming.rst
/usr/share/doc/python-alembic-0.8.3/docs/build/offline.rst
/usr/share/doc/python-alembic-0.8.3/docs/build/ops.rst
/usr/share/doc/python-alembic-0.8.3/docs/build/requirements.txt
/usr/share/doc/python-alembic-0.8.3/docs/build/tutorial.rst
/usr/share/doc/python-alembic-0.8.3/docs/changelog.html
/usr/share/doc/python-alembic-0.8.3/docs/cookbook.html
/usr/share/doc/python-alembic-0.8.3/docs/front.html
/usr/share/doc/python-alembic-0.8.3/docs/genindex.html
/usr/share/doc/python-alembic-0.8.3/docs/index.html
/usr/share/doc/python-alembic-0.8.3/docs/naming.html
/usr/share/doc/python-alembic-0.8.3/docs/offline.html
/usr/share/doc/python-alembic-0.8.3/docs/ops.html
/usr/share/doc/python-alembic-0.8.3/docs/py-modindex.html
/usr/share/doc/python-alembic-0.8.3/docs/search.html
/usr/share/doc/python-alembic-0.8.3/docs/searchindex.js
/usr/share/doc/python-alembic-0.8.3/docs/tutorial.html
/usr/share/man/man1/alembic.1.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 13:53:38 2024