[med-svn] [python3-typed-ast] branch upstream updated (6f8699c ->	a369aa8)
    Michael Crusoe 
    misterc-guest at moszumanska.debian.org
       
    Sun Jan 15 18:46:27 UTC 2017
    
    
  
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.
      from  6f8699c   New upstream version 0.6.1
      adds  a369aa8   New upstream version 0.6.3
No new revisions were added by this update.
Summary of changes:
 PKG-INFO                       |   7 ++-
 ast27/Include/asdl.h           |   4 +-
 ast27/Include/ast.h            |   2 +-
 ast27/Include/node.h           |  10 +--
 ast27/Include/parsetok.h       |  36 +++++------
 ast27/Include/token.h          |   8 +--
 ast27/Parser/grammar.c         |   2 +-
 ast27/Parser/tokenizer.c       |   4 +-
 ast27/Python/Python-ast.c      |   2 +-
 ast27/Python/asdl.c            |  64 ++++++++++++++++++++
 ast27/Python/graminit.c        |   2 +-
 ast35/Include/Python-ast.h     |   6 +-
 ast35/Include/ast.h            |   6 +-
 ast35/Include/node.h           |  10 +--
 ast35/Include/parsetok.h       |  18 +++---
 ast35/Include/token.h          |   8 +--
 ast35/Parser/grammar.c         |   2 +-
 ast35/Parser/tokenizer.c       | 134 ++++++++++++++++++++++++++++-------------
 ast35/Python/Python-ast.c      |  29 +++++++--
 ast35/Python/asdl.c            |  64 ++++++++++++++++++++
 ast35/Python/ast.c             |  34 ++++++++++-
 ast35/Python/graminit.c        |   2 +-
 setup.py                       |  10 ++-
 typed_ast.egg-info/PKG-INFO    |   7 ++-
 typed_ast.egg-info/SOURCES.txt |   2 +
 25 files changed, 358 insertions(+), 115 deletions(-)
 create mode 100644 ast27/Python/asdl.c
 create mode 100644 ast35/Python/asdl.c
-- 
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