[Python-modules-commits] [pymssql] 01/06: record new upstream branch created by importing pymssql_2.1.1+dfsg.orig.tar.gz and merge it

Geoffrey Thomas geofft-guest at moszumanska.debian.org
Wed Nov 18 18:18:14 UTC 2015


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

geofft-guest pushed a commit to branch 2.1.1
in repository pymssql.

commit f495077853de1113e71a054bc7d02c63b2eea6dc
Merge: 57d5b95 8e0065e
Author: Geoffrey Thomas <geofft at hudson-trading.com>
Date:   Wed Nov 18 10:56:08 2015 -0500

    record new upstream branch created by importing pymssql_2.1.1+dfsg.orig.tar.gz and merge it

 .bzrignore                          |    4 +
 .gitignore                          |   13 +
 .hgeol                              |   28 +
 .hgignore                           |   19 +
 .pyrex/Pyrex/Distutils/__init__.py  |    1 +
 .pyrex/Pyrex/Distutils/build_ext.py |    1 +
 .pyrex/Pyrex/__init__.py            |    1 +
 .travis.yml                         |   30 +
 ChangeLog                           | 1062 +++++++++++-----
 ChangeLog_highlights.rst            |  299 +++++
 lgpl.txt => LICENSE                 | 1008 +++++++--------
 MANIFEST                            |   17 -
 PKG-INFO                            |  395 +++++-
 README                              |   15 -
 README.rst                          |   46 +
 README_building_and_developing.rst  |  165 +++
 TODO                                |   14 -
 _mssql.pxd                          |   63 +
 _mssql.pyx                          | 1948 +++++++++++++++++++++++++++++
 bin/build_freetds.sh                |   48 +
 bin/hudson.sh                       |   87 ++
 bin/travis_env.sh                   |   26 +
 cpp_helpers.h                       |   40 +
 debian/.git-dpm                     |   14 +-
 docs/Makefile                       |  177 +++
 docs/_mssql_examples.rst            |  141 +++
 docs/building_and_developing.rst    |    4 +
 docs/changelog.rst                  |    8 +
 docs/conf.py                        |  289 +++++
 docs/faq.rst                        |  336 +++++
 docs/freetds.rst                    |   66 +
 docs/freetds_and_dates.rst          |   56 +
 docs/history.rst                    |   54 +
 docs/index.rst                      |  115 ++
 docs/intro.rst                      |   65 +
 docs/make.bat                       |  242 ++++
 docs/migrate_1_x_to_2_x.rst         |  167 +++
 docs/pymssql_examples.rst           |  204 +++
 docs/ref/_mssql.rst                 |  391 ++++++
 docs/ref/pymssql.rst                |  323 +++++
 docs/release_notes.rst              |   99 ++
 docs/todo.rst                       |    8 +
 ez_setup.py                         |  276 +++++
 mssqldbmodule.c                     | 2335 -----------------------------------
 nagios-plugin/check_mssql           |    0
 print_versions.py                   |   11 +
 pymssql.egg-info/PKG-INFO           |  395 +++++-
 pymssql.egg-info/SOURCES.txt        |  102 +-
 pymssql.py                          |  620 ----------
 pymssql.pyx                         |  692 +++++++++++
 pymssql_version.h                   |    1 +
 pytest.ini                          |   12 +
 scripts/memmonitor.py               |   34 +
 scripts/memtest.py                  |   13 +
 scripts/memtest.sh                  |    4 +
 setup.cfg                           |    5 +
 setup.py                            |  580 +++++++--
 sqlfront.pxd                        |  656 ++++++++++
 tests/__init__.py                   |    1 +
 tests/conftest.py                   |   66 +
 tests/helpers.py                    |  453 +++++++
 tests/run_sqlalchemy_tests.py       |   63 +
 tests/test_config.py                |  104 ++
 tests/test_connection_as_dict.py    |   42 +
 tests/test_connections.py           |  148 +++
 tests/test_context_managers.py      |   44 +
 tests/test_debug_queries.py         |   42 +
 tests/test_err_handle.py            |   83 ++
 tests/test_green.py                 |  136 ++
 tests/test_pymssql.py               |  216 ++++
 tests/test_queries.py               |  114 ++
 tests/test_sprocs.py                |  492 ++++++++
 tests/test_sqlalchemy.py            |   59 +
 tests/test_threaded.py              |  111 ++
 tests/test_types.py                 |  278 +++++
 tests/test_unicode.py               |   24 +
 tests/test_user_msghandler.py       |  142 +++
 tests/test_utils.py                 |  180 +++
 tests/tests.cfg.tpl                 |   25 +
 tox.ini                             |   26 +
 80 files changed, 12703 insertions(+), 3971 deletions(-)

diff --cc debian/.git-dpm
index 022b14f,0000000..a8eeb29
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
- 874ce2993a9d4d22adebd9b6e071685012af005d
- 874ce2993a9d4d22adebd9b6e071685012af005d
- 874ce2993a9d4d22adebd9b6e071685012af005d
- 874ce2993a9d4d22adebd9b6e071685012af005d
- pymssql_1.0.2+dfsg.orig.tar.gz
- 7bfbc436218365204c410bfc1dc554ffccb114d0
- 42985
++8e0065e4d92a88a538ed07f488cb3b37448aefb9
++8e0065e4d92a88a538ed07f488cb3b37448aefb9
++8e0065e4d92a88a538ed07f488cb3b37448aefb9
++8e0065e4d92a88a538ed07f488cb3b37448aefb9
++pymssql_2.1.1+dfsg.orig.tar.gz
++01ff19af3925a54e7901f98eba1bcb3262532fba
++120045
 +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/pymssql.git



More information about the Python-modules-commits mailing list