[Python-modules-commits] [sip4] branch master updated (9163985 -> 9d92155)

Scott Kitterman kitterman at moszumanska.debian.org
Fri Apr 15 22:44:33 UTC 2016


This is an automated email from the git hooks/post-receive script.

kitterman pushed a change to branch master
in repository sip4.

      from  9163985   Fixed VCS URL (https)
       new  43b6dac   record new upstream branch created by importing sip4_4.18+dfsg.orig.tar.gz
      adds  6aed8d6   Import sip4_4.18+dfsg.orig.tar.gz
       new  97cd9c5   Debian changes to siputils.py
       new  79b779a   change version to 4.18+dfsg-1 (UNRELEASED) New upstream release
       new  9d92155   Merge local changes.

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:
 ChangeLog                                   |  797 ++++-
 NEWS                                        |   14 +
 configure.py                                |   45 +-
 debian/.git-dpm                             |   14 +-
 debian/changelog                            |    8 +-
 debian/patches/siputils_debian_changes.diff |    2 +-
 sip.pyi                                     |   92 +
 sipgen/export.c                             |   76 +-
 sipgen/gencode.c                            |  355 +-
 sipgen/lexer.c                              | 1874 +++++------
 sipgen/main.c                               |   72 +-
 sipgen/metasrc/lexer.l                      |   24 +-
 sipgen/metasrc/parser.y                     |  357 +-
 sipgen/parser.c                             | 4677 ++++++++++++++-------------
 sipgen/parser.h                             |  552 ++--
 sipgen/sip.h                                |  160 +-
 sipgen/sipgen.sbf                           |    4 +-
 sipgen/transform.c                          |  278 +-
 sipgen/type_hints.c                         | 2006 ++++++++++++
 siplib/sip.h.in                             |   17 +-
 siplib/siplib.c.in                          |  360 ++-
 sphinx/annotations.rst                      |  220 ++
 sphinx/build_system.rst                     |    4 +-
 sphinx/c_api.rst                            |   19 +-
 sphinx/command_line.rst                     |   16 +
 sphinx/conf.py                              |    6 +-
 sphinx/directives.rst                       |   37 +-
 sphinx/incompatibilities.rst                |    2 +-
 sphinx/installation.rst                     |   42 +-
 sphinx/introduction.rst                     |    8 +-
 sphinx/python_api.rst                       |    4 +-
 sphinx/specification_files.rst              |   22 +-
 32 files changed, 8255 insertions(+), 3909 deletions(-)
 create mode 100644 sip.pyi
 create mode 100644 sipgen/type_hints.c

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/sip4.git



More information about the Python-modules-commits mailing list