[Python-modules-commits] [pyparsing] 02/03: record new upstream branch created by importing pyparsing_2.1.1+dfsg1.orig.tar.gz and merge it
Barry Warsaw
barry at moszumanska.debian.org
Fri May 6 18:13:10 UTC 2016
This is an automated email from the git hooks/post-receive script.
barry pushed a commit to branch master
in repository pyparsing.
commit 0c14004074253b43b63023d672595702bbc75d34
Merge: f0c19e5 022befb
Author: Barry Warsaw <barry at python.org>
Date: Fri May 6 12:15:39 2016 -0500
record new upstream branch created by importing pyparsing_2.1.1+dfsg1.orig.tar.gz and merge it
CHANGES | 188 +-
MANIFEST.in | 7 +
PKG-INFO | 9 +-
README | 10 +-
debian/.git-dpm | 14 +-
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 +-
103 files changed, 14640 insertions(+), 15132 deletions(-)
diff --cc debian/.git-dpm
index 96a966a,0000000..e845b15
mode 100644,000000..100644
--- a/debian/.git-dpm
+++ b/debian/.git-dpm
@@@ -1,11 -1,0 +1,11 @@@
+# see git-dpm(1) from git-dpm package
- d9d8b70ec6a117b517ea314d7e3acf78bd48c992
- d9d8b70ec6a117b517ea314d7e3acf78bd48c992
- d9d8b70ec6a117b517ea314d7e3acf78bd48c992
- d9d8b70ec6a117b517ea314d7e3acf78bd48c992
- pyparsing_2.0.3+dfsg1.orig.tar.gz
- 68f0ad854cd90a55b7ec3f76aef2af9389dca713
- 1375115
++022befb36aafa07524e358d2f1efb838d90a5ee5
++022befb36aafa07524e358d2f1efb838d90a5ee5
++022befb36aafa07524e358d2f1efb838d90a5ee5
++022befb36aafa07524e358d2f1efb838d90a5ee5
++pyparsing_2.1.1+dfsg1.orig.tar.gz
++f6e4ee1ee1740457ca9f642f8efcc32203ae7eff
++1054819
+debianTag="debian/%e%v"
+patchedTag="patched/%e%v"
+upstreamTag="upstream/%e%u"
--
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