]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
Bump to Alembic 1.1, bump requirements
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 21 Jul 2019 16:56:20 +0000 (12:56 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 21 Jul 2019 18:44:38 +0000 (14:44 -0400)
commit0bf99d4bb8872db554339089437d7ee3bdb522ff
tree1e0d06953447fa4821b360518bf8b4a66e61f7b2
parent7995199012173d77e2dcaf02d4ded5d2d7a6f634
Bump to Alembic 1.1, bump requirements

Alembic 1.1 bumps the minimum version of SQLAlchemy to 1.1.   As was the
case before, Python requirements remain at Python 2.7, or in the 3.x series
Python 3.4.

Change-Id: I68074fb4b59c96c4a596396a69aa143c65d048b5
32 files changed:
alembic/__init__.py
alembic/autogenerate/compare.py
alembic/autogenerate/render.py
alembic/ddl/base.py
alembic/ddl/mysql.py
alembic/ddl/postgresql.py
alembic/ddl/sqlite.py
alembic/testing/assertions.py
alembic/testing/fixtures.py
alembic/testing/plugin/bootstrap.py
alembic/testing/plugin/noseplugin.py [deleted file]
alembic/testing/plugin/plugin_base.py
alembic/testing/requirements.py
alembic/testing/runner.py [deleted file]
alembic/testing/warnings.py
alembic/util/__init__.py
alembic/util/compat.py
alembic/util/sqla_compat.py
docs/build/changelog.rst
docs/build/unreleased/bump.rst [new file with mode: 0644]
setup.py
tests/_autogen_fixtures.py
tests/requirements.py
tests/test_autogen_diffs.py
tests/test_autogen_indexes.py
tests/test_autogen_render.py
tests/test_batch.py
tests/test_mssql.py
tests/test_op.py
tests/test_op_naming_convention.py
tests/test_postgresql.py
tox.ini