[med-svn] [python3-typed-ast] branch upstream updated (2d1d054 -> f60277b)
Michael Crusoe
misterc-guest at moszumanska.debian.org
Wed Aug 17 12:06:52 UTC 2016
This is an automated email from the git hooks/post-receive script.
misterc-guest pushed a change to branch upstream
in repository python3-typed-ast.
omits 2d1d054 Imported Upstream version 0.5.5
new f60277b Imported Upstream version 0.5.5
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (2d1d054)
\
N -- N -- N refs/heads/upstream (f60277b)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
.gitignore | 5 +
CONTRIBUTING.md | 1 +
LICENSE | 253 ++++++
PKG-INFO | 20 -
README.md | 52 ++
appveyor.yml | 47 ++
ast27/Grammar/Grammar | 151 ++++
ast27/Parser/Python.asdl | 122 +++
ast27/Parser/asdl.py | 413 ++++++++++
ast27/Parser/asdl_c.py | 1249 +++++++++++++++++++++++++++++
ast27/Parser/spark.py | 839 +++++++++++++++++++
ast35/Grammar/Grammar | 162 ++++
ast35/Parser/Python.asdl | 126 +++
ast35/Parser/asdl.py | 375 +++++++++
ast35/Parser/asdl_c.py | 1326 +++++++++++++++++++++++++++++++
build.cmd | 21 +
setup.cfg | 5 -
tools/find_exported_symbols | 8 +
tools/update_exported_symbols | 13 +
tools/update_header_guards | 12 +
typed_ast.egg-info/PKG-INFO | 20 -
typed_ast.egg-info/SOURCES.txt | 61 --
typed_ast.egg-info/dependency_links.txt | 1 -
typed_ast.egg-info/top_level.txt | 3 -
24 files changed, 5175 insertions(+), 110 deletions(-)
create mode 100644 .gitignore
create mode 100644 CONTRIBUTING.md
create mode 100644 LICENSE
delete mode 100644 PKG-INFO
create mode 100644 README.md
create mode 100644 appveyor.yml
create mode 100644 ast27/Grammar/Grammar
create mode 100644 ast27/Parser/Python.asdl
create mode 100644 ast27/Parser/asdl.py
create mode 100755 ast27/Parser/asdl_c.py
create mode 100644 ast27/Parser/spark.py
create mode 100644 ast35/Grammar/Grammar
create mode 100644 ast35/Parser/Python.asdl
create mode 100644 ast35/Parser/asdl.py
create mode 100755 ast35/Parser/asdl_c.py
create mode 100644 build.cmd
delete mode 100644 setup.cfg
create mode 100755 tools/find_exported_symbols
create mode 100755 tools/update_exported_symbols
create mode 100755 tools/update_header_guards
delete mode 100644 typed_ast.egg-info/PKG-INFO
delete mode 100644 typed_ast.egg-info/SOURCES.txt
delete mode 100644 typed_ast.egg-info/dependency_links.txt
delete mode 100644 typed_ast.egg-info/top_level.txt
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python3-typed-ast.git
More information about the debian-med-commit
mailing list