[Python-modules-commits] [flask-migrate] branch master updated (41280e7 -> 5a7bc54)

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


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

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

      from  41280e7   git-dpm config
       new  cadc119   Import flask-migrate_1.7.0.orig.tar.gz
       new  5ced355   record new upstream branch created by importing flask-migrate_1.7.0.orig.tar.gz and merge it
       new  b837d44   Use watch file from pypi.debian.net
       new  3645042   d/control add vcs fields and dependencies for the python 3 package
       new  84ea734   d/rules build python3 package
       new  5a7bc54   changelog: record recent changes

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


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 +-
 debian/.git-dpm                                    |  14 +-
 debian/changelog                                   |   9 +
 debian/control                                     |  26 +-
 debian/rules                                       |   7 +-
 debian/watch                                       |   4 +-
 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
 39 files changed, 870 insertions(+), 226 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