[Python-modules-commits] [sqlalchemy] branch master updated (c20e465 -> 57a578d)

Piotr Ożarowski piotr at moszumanska.debian.org
Sat Nov 5 22:31:43 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  c20e465   merge patched into master
       new  eb2f901   New upstream version
       new  cefb953   record new upstream branch created by importing sqlalchemy_1.1.3+ds1.orig.tar.gz
       new  ea616a8   Import sqlalchemy_1.1.3+ds1.orig.tar.gz
       new  46da9df   disable_intersphinx module
       new  50c3cac   merge patched into master
       new  57a578d   New upstream version

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:
 PKG-INFO                                           |   2 +-
 debian/.git-dpm                                    |  14 +--
 debian/changelog                                   |  12 ++
 .../patches/0001-disable_intersphinx-module.patch  |   4 +-
 doc/build/changelog/changelog_11.rst               |  63 +++++++++++
 doc/build/changelog/migration_11.rst               | 122 +++++++++++++++++----
 doc/build/conf.py                                  |   4 +-
 lib/sqlalchemy/__init__.py                         |   2 +-
 lib/sqlalchemy/dialects/postgresql/base.py         |   3 +-
 lib/sqlalchemy/ext/hybrid.py                       |   4 +-
 lib/sqlalchemy/orm/persistence.py                  |   6 +
 lib/sqlalchemy/orm/query.py                        |   7 +-
 lib/sqlalchemy/orm/session.py                      |   9 +-
 lib/sqlalchemy/orm/unitofwork.py                   |   3 +
 lib/sqlalchemy/sql/base.py                         |   2 -
 lib/sqlalchemy/sql/sqltypes.py                     |  20 ++++
 lib/sqlalchemy/sql/type_api.py                     |  11 ++
 test/dialect/postgresql/test_reflection.py         |  16 +++
 test/orm/test_query.py                             |  30 +++++
 test/orm/test_session.py                           |  33 +++++-
 test/orm/test_unitofworkv2.py                      |  20 ++++
 test/sql/test_metadata.py                          |  67 +++++++++++
 test/sql/test_types.py                             |  19 ++++
 23 files changed, 427 insertions(+), 46 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