[python-mapnik] branch upstream updated (9f3a854 -> 6718a59)

Bas Couwenberg sebastic at debian.org
Sat Nov 5 15:21:20 UTC 2016


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

sebastic pushed a change to branch upstream
in repository python-mapnik.

      from  9f3a854   Imported Upstream version 0.0~20160830-541fd96
       new  6718a59   Imported Upstream version 0.0~20161104-ea5fd11

The 1 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:
 .travis.yml                                        |    1 +
 README.md                                          |   14 +-
 mapnik/__init__.py                                 |    3 -
 mapnik/printing.py                                 | 1226 -----------------
 mapnik/printing/__init__.py                        | 1389 ++++++++++++++++++++
 mapnik/printing/conversions.py                     |   17 +
 mapnik/printing/formats.py                         |   74 ++
 mapnik/printing/scales.py                          |   46 +
 .../images/pycairo/pdf-printing-expected.pdf       |  Bin 0 -> 81792 bytes
 test/python_tests/my.pdf                           |  Bin 0 -> 7050 bytes
 test/python_tests/pdf_printing_test.py             |   55 +
 11 files changed, 1592 insertions(+), 1233 deletions(-)
 delete mode 100644 mapnik/printing.py
 create mode 100644 mapnik/printing/__init__.py
 create mode 100644 mapnik/printing/conversions.py
 create mode 100644 mapnik/printing/formats.py
 create mode 100644 mapnik/printing/scales.py
 create mode 100644 test/python_tests/images/pycairo/pdf-printing-expected.pdf
 create mode 100644 test/python_tests/my.pdf
 create mode 100644 test/python_tests/pdf_printing_test.py

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/python-mapnik.git



More information about the Pkg-grass-devel mailing list