[Python-modules-commits] [pyparsing] branch master updated (f0c19e5 -> 1ec86a0)
Barry Warsaw
barry at moszumanska.debian.org
Fri May 6 18:13:09 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 f0c19e5 Fixed VCS URL (https)
new 022befb Import pyparsing_2.1.1+dfsg1.orig.tar.gz
new 0c14004 record new upstream branch created by importing pyparsing_2.1.1+dfsg1.orig.tar.gz and merge it
new 1ec86a0 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 | 188 +-
MANIFEST.in | 7 +
PKG-INFO | 9 +-
README | 10 +-
debian/.git-dpm | 14 +-
debian/changelog | 14 +-
debian/control | 6 +-
debian/tests/control | 5 -
debian/tests/import-py2 | 13 -
debian/tests/import-py3 | 13 -
examples/chemicalFormulas.py | 6 +-
examples/datetimeParseActions.py | 24 +-
examples/deltaTime.py | 114 +-
examples/eval_arith.py | 12 +-
examples/excelExpr.py | 38 +-
examples/fourFn.py | 29 +-
examples/idlParse.py | 2 +-
examples/invRegex.py | 29 +-
examples/jsonParser.py | 2 +-
examples/listAllMatches.py | 34 +-
examples/lucene_grammar.py | 8 +-
examples/macroExpander.py | 7 +-
examples/mozillaCalendarParser.py | 5 +-
examples/oc.py | 6 +-
examples/parseListString.py | 42 +-
examples/parseTabularData.py | 50 +
examples/pgn.py | 6 +-
examples/protobuf_parser.py | 9 +-
examples/rangeCheck.py | 54 +-
examples/romanNumerals.py | 13 +-
examples/searchParserAppDemo.py | 2 +-
examples/searchparser.py | 109 +-
examples/select_parser.py | 3 +-
examples/simpleArith.py | 12 +-
examples/simpleSQL.py | 14 +-
examples/verilogParse.py | 2 +-
examples/wordsToNum.py | 27 +-
htmldoc/api-objects.txt | 5301 ++++-----
htmldoc/class-tree.html | 117 +-
htmldoc/frames.html | 2 +-
htmldoc/help.html | 6 +-
htmldoc/identifier-index.html | 1503 +--
htmldoc/index.html | 2 +-
htmldoc/module-tree.html | 8 +-
...pyparsing-module.html => pyparsing-module.html} | 413 +-
...g.pyparsing-pysrc.html => pyparsing-pysrc.html} | 11650 ++++++++++---------
...ing.And-class.html => pyparsing.And-class.html} | 173 +-
...s.html => pyparsing.CaselessKeyword-class.html} | 173 +-
...s.html => pyparsing.CaselessLiteral-class.html} | 163 +-
...-class.html => pyparsing.CharsNotIn-class.html} | 161 +-
...ine-class.html => pyparsing.Combine-class.html} | 165 +-
...g.Dict-class.html => pyparsing.Dict-class.html} | 159 +-
...g.Each-class.html => pyparsing.Each-class.html} | 171 +-
...Empty-class.html => pyparsing.Empty-class.html} | 151 +-
...-class.html => pyparsing.FollowedBy-class.html} | 157 +-
...ard-class.html => pyparsing.Forward-class.html} | 183 +-
...-class.html => pyparsing.GoToColumn-class.html} | 163 +-
...Group-class.html => pyparsing.Group-class.html} | 166 +-
...ord-class.html => pyparsing.Keyword-class.html} | 177 +-
...End-class.html => pyparsing.LineEnd-class.html} | 157 +-
...t-class.html => pyparsing.LineStart-class.html} | 163 +-
...ral-class.html => pyparsing.Literal-class.html} | 159 +-
...-class.html => pyparsing.MatchFirst-class.html} | 173 +-
...tch-class.html => pyparsing.NoMatch-class.html} | 157 +-
...tAny-class.html => pyparsing.NotAny-class.html} | 161 +-
...e-class.html => pyparsing.OneOrMore-class.html} | 205 +-
...ce-class.html => pyparsing.OnlyOnce-class.html} | 30 +-
...al-class.html => pyparsing.Optional-class.html} | 174 +-
...rsing.Or-class.html => pyparsing.Or-class.html} | 173 +-
...tml => pyparsing.ParseBaseException-class.html} | 50 +-
...ml => pyparsing.ParseElementEnhance-class.html} | 189 +-
...ss.html => pyparsing.ParseException-class.html} | 31 +-
...s.html => pyparsing.ParseExpression-class.html} | 195 +-
...ml => pyparsing.ParseFatalException-class.html} | 33 +-
...lass.html => pyparsing.ParseResults-class.html} | 158 +-
...l => pyparsing.ParseSyntaxException-class.html} | 45 +-
...ass.html => pyparsing.ParserElement-class.html} | 393 +-
...lass.html => pyparsing.QuotedString-class.html} | 167 +-
...pyparsing.RecursiveGrammarException-class.html} | 32 +-
...Regex-class.html => pyparsing.Regex-class.html} | 158 +-
...l => pyparsing.Regex.compiledREtype-class.html} | 294 +-
...ipTo-class.html => pyparsing.SkipTo-class.html} | 184 +-
...d-class.html => pyparsing.StringEnd-class.html} | 157 +-
...class.html => pyparsing.StringStart-class.html} | 157 +-
...ss-class.html => pyparsing.Suppress-class.html} | 158 +-
...Empty-class.html => pyparsing.Token-class.html} | 166 +-
...ss.html => pyparsing.TokenConverter-class.html} | 153 +-
...White-class.html => pyparsing.White-class.html} | 163 +-
...g.Word-class.html => pyparsing.Word-class.html} | 167 +-
...End-class.html => pyparsing.WordEnd-class.html} | 157 +-
...t-class.html => pyparsing.WordStart-class.html} | 157 +-
...-class.html => pyparsing.ZeroOrMore-class.html} | 205 +-
htmldoc/pyparsing.pyparsing.OneOrMore-class.html | 423 -
...rsing.pyparsing.Regex.compiledREtype-class.html | 167 -
htmldoc/pyparsing.pyparsing.Token-class.html | 365 -
htmldoc/pyparsing.pyparsing.Upcase-class.html | 368 -
htmldoc/pyparsing_2.0.2_docs.zip | Bin 330538 -> 0 bytes
htmldoc/redirect.html | 2 +-
htmldoc/toc-everything.html | 211 +-
...rsing-module.html => toc-pyparsing-module.html} | 207 +-
htmldoc/toc.html | 4 +-
PKG-INFO => pyparsing.egg-info/PKG-INFO | 9 +-
pyparsing.egg-info/SOURCES.txt | 173 +
pyparsing.egg-info/dependency_links.txt | 1 +
pyparsing.egg-info/top_level.txt | 1 +
pyparsing.py | 651 +-
setup.cfg | 11 +
setup.py | 7 +-
108 files changed, 14656 insertions(+), 15167 deletions(-)
create mode 100644 MANIFEST.in
delete mode 100644 debian/tests/control
delete mode 100755 debian/tests/import-py2
delete mode 100755 debian/tests/import-py3
create mode 100644 examples/parseTabularData.py
rename htmldoc/{pyparsing.pyparsing-module.html => pyparsing-module.html} (77%)
rename htmldoc/{pyparsing.pyparsing-pysrc.html => pyparsing-pysrc.html} (55%)
rename htmldoc/{pyparsing.pyparsing.And-class.html => pyparsing.And-class.html} (59%)
rename htmldoc/{pyparsing.pyparsing.CaselessKeyword-class.html => pyparsing.CaselessKeyword-class.html} (53%)
rename htmldoc/{pyparsing.pyparsing.CaselessLiteral-class.html => pyparsing.CaselessLiteral-class.html} (54%)
rename htmldoc/{pyparsing.pyparsing.CharsNotIn-class.html => pyparsing.CharsNotIn-class.html} (58%)
rename htmldoc/{pyparsing.pyparsing.Combine-class.html => pyparsing.Combine-class.html} (59%)
rename htmldoc/{pyparsing.pyparsing.Dict-class.html => pyparsing.Dict-class.html} (56%)
rename htmldoc/{pyparsing.pyparsing.Each-class.html => pyparsing.Each-class.html} (58%)
copy htmldoc/{pyparsing.pyparsing.Empty-class.html => pyparsing.Empty-class.html} (53%)
rename htmldoc/{pyparsing.pyparsing.FollowedBy-class.html => pyparsing.FollowedBy-class.html} (55%)
rename htmldoc/{pyparsing.pyparsing.Forward-class.html => pyparsing.Forward-class.html} (63%)
rename htmldoc/{pyparsing.pyparsing.GoToColumn-class.html => pyparsing.GoToColumn-class.html} (56%)
rename htmldoc/{pyparsing.pyparsing.Group-class.html => pyparsing.Group-class.html} (55%)
rename htmldoc/{pyparsing.pyparsing.Keyword-class.html => pyparsing.Keyword-class.html} (59%)
rename htmldoc/{pyparsing.pyparsing.LineEnd-class.html => pyparsing.LineEnd-class.html} (55%)
rename htmldoc/{pyparsing.pyparsing.LineStart-class.html => pyparsing.LineStart-class.html} (56%)
rename htmldoc/{pyparsing.pyparsing.Literal-class.html => pyparsing.Literal-class.html} (55%)
rename htmldoc/{pyparsing.pyparsing.MatchFirst-class.html => pyparsing.MatchFirst-class.html} (58%)
rename htmldoc/{pyparsing.pyparsing.NoMatch-class.html => pyparsing.NoMatch-class.html} (54%)
rename htmldoc/{pyparsing.pyparsing.NotAny-class.html => pyparsing.NotAny-class.html} (58%)
rename htmldoc/{pyparsing.pyparsing.ZeroOrMore-class.html => pyparsing.OneOrMore-class.html} (56%)
rename htmldoc/{pyparsing.pyparsing.OnlyOnce-class.html => pyparsing.OnlyOnce-class.html} (84%)
copy htmldoc/{pyparsing.pyparsing.Optional-class.html => pyparsing.Optional-class.html} (57%)
rename htmldoc/{pyparsing.pyparsing.Or-class.html => pyparsing.Or-class.html} (59%)
copy htmldoc/{pyparsing.pyparsing.ParseBaseException-class.html => pyparsing.ParseBaseException-class.html} (80%)
rename htmldoc/{pyparsing.pyparsing.ParseElementEnhance-class.html => pyparsing.ParseElementEnhance-class.html} (60%)
rename htmldoc/{pyparsing.pyparsing.ParseException-class.html => pyparsing.ParseException-class.html} (81%)
rename htmldoc/{pyparsing.pyparsing.ParseExpression-class.html => pyparsing.ParseExpression-class.html} (63%)
rename htmldoc/{pyparsing.pyparsing.ParseFatalException-class.html => pyparsing.ParseFatalException-class.html} (79%)
rename htmldoc/{pyparsing.pyparsing.ParseResults-class.html => pyparsing.ParseResults-class.html} (81%)
rename htmldoc/{pyparsing.pyparsing.ParseSyntaxException-class.html => pyparsing.ParseSyntaxException-class.html} (78%)
rename htmldoc/{pyparsing.pyparsing.ParserElement-class.html => pyparsing.ParserElement-class.html} (75%)
rename htmldoc/{pyparsing.pyparsing.QuotedString-class.html => pyparsing.QuotedString-class.html} (60%)
rename htmldoc/{pyparsing.pyparsing.RecursiveGrammarException-class.html => pyparsing.RecursiveGrammarException-class.html} (82%)
rename htmldoc/{pyparsing.pyparsing.Regex-class.html => pyparsing.Regex-class.html} (59%)
rename htmldoc/{pyparsing.pyparsing.ParseBaseException-class.html => pyparsing.Regex.compiledREtype-class.html} (52%)
rename htmldoc/{pyparsing.pyparsing.SkipTo-class.html => pyparsing.SkipTo-class.html} (55%)
rename htmldoc/{pyparsing.pyparsing.StringEnd-class.html => pyparsing.StringEnd-class.html} (54%)
rename htmldoc/{pyparsing.pyparsing.StringStart-class.html => pyparsing.StringStart-class.html} (54%)
rename htmldoc/{pyparsing.pyparsing.Suppress-class.html => pyparsing.Suppress-class.html} (56%)
rename htmldoc/{pyparsing.pyparsing.Empty-class.html => pyparsing.Token-class.html} (50%)
rename htmldoc/{pyparsing.pyparsing.TokenConverter-class.html => pyparsing.TokenConverter-class.html} (52%)
rename htmldoc/{pyparsing.pyparsing.White-class.html => pyparsing.White-class.html} (64%)
rename htmldoc/{pyparsing.pyparsing.Word-class.html => pyparsing.Word-class.html} (60%)
rename htmldoc/{pyparsing.pyparsing.WordEnd-class.html => pyparsing.WordEnd-class.html} (57%)
rename htmldoc/{pyparsing.pyparsing.WordStart-class.html => pyparsing.WordStart-class.html} (57%)
rename htmldoc/{pyparsing.pyparsing.Optional-class.html => pyparsing.ZeroOrMore-class.html} (53%)
delete mode 100644 htmldoc/pyparsing.pyparsing.OneOrMore-class.html
delete mode 100644 htmldoc/pyparsing.pyparsing.Regex.compiledREtype-class.html
delete mode 100644 htmldoc/pyparsing.pyparsing.Token-class.html
delete mode 100644 htmldoc/pyparsing.pyparsing.Upcase-class.html
delete mode 100644 htmldoc/pyparsing_2.0.2_docs.zip
rename htmldoc/{toc-pyparsing.pyparsing-module.html => toc-pyparsing-module.html} (52%)
copy PKG-INFO => pyparsing.egg-info/PKG-INFO (78%)
create mode 100644 pyparsing.egg-info/SOURCES.txt
create mode 100644 pyparsing.egg-info/dependency_links.txt
create mode 100644 pyparsing.egg-info/top_level.txt
create mode 100644 setup.cfg
--
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