[python-pdal] branch master updated (3fc3094 -> 6bdf14e)

Bas Couwenberg sebastic at debian.org
Thu Dec 15 21:35:30 UTC 2016


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

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

      from  3fc3094   Fix comment in copyright file.
       new  dcc6b97   Imported Upstream version 1.4.0+ds
       new  24e29bc   Merge tag 'upstream/1.4.0+ds'
       new  d8ae73c   New upstream release.
       new  d9908f1   Require at least PDAL 1.4.0.
       new  8435120   Refresh patches.
       new  c801395   Update copyright years in copyright file.
       new  b3ca05d   Add patch to skip tests for missing test data.
       new  b41b67a   Set distribution to experimental.
       new  6bdf14e   Mark skip-tests-for-missing-data.patch as Forwarded.

The 9 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:
 PKG-INFO                                         |   43 +-
 README.rst                                       |   41 +-
 VERSION.txt                                      |    2 +-
 debian/changelog                                 |   10 +
 debian/control                                   |    2 +-
 debian/copyright                                 |    1 +
 debian/patches/pdal-python-version.patch         |    2 +-
 debian/patches/series                            |    1 +
 debian/patches/skip-tests-for-missing-data.patch |   68 +
 pdal/Pipeline.cpp                                |   59 -
 pdal/Pipeline.hpp                                |   39 -
 pdal/PyPipeline.cpp                              |  101 +
 pdal/PyPipeline.hpp                              |  102 +
 pdal/__init__.py                                 |    4 +-
 pdal/libpdalpython.cpp                           | 6376 ++++++++++++++--------
 pdal/libpdalpython.pyx                           |   74 +-
 pdal/pipeline.py                                 |   46 +
 pdal/pipeline_xml.py                             |   62 -
 setup.py                                         |   20 +-
 test/__init__.py                                 |    2 -
 test/test_libpdal.py                             |   74 -
 test/test_pipeline.py                            |  152 +-
 22 files changed, 4737 insertions(+), 2544 deletions(-)
 create mode 100644 debian/patches/skip-tests-for-missing-data.patch
 delete mode 100644 pdal/Pipeline.cpp
 delete mode 100644 pdal/Pipeline.hpp
 create mode 100644 pdal/PyPipeline.cpp
 create mode 100644 pdal/PyPipeline.hpp
 create mode 100644 pdal/pipeline.py
 delete mode 100644 pdal/pipeline_xml.py
 delete mode 100644 test/test_libpdal.py

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



More information about the Pkg-grass-devel mailing list