[Python-modules-commits] [flask-migrate] 02/06: record new upstream branch created by importing flask-migrate_1.7.0.orig.tar.gz and merge it

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 commit to branch master
in repository flask-migrate.

commit 5ced355175f7562dc25374cfe7fc730f1950b0d4
Merge: 41280e7 cadc119
Author: Orestis Ioannou <orestis at oioannou.com>
Date:   Thu Feb 18 13:15:06 2016 +0100

    record new upstream branch created by importing flask-migrate_1.7.0.orig.tar.gz and merge it

 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 +-
 flask_migrate/__init__.py                          | 413 ++++++++++++++++-----
 flask_migrate/templates/flask-multidb/README       |   1 +
 .../templates/flask-multidb/alembic.ini.mako       |  45 +++
 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
 35 files changed, 874 insertions(+), 222 deletions(-)

diff --cc debian/.git-dpm
index 55b697e,0000000..9ff8684
mode 100644,000000..100644
--- a/debian/.git-dpm
+++ b/debian/.git-dpm
@@@ -1,11 -1,0 +1,11 @@@
 +# see git-dpm(1) from git-dpm package
- 53bf388d06e4d77190c5dd83e352a38d006f3459
- 53bf388d06e4d77190c5dd83e352a38d006f3459
- 53bf388d06e4d77190c5dd83e352a38d006f3459
- 53bf388d06e4d77190c5dd83e352a38d006f3459
- flask-migrate_1.2.0.orig.tar.gz
- d64bedbc20d10bbd80950d5416f5541ed4500b70
- 7288
++cadc1194629a6fcb63832a3c153877fbf17b6f5a
++cadc1194629a6fcb63832a3c153877fbf17b6f5a
++cadc1194629a6fcb63832a3c153877fbf17b6f5a
++cadc1194629a6fcb63832a3c153877fbf17b6f5a
++flask-migrate_1.7.0.orig.tar.gz
++0f336cf0c27a5afe68f0bb490af6aa803ce7e3e8
++12895
 +debianTag="debian/%e%v"
 +patchedTag="patched/%e%v"
 +upstreamTag="upstream/%e%u"

-- 
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