[Python-modules-commits] [sqlparse] branch upstream updated (cc97a2a -> 430a599)

Andriy Senkovych jollyroger-guest at moszumanska.debian.org
Sat Jul 15 00:02:56 UTC 2017


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

jollyroger-guest pushed a change to branch upstream
in repository sqlparse.

      from  cc97a2a   New upstream version 0.2.2
       new  430a599   New upstream version 0.2.3

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:
 AUTHORS                       |  4 +++
 CHANGELOG                     | 19 ++++++++++++
 LICENSE                       | 25 ++++++++++++++++
 MANIFEST.in                   |  4 +--
 PKG-INFO                      |  3 +-
 README.rst                    | 10 ++++++-
 setup.cfg                     |  3 +-
 setup.py                      |  1 +
 sqlparse.egg-info/PKG-INFO    |  3 +-
 sqlparse.egg-info/SOURCES.txt |  3 ++
 sqlparse/__init__.py          |  2 +-
 sqlparse/cli.py               | 21 +++++++++----
 sqlparse/engine/grouping.py   |  2 +-
 sqlparse/filters/reindent.py  | 10 ++++---
 sqlparse/keywords.py          |  6 ++--
 sqlparse/lexer.py             | 11 +++----
 sqlparse/sql.py               |  2 +-
 tests/files/encoding_gbk.sql  |  3 ++
 tests/files/encoding_utf8.sql |  3 ++
 tests/test_cli.py             | 68 +++++++++++++++++++++++++++++++++++++++++++
 tests/test_grouping.py        | 18 ++++++++++++
 tests/test_regressions.py     | 48 ++++++++++++++++++++++++++----
 tox.ini                       | 16 +++++-----
 23 files changed, 245 insertions(+), 40 deletions(-)
 create mode 100644 LICENSE
 create mode 100644 tests/files/encoding_gbk.sql
 create mode 100644 tests/files/encoding_utf8.sql

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



More information about the Python-modules-commits mailing list