[Python-modules-commits] [sqlparse] branch master updated (e656ebf -> 03162d1)

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


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

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

      from  e656ebf   Remove copyright info on removed file sqlparse/pipeline.py
       new  430a599   New upstream version 0.2.3
       new  d1c1f15   Merge tag 'upstream/0.2.3'
       new  21b05ea   Update copyright text according to upstream LICENSE file
       new  03162d1   Debian release 0.2.3-1

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:
 AUTHORS                       |  4 +++
 CHANGELOG                     | 19 ++++++++++++
 LICENSE                       | 25 ++++++++++++++++
 MANIFEST.in                   |  4 +--
 PKG-INFO                      |  3 +-
 README.rst                    | 10 ++++++-
 debian/changelog              |  8 +++++
 debian/copyright              | 31 ++++++++++----------
 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 +++++-----
 25 files changed, 269 insertions(+), 55 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