[Python-modules-commits] [sqlalchemy] branch upstream updated (c7782a7 -> ea616a8)

Piotr Ożarowski piotr at moszumanska.debian.org
Sat Nov 5 22:31:52 UTC 2016


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

piotr pushed a change to branch upstream
in repository sqlalchemy.

      from  c7782a7   Import sqlalchemy_1.1.2+ds1.orig.tar.gz
       new  ea616a8   Import sqlalchemy_1.1.3+ds1.orig.tar.gz

The 1 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 +-
 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 +++++
 20 files changed, 406 insertions(+), 37 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