[Python-modules-commits] [python-jmespath] branch upstream updated (2773d44 -> 475be38)

Takaki Taniguchi takaki at moszumanska.debian.org
Tue Nov 24 13:17:47 UTC 2015


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

takaki pushed a change to branch upstream
in repository python-jmespath.

      from  2773d44   Imported Upstream version 0.4.1
       new  475be38   Import python-jmespath_0.9.0.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                      | 106 +++++--
 README.rst                    | 101 ++++--
 bin/{jp => jp.py}             |  15 +-
 jmespath.egg-info/PKG-INFO    | 106 +++++--
 jmespath.egg-info/SOURCES.txt |   7 +-
 jmespath.egg-info/pbr.json    |   1 +
 jmespath/__init__.py          |   7 +-
 jmespath/ast.py               | 713 +++---------------------------------------
 jmespath/compat.py            |  23 +-
 jmespath/exceptions.py        |  44 ++-
 jmespath/functions.py         | 364 +++++++++++++++++++++
 jmespath/lexer.py             | 279 ++++++++++-------
 jmespath/parser.py            | 240 +++++++++-----
 jmespath/visitor.py           | 286 +++++++++++++++++
 setup.cfg                     |   3 +
 setup.py                      |  24 +-
 tests/test_ast.py             | 407 ------------------------
 tests/test_compliance.py      |  20 +-
 tests/test_parser.py          | 138 +++++---
 19 files changed, 1409 insertions(+), 1475 deletions(-)
 rename bin/{jp => jp.py} (75%)
 create mode 100644 jmespath.egg-info/pbr.json
 create mode 100644 jmespath/functions.py
 create mode 100644 jmespath/visitor.py
 delete mode 100644 tests/test_ast.py

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



More information about the Python-modules-commits mailing list