[cypari2] branch master updated (619a9fc -> cb0cd23)
Tobias Hansen
thansen at moszumanska.debian.org
Fri Sep 8 20:09:30 UTC 2017
This is an automated email from the git hooks/post-receive script.
thansen pushed a change to branch master
in repository cypari2.
from 619a9fc Release 1.0.0-3 to Debian unstable.
adds 493ead4 New upstream version 1.1.1
new b634485 Merge tag 'upstream/1.1.1'
new 07bc912 New changelog entry for 1.1.1-1.
new cb0cd23 Update Standards-Version to 4.1.0.
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:
MANIFEST.in | 6 +-
Makefile | 5 +-
PKG-INFO | 2 +-
README.md | 46 -
README.rst | 122 ++
VERSION | 2 +-
autogen/__init__.py | 11 +-
autogen/args.py | 36 +-
autogen/doc.py | 56 +-
autogen/generator.py | 187 +-
autogen/parser.py | 102 +-
autogen/paths.py | 69 +
cypari2.egg-info/PKG-INFO | 2 +-
cypari2.egg-info/SOURCES.txt | 17 +-
cypari2/closure.pyx | 91 +-
cypari2/convert.pyx | 450 ++---
cypari2/gen.pyx | 3843 ++++++++++++++++++++++-------------------
cypari2/handle_error.pyx | 151 +-
cypari2/pari_instance.pyx | 988 ++++++-----
cypari2/paridecl.pxd | 1 +
cypari2/stack.pyx | 11 +-
cypari2/string_utils.pxd | 27 +
cypari2/string_utils.pyx | 65 +
cypari2/types.pxd | 2 +-
debian/changelog | 7 +
debian/control | 2 +-
docs/Makefile | 20 +
docs/source/closure.rst | 2 +
docs/source/conf.py | 178 ++
docs/source/convert.rst | 2 +
docs/source/gen.rst | 2 +
docs/source/handle_error.rst | 2 +
docs/source/index.rst | 25 +
docs/source/pari_instance.rst | 2 +
requirements.txt | 4 +
setup.py | 43 +-
tests/rundoctest.py | 36 +
37 files changed, 3858 insertions(+), 2759 deletions(-)
delete mode 100644 README.md
create mode 100644 README.rst
create mode 100644 autogen/paths.py
create mode 100644 cypari2/string_utils.pxd
create mode 100644 cypari2/string_utils.pyx
create mode 100644 docs/Makefile
create mode 100644 docs/source/closure.rst
create mode 100644 docs/source/conf.py
create mode 100644 docs/source/convert.rst
create mode 100644 docs/source/gen.rst
create mode 100644 docs/source/handle_error.rst
create mode 100644 docs/source/index.rst
create mode 100644 docs/source/pari_instance.rst
create mode 100644 requirements.txt
create mode 100755 tests/rundoctest.py
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/cypari2.git
More information about the debian-science-commits
mailing list