[Python-modules-commits] [sip4] branch master updated (24f8307 -> c12b944)

Dmitry Shachnev mitya57 at moszumanska.debian.org
Wed Jan 4 18:49:09 UTC 2017


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

mitya57 pushed a change to branch master
in repository sip4.

      from  24f8307   Remove Michael Casadevall from uploaders due to retirement from Debian (Closes: #841465)
      adds  8e03dd3   Import sip4_4.19+dfsg.orig.tar.gz
       new  b19332e   New upstream release (4.19).
       new  f931ec9   Bump API version to 12.0.
       new  c12b944   Call dh_strip_nondeterminism during build.

The 3 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                                   |  445 ++-
 NEWS                                        |   25 +
 README                                      |    5 -
 configure.py                                |   11 +-
 debian/.git-dpm                             |   14 +-
 debian/changelog                            |   10 +-
 debian/patches/series                       |    1 -
 debian/patches/siputils_debian_changes.diff |   52 -
 debian/rules                                |    5 +-
 sipgen/export.c                             |    4 +
 sipgen/gencode.c                            | 2183 +++++++-------
 sipgen/lexer.c                              | 2584 ++++++++--------
 sipgen/metasrc/lexer.l                      |    3 +
 sipgen/metasrc/parser.y                     |  370 ++-
 sipgen/parser.c                             | 4358 ++++++++++++++-------------
 sipgen/parser.h                             |  103 +-
 sipgen/sip.h                                |   79 +-
 sipgen/transform.c                          | 1012 ++++---
 sipgen/type_hints.c                         |    4 +
 siplib/apiversions.c                        |    3 +-
 siplib/array.c                              |    3 +-
 siplib/array.h                              |    4 +-
 siplib/descriptors.c                        |    3 +-
 siplib/objmap.c                             |   11 +-
 siplib/qtlib.c                              |    9 +-
 siplib/sip.h.in                             |  577 ++--
 siplib/sipint.h                             |    7 +-
 siplib/siplib.c.in                          | 1095 ++++++-
 siplib/threads.c                            |    3 +-
 siplib/voidptr.c                            |    3 +-
 siputils.py                                 |   15 +-
 sphinx/c_api.rst                            |  497 ++-
 sphinx/conf.py                              |    8 +-
 sphinx/directives.rst                       |   53 +-
 sphinx/incompatibilities.rst                |   29 +
 sphinx/installation.rst                     |   20 +-
 sphinx/introduction.rst                     |    2 +-
 sphinx/python_api.rst                       |   14 +
 sphinx/specification_files.rst              |   22 +-
 sphinx/using.rst                            |    6 +-
 40 files changed, 8138 insertions(+), 5514 deletions(-)
 delete mode 100644 debian/patches/series
 delete mode 100644 debian/patches/siputils_debian_changes.diff

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