[Python-modules-commits] [cysignals] branch master updated (725b336 -> 30894c9)

Jerome Benoit calculus-guest at moszumanska.debian.org
Sat Jun 10 08:02:55 UTC 2017


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

calculus-guest pushed a change to branch master
in repository cysignals.

      from  725b336   change version to 1.3.2+ds-1 New upstream release.
       new  07565b6   Debian pre-patch 1.6.4+ds-0
       new  868690b   Import cysignals_1.6.4+ds.orig.tar.xz
       new  e7d3527   record new upstream branch created by importing cysignals_1.6.4+ds.orig.tar.xz and merge it
       new  30894c9   Debian patch 1.6.4+ds-1

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:
 MANIFEST.in                                        |   8 +
 Makefile                                           | 125 +++++-
 PKG-INFO                                           |   2 +-
 VERSION                                            |   2 +-
 debian/.git-dpm                                    |  14 +-
 debian/adhoc/examples/doctest/Makefile             |  11 +-
 debian/adhoc/examples/example/Makefile             |   4 +-
 debian/changelog                                   |  18 +
 debian/clean                                       |   1 +
 debian/control                                     |   2 +-
 debian/copyright                                   |   5 +-
 debian/patches/debianization.patch                 |  14 +-
 .../upstream-autotoolization-harden-generic.patch  |   6 +-
 .../upstream-autotoolization-harden-pari_gp.patch  |  16 +-
 ...tion_pytoolization-harden-build_directory.patch |  19 +-
 ...eam-source-tools-gdb-handling_enhancement.patch |  18 +-
 debian/python-cysignals-bare.pyinstall             |   1 -
 debian/python-cysignals-pari.pyinstall             |   1 -
 debian/tests/check                                 |   2 +-
 debian/tests/control                               |   2 +
 docs/source/conf.py                                |  12 +
 docs/source/index.rst                              | 444 ++-------------------
 docs/source/interrupt.rst                          | 249 ++++++++++++
 docs/source/pselect.rst                            |   3 +
 docs/source/pysignals.rst                          |   2 +
 docs/source/sigadvanced.rst                        |  96 +++++
 docs/source/sigerror.rst                           |  43 ++
 docs/source/signals.rst                            |  59 +++
 example/cysignals_example.pyx                      |   6 +-
 example/setup.py                                   |   3 +-
 rundoctests.py                                     |  30 +-
 setup.cfg                                          |   5 +
 setup.py                                           | 147 ++++---
 src/cysignals/implementation.c                     |   2 +-
 src/cysignals/macros.h                             |  65 ++-
 src/cysignals/memory.pxd                           |   4 -
 src/cysignals/memory.pxi                           |   3 +-
 src/cysignals/pselect.pyx                          |  81 +++-
 src/cysignals/pxi.h                                |  12 -
 src/cysignals/pxi_warning.h                        |   1 +
 src/cysignals/pysignals.pxd                        |   4 +
 src/cysignals/pysignals.pyx                        | 350 ++++++++++++++++
 src/cysignals/signals.pxd                          |  85 ++--
 src/cysignals/signals.pxi                          |  23 +-
 src/cysignals/signals.pyx                          |  53 ++-
 src/cysignals/tests.pyx                            |  60 ++-
 src/cysignals/tests_helper.c                       |   2 -
 src/scripts/cysignals-CSI                          |  65 ++-
 48 files changed, 1462 insertions(+), 718 deletions(-)
 create mode 100644 MANIFEST.in
 create mode 100644 docs/source/interrupt.rst
 create mode 100644 docs/source/pselect.rst
 create mode 100644 docs/source/pysignals.rst
 create mode 100644 docs/source/sigadvanced.rst
 create mode 100644 docs/source/sigerror.rst
 create mode 100644 docs/source/signals.rst
 create mode 100644 setup.cfg
 delete mode 100644 src/cysignals/pxi.h
 create mode 100644 src/cysignals/pxi_warning.h
 create mode 100644 src/cysignals/pysignals.pxd
 create mode 100644 src/cysignals/pysignals.pyx

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



More information about the Python-modules-commits mailing list