[Python-modules-commits] [sqlalchemy] branch master updated (1c656cc -> 3209340)

Piotr Ożarowski piotr at moszumanska.debian.org
Sun Jul 31 19:26:12 UTC 2016


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

piotr pushed a change to branch master
in repository sqlalchemy.

      from  1c656cc   Standards-Version bumped to 3.9.8 (no changes needed)
       new  796dc56   Import sqlalchemy_1.0.14+ds1.orig.tar.gz
       new  df36347   record new upstream branch created by importing sqlalchemy_1.0.14+ds1.orig.tar.gz and merge it
       new  e2be920   New upstream release
       new  3209340   make documentation build verbose

The 4 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:
 PKG-INFO                                      |   2 +-
 debian/.git-dpm                               |  14 +-
 debian/changelog                              |   6 +
 debian/rules                                  |   2 +-
 doc/build/changelog/changelog_05.rst          |   2 +-
 doc/build/changelog/changelog_08.rst          |   2 +-
 doc/build/changelog/changelog_10.rst          |  93 +++++++++
 doc/build/changelog/migration_08.rst          |   2 +-
 doc/build/changelog/migration_09.rst          |   2 +-
 doc/build/conf.py                             |  37 +---
 doc/build/core/constraints.rst                |   2 +-
 doc/build/core/metadata.rst                   |  19 +-
 doc/build/faq/ormconfiguration.rst            |   2 +-
 doc/build/orm/session_basics.rst              |   2 +-
 examples/dogpile_caching/__init__.py          |   2 +-
 examples/vertical/dictlike-polymorphic.py     |   2 +-
 lib/sqlalchemy/__init__.py                    |   3 +-
 lib/sqlalchemy/connectors/mxodbc.py           |   2 +-
 lib/sqlalchemy/dialects/oracle/base.py        |  25 ++-
 lib/sqlalchemy/dialects/postgresql/base.py    |   3 +
 lib/sqlalchemy/engine/base.py                 |   2 +-
 lib/sqlalchemy/engine/reflection.py           |   1 +
 lib/sqlalchemy/engine/result.py               |   2 +-
 lib/sqlalchemy/ext/automap.py                 |   2 +-
 lib/sqlalchemy/ext/mutable.py                 |   2 +-
 lib/sqlalchemy/orm/strategies.py              |   2 +-
 lib/sqlalchemy/schema.py                      |   1 +
 lib/sqlalchemy/sql/default_comparator.py      |   2 +-
 lib/sqlalchemy/sql/schema.py                  |  60 +++++-
 lib/sqlalchemy/sql/selectable.py              |  50 +++--
 lib/sqlalchemy/sql/type_api.py                |   2 +-
 lib/sqlalchemy/testing/plugin/plugin_base.py  |   3 +
 lib/sqlalchemy/testing/plugin/pytestplugin.py |  10 +-
 lib/sqlalchemy/testing/provision.py           |  10 +-
 lib/sqlalchemy/util/_collections.py           |   4 +-
 test/base/test_utils.py                       |  35 ++++
 test/dialect/postgresql/test_dialect.py       |  21 +-
 test/dialect/postgresql/test_reflection.py    |  23 +++
 test/dialect/test_oracle.py                   |  73 +++++++
 test/engine/test_pool.py                      | 284 ++++++++++++++------------
 test/engine/test_reflection.py                |  27 ++-
 test/sql/test_defaults.py                     |   3 +-
 test/sql/test_generative.py                   |  17 ++
 test/sql/test_metadata.py                     |  44 ++--
 test/sql/test_operators.py                    |   6 +
 test/sql/test_types.py                        |   4 +-
 46 files changed, 677 insertions(+), 237 deletions(-)

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



More information about the Python-modules-commits mailing list