[med-svn] [python3-typed-ast] branch master updated (8512566 -> 5f669df)
Sascha Steinbiss
satta at debian.org
Sat Sep 17 15:04:38 UTC 2016
This is an automated email from the git hooks/post-receive script.
satta pushed a change to branch master
in repository python3-typed-ast.
from 8512566 enable bindnow hardening
new fee8d11 New upstream version 0.5.6
new 135c506 Merge tag 'upstream/0.5.6'
new 26ef9cd Debian version bump
new 5f669df drop unnecessary d/copyright entry
The 4 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 | 543 +++++++------
MANIFEST.in | 1 +
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 -
debian/changelog | 8 +
debian/copyright | 24 -
setup.cfg | 5 +
setup.py | 6 +-
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 | 62 ++
typed_ast.egg-info/dependency_links.txt | 1 +
typed_ast.egg-info/top_level.txt | 3 +
typed_ast/conversions.py | 21 +-
29 files changed, 433 insertions(+), 5203 deletions(-)
delete mode 100644 .gitignore
delete mode 100644 CONTRIBUTING.md
create mode 100644 PKG-INFO
delete mode 100644 README.md
delete mode 100644 appveyor.yml
delete mode 100644 ast27/Grammar/Grammar
delete mode 100644 ast27/Parser/Python.asdl
delete mode 100644 ast27/Parser/asdl.py
delete mode 100755 ast27/Parser/asdl_c.py
delete mode 100644 ast27/Parser/spark.py
delete mode 100644 ast35/Grammar/Grammar
delete mode 100644 ast35/Parser/Python.asdl
delete mode 100644 ast35/Parser/asdl.py
delete mode 100755 ast35/Parser/asdl_c.py
delete mode 100644 build.cmd
create mode 100644 setup.cfg
delete mode 100755 tools/find_exported_symbols
delete mode 100755 tools/update_exported_symbols
delete mode 100755 tools/update_header_guards
create mode 100644 typed_ast.egg-info/PKG-INFO
create mode 100644 typed_ast.egg-info/SOURCES.txt
create mode 100644 typed_ast.egg-info/dependency_links.txt
create 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