[Python-modules-commits] [python-jmespath] branch master updated (5ec9ab9 -> f51e477)

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


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

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

      from  5ec9ab9   Update Vcs fields for git migration
       new  475be38   Import python-jmespath_0.9.0.orig.tar.gz
       new  7ed2b2b   record new upstream branch created by importing python-jmespath_0.9.0.orig.tar.gz and merge it
       new  5647fba   new upstream
       new  9672dbc   follow bin file rename
       new  b8477d2   update debian policy
       new  f51e477   update debian/watch

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                         | 106 ++++--
 README.rst                       | 101 ++++--
 bin/{jp => jp.py}                |  15 +-
 debian/.git-dpm                  |  14 +-
 debian/changelog                 |   6 +
 debian/control                   |   2 +-
 debian/python-jmespath.examples  |   2 +-
 debian/python3-jmespath.examples |   2 +-
 debian/rules                     |   7 +-
 debian/watch                     |   2 +-
 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 +++++---
 26 files changed, 1429 insertions(+), 1490 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