[Python-modules-commits] [flask-migrate] branch upstream updated (53bf388 -> cadc119)

Orestis Ioannou oorestisime-guest at moszumanska.debian.org
Tue Feb 23 09:32:59 UTC 2016


This is an automated email from the git hooks/post-receive script.

oorestisime-guest pushed a change to branch upstream
in repository flask-migrate.

      from  53bf388   Imported Upstream version 1.2.0
      adds  cadc119   Import flask-migrate_1.7.0.orig.tar.gz

No new revisions were added by this update.

Summary of changes:
 Flask_Migrate.egg-info/PKG-INFO                    |   3 +-
 Flask_Migrate.egg-info/SOURCES.txt                 |  18 +-
 Flask_Migrate.egg-info/not-zip-safe                |   2 +-
 Flask_Migrate.egg-info/requires.txt                |   2 +-
 MANIFEST.in                                        |   3 +-
 PKG-INFO                                           |   3 +-
 README.md                                          |  41 +-
 flask_migrate/__init__.py                          | 413 ++++++++++++++++-----
 .../templates/{flask => flask-multidb}/README      |   0
 .../{flask => flask-multidb}/alembic.ini.mako      |   0
 flask_migrate/templates/flask-multidb/env.py       | 158 ++++++++
 .../templates/flask-multidb/script.py.mako         |  46 +++
 flask_migrate/templates/flask/env.py               |  34 +-
 setup.cfg                                          |   4 +-
 setup.py                                           |   8 +-
 tests/.sql                                         |   0
 tests/__init__.pyc                                 | Bin 151 -> 151 bytes
 tests/app.db                                       | Bin 0 -> 2048 bytes
 tests/app.py                                       |  11 +-
 tests/app.pyc                                      | Bin 1034 -> 1022 bytes
 tests/app2.py                                      |  21 --
 tests/{app.py => app_compare_type1.py}             |  12 +-
 tests/app_compare_type1.pyc                        | Bin 0 -> 1078 bytes
 tests/{app.py => app_compare_type2.py}             |  14 +-
 tests/app_compare_type2.pyc                        | Bin 0 -> 1078 bytes
 tests/{app.py => app_custom_directory.py}          |  13 +-
 tests/app_custom_directory.pyc                     | Bin 0 -> 1108 bytes
 tests/app_multidb.py                               |  33 ++
 tests/app_multidb.pyc                              | Bin 0 -> 1434 bytes
 tests/test_migrate.py                              |  66 +++-
 tests/test_migrate.pyc                             | Bin 1785 -> 4111 bytes
 tests/test_migrate_custom_directory.py             |  39 --
 tests/test_multidb_migrate.py                      |  92 +++++
 tests/test_multidb_migrate.pyc                     | Bin 0 -> 3433 bytes
 34 files changed, 821 insertions(+), 215 deletions(-)
 mode change 100644 => 100755 flask_migrate/__init__.py
 copy flask_migrate/templates/{flask => flask-multidb}/README (100%)
 copy flask_migrate/templates/{flask => flask-multidb}/alembic.ini.mako (100%)
 create mode 100755 flask_migrate/templates/flask-multidb/env.py
 create mode 100755 flask_migrate/templates/flask-multidb/script.py.mako
 mode change 100644 => 100755 flask_migrate/templates/flask/env.py
 create mode 100644 tests/.sql
 create mode 100755 tests/app.db
 mode change 100644 => 100755 tests/app.py
 delete mode 100644 tests/app2.py
 copy tests/{app.py => app_compare_type1.py} (57%)
 mode change 100644 => 100755
 create mode 100644 tests/app_compare_type1.pyc
 copy tests/{app.py => app_compare_type2.py} (50%)
 mode change 100644 => 100755
 create mode 100644 tests/app_compare_type2.pyc
 copy tests/{app.py => app_custom_directory.py} (55%)
 mode change 100644 => 100755
 create mode 100644 tests/app_custom_directory.pyc
 create mode 100755 tests/app_multidb.py
 create mode 100644 tests/app_multidb.pyc
 mode change 100644 => 100755 tests/test_migrate.py
 delete mode 100644 tests/test_migrate_custom_directory.py
 create mode 100755 tests/test_multidb_migrate.py
 create mode 100644 tests/test_multidb_migrate.pyc

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/flask-migrate.git



More information about the Python-modules-commits mailing list