[med-svn] [python3-typed-ast] branch upstream updated (a369aa8 -> acaa4f7)

Michael Crusoe misterc-guest at moszumanska.debian.org
Fri Jun 23 15:54:59 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  a369aa8   New upstream version 0.6.3
      adds  acaa4f7   New upstream version 1.0.4

No new revisions were added by this update.

Summary of changes:
 MANIFEST.in                         |    2 +-
 PKG-INFO                            |   17 +-
 ast27/Python/ast.c                  |   22 +-
 {ast35 => ast3}/Custom/typed_ast.c  |   38 +-
 ast3/Include/Python-ast.h           |  672 +++++++++++++++
 {ast35 => ast3}/Include/asdl.h      |   16 +-
 {ast35 => ast3}/Include/ast.h       |   14 +-
 {ast35 => ast3}/Include/bitset.h    |    6 +-
 {ast35 => ast3}/Include/compile.h   |    6 +-
 {ast35 => ast3}/Include/errcode.h   |    6 +-
 {ast35 => ast3}/Include/graminit.h  |    0
 {ast35 => ast3}/Include/grammar.h   |   15 +-
 {ast35 => ast3}/Include/node.h      |   16 +-
 {ast35 => ast3}/Include/parsetok.h  |   24 +-
 {ast35 => ast3}/Include/token.h     |   16 +-
 {ast35 => ast3}/Parser/acceler.c    |    6 +-
 {ast35 => ast3}/Parser/bitset.c     |    0
 {ast35 => ast3}/Parser/grammar.c    |   41 +-
 {ast35 => ast3}/Parser/grammar1.c   |    8 +-
 {ast35 => ast3}/Parser/node.c       |   19 +-
 {ast35 => ast3}/Parser/parser.c     |   37 +-
 {ast35 => ast3}/Parser/parser.h     |   14 +-
 {ast35 => ast3}/Parser/parsetok.c   |   64 +-
 {ast35 => ast3}/Parser/tokenizer.c  |  223 +++--
 {ast35 => ast3}/Parser/tokenizer.h  |   16 +-
 {ast35 => ast3}/Python/Python-ast.c |  897 +++++++++++++++++---
 {ast35 => ast3}/Python/asdl.c       |   12 +-
 {ast35 => ast3}/Python/ast.c        | 1570 ++++++++++++++++++++++++++++-------
 {ast35 => ast3}/Python/graminit.c   |  167 ++--
 ast35/Include/Python-ast.h          |  637 --------------
 setup.cfg                           |    1 -
 setup.py                            |   77 +-
 typed_ast.egg-info/PKG-INFO         |   17 +-
 typed_ast.egg-info/SOURCES.txt      |   54 +-
 typed_ast.egg-info/top_level.txt    |    2 +-
 typed_ast/ast27.py                  |   30 +-
 typed_ast/{ast35.py => ast3.py}     |  105 ++-
 typed_ast/conversions.py            |  116 +--
 38 files changed, 3371 insertions(+), 1612 deletions(-)
 rename {ast35 => ast3}/Custom/typed_ast.c (88%)
 create mode 100644 ast3/Include/Python-ast.h
 rename {ast35 => ast3}/Include/asdl.h (76%)
 rename {ast35 => ast3}/Include/ast.h (58%)
 rename {ast35 => ast3}/Include/bitset.h (90%)
 rename {ast35 => ast3}/Include/compile.h (77%)
 rename {ast35 => ast3}/Include/errcode.h (95%)
 rename {ast35 => ast3}/Include/graminit.h (100%)
 rename {ast35 => ast3}/Include/grammar.h (86%)
 rename {ast35 => ast3}/Include/node.h (73%)
 rename {ast35 => ast3}/Include/parsetok.h (80%)
 rename {ast35 => ast3}/Include/token.h (83%)
 rename {ast35 => ast3}/Parser/acceler.c (95%)
 rename {ast35 => ast3}/Parser/bitset.c (100%)
 rename {ast35 => ast3}/Parser/grammar.c (84%)
 rename {ast35 => ast3}/Parser/grammar1.c (84%)
 rename {ast35 => ast3}/Parser/node.c (89%)
 rename {ast35 => ast3}/Parser/parser.c (91%)
 rename {ast35 => ast3}/Parser/parser.h (71%)
 rename {ast35 => ast3}/Parser/parsetok.c (85%)
 rename {ast35 => ast3}/Parser/tokenizer.c (92%)
 rename {ast35 => ast3}/Parser/tokenizer.h (89%)
 rename {ast35 => ast3}/Python/Python-ast.c (88%)
 rename {ast35 => ast3}/Python/asdl.c (75%)
 rename {ast35 => ast3}/Python/ast.c (73%)
 rename {ast35 => ast3}/Python/graminit.c (95%)
 delete mode 100644 ast35/Include/Python-ast.h
 rename typed_ast/{ast35.py => ast3.py} (78%)

-- 
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