[python-mapnik] branch master updated (5e2ca83 -> ece3000)

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


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

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

      from  5e2ca83   Set distribution to unstable.
       new  6718a59   Imported Upstream version 0.0~20161104-ea5fd11
       new  adb0f6e   Merge tag 'upstream/0.0_20161104-ea5fd11'
       new  a7f0988   New upstream git snapshot.
       new  d34c4e6   Update skip-tests-for-missing-data.patch for test_pdf_printing().
       new  ece3000   Set distribution to unstable.

The 5 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 +-
 debian/changelog                                   |    8 +
 debian/patches/skip-tests-for-missing-data.patch   |   20 +
 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 +
 13 files changed, 1620 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