[Python-modules-commits] [pyparsing] branch master updated (b5dba2e -> eedf73e)

Barry Warsaw barry at moszumanska.debian.org
Fri Aug 12 22:04:11 UTC 2016


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

barry pushed a change to branch master
in repository pyparsing.

      from  b5dba2e   Release
       new  e4cbacc   Import pyparsing_2.1.7+dfsg1.orig.tar.gz
       new  0406fff   record new upstream branch created by importing pyparsing_2.1.7+dfsg1.orig.tar.gz and merge it
       new  eedf73e   New upstream release.

The 3 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:
 CHANGES                                            |    12 +
 PKG-INFO                                           |     2 +-
 debian/.git-dpm                                    |    14 +-
 debian/changelog                                   |     8 +
 debian/copyright                                   |   188 +-
 debian/pypy-pyparsing.lintian-overrides            |     2 +
 debian/python-pyparsing-doc.lintian-overrides      |     2 +
 debian/python-pyparsing.lintian-overrides          |     2 +
 debian/python3-pyparsing.lintian-overrides         |     2 +
 examples/antlr_grammar.py                          |     1 +
 examples/antlr_grammar_tests.py                    |     2 +
 examples/apicheck.py                               |     3 +
 examples/btpyparse.py                              |     3 +-
 examples/commasep.py                               |     3 +
 examples/datetimeParseActions.py                   |     1 +
 examples/dfmparse.py                               |     9 +-
 examples/ebnf.py                                   |     4 +-
 examples/ebnftest.py                               |    10 +-
 examples/excelExpr.py                              |    10 +-
 examples/gen_ctypes.py                             |     7 +
 examples/greetingInGreek.py                        |     2 +
 examples/greetingInKorean.py                       |     2 +
 examples/groupUsingListAllMatches.py               |     5 +-
 examples/holaMundo.py                              |    16 +-
 examples/httpServerLogParser.py                    |     2 +
 examples/jsonParser.py                             |    38 +-
 examples/list1.py                                  |    20 +-
 htmldoc/api-objects.txt                            |     6 +-
 htmldoc/class-tree.html                            |    15 +-
 htmldoc/help.html                                  |     2 +-
 htmldoc/identifier-index.html                      |   199 +-
 htmldoc/module-tree.html                           |     2 +-
 htmldoc/pyparsing-module.html                      |    21 +-
 htmldoc/pyparsing-pysrc.html                       | 11016 +++++++++----------
 htmldoc/pyparsing.And-class.html                   |     2 +-
 htmldoc/pyparsing.CaselessKeyword-class.html       |     2 +-
 htmldoc/pyparsing.CaselessLiteral-class.html       |     2 +-
 htmldoc/pyparsing.CharsNotIn-class.html            |     2 +-
 htmldoc/pyparsing.Combine-class.html               |     2 +-
 htmldoc/pyparsing.Dict-class.html                  |     2 +-
 htmldoc/pyparsing.Each-class.html                  |     2 +-
 htmldoc/pyparsing.Empty-class.html                 |     2 +-
 htmldoc/pyparsing.FollowedBy-class.html            |     2 +-
 htmldoc/pyparsing.Forward-class.html               |     2 +-
 htmldoc/pyparsing.GoToColumn-class.html            |     2 +-
 htmldoc/pyparsing.Group-class.html                 |     2 +-
 htmldoc/pyparsing.Keyword-class.html               |     2 +-
 htmldoc/pyparsing.LineEnd-class.html               |     2 +-
 htmldoc/pyparsing.LineStart-class.html             |     2 +-
 htmldoc/pyparsing.Literal-class.html               |     2 +-
 htmldoc/pyparsing.MatchFirst-class.html            |     2 +-
 htmldoc/pyparsing.NoMatch-class.html               |     2 +-
 htmldoc/pyparsing.NotAny-class.html                |     2 +-
 htmldoc/pyparsing.OneOrMore-class.html             |     2 +-
 htmldoc/pyparsing.OnlyOnce-class.html              |     2 +-
 htmldoc/pyparsing.Optional-class.html              |     2 +-
 htmldoc/pyparsing.Or-class.html                    |     2 +-
 htmldoc/pyparsing.ParseBaseException-class.html    |     2 +-
 htmldoc/pyparsing.ParseElementEnhance-class.html   |     2 +-
 htmldoc/pyparsing.ParseException-class.html        |     2 +-
 htmldoc/pyparsing.ParseExpression-class.html       |     2 +-
 htmldoc/pyparsing.ParseFatalException-class.html   |     2 +-
 htmldoc/pyparsing.ParseResults-class.html          |     2 +-
 htmldoc/pyparsing.ParseSyntaxException-class.html  |    65 +-
 htmldoc/pyparsing.ParserElement-class.html         |     2 +-
 htmldoc/pyparsing.QuotedString-class.html          |     2 +-
 .../pyparsing.RecursiveGrammarException-class.html |     6 +-
 htmldoc/pyparsing.Regex-class.html                 |     2 +-
 htmldoc/pyparsing.Regex.compiledREtype-class.html  |     2 +-
 htmldoc/pyparsing.SkipTo-class.html                |     2 +-
 htmldoc/pyparsing.StringEnd-class.html             |     2 +-
 htmldoc/pyparsing.StringStart-class.html           |     2 +-
 htmldoc/pyparsing.Suppress-class.html              |     2 +-
 htmldoc/pyparsing.Token-class.html                 |     2 +-
 htmldoc/pyparsing.TokenConverter-class.html        |     2 +-
 htmldoc/pyparsing.White-class.html                 |     2 +-
 htmldoc/pyparsing.Word-class.html                  |     2 +-
 htmldoc/pyparsing.WordEnd-class.html               |     2 +-
 htmldoc/pyparsing.WordStart-class.html             |     2 +-
 htmldoc/pyparsing.ZeroOrMore-class.html            |     2 +-
 htmldoc/pyparsing.pyparsing_common-class.html      |     2 +-
 pyparsing.egg-info/PKG-INFO                        |     2 +-
 pyparsing.py                                       |    39 +-
 83 files changed, 5959 insertions(+), 5874 deletions(-)
 create mode 100644 debian/pypy-pyparsing.lintian-overrides
 create mode 100644 debian/python-pyparsing-doc.lintian-overrides
 create mode 100644 debian/python-pyparsing.lintian-overrides
 create mode 100644 debian/python3-pyparsing.lintian-overrides

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



More information about the Python-modules-commits mailing list