Bas Couwenberg pushed to branch upstream at Debian GIS Project / python-pdal
Commits: 4ba8cc6f by Bas Couwenberg at 2019-09-07T14:01:03Z New upstream version 2.2.1+ds - - - - - 4 changed files: - PKG-INFO - VERSION.txt - pdal/__init__.py - setup.py Changes: ===================================== PKG-INFO ===================================== @@ -1,6 +1,6 @@ Metadata-Version: 1.2 Name: PDAL -Version: 2.2.0 +Version: 2.2.1 Summary: Point cloud data processing Home-page: http://pdal.io Author: Howard Butler ===================================== VERSION.txt ===================================== @@ -1 +1 @@ -2.2.0 \ No newline at end of file +2.2.1 \ No newline at end of file ===================================== pdal/__init__.py ===================================== @@ -1,4 +1,4 @@ -__version__='2.2.0' +__version__='2.2.1' from .pipeline import Pipeline from .array import Array ===================================== setup.py ===================================== @@ -156,7 +156,7 @@ if DEBUG: if os.name != 'nt': extra_compile_args += ['-g','-O0'] -if PDALVERSION < Version('2.0.0'): +if PDALVERSION is not None and PDALVERSION < Version('2.0.0'): raise Exception("PDAL version '%s' is not compatible with PDAL Python library version '%s'"%(PDALVERSION, module_version)) View it on GitLab: https://salsa.debian.org/debian-gis-team/python-pdal/commit/4ba8cc6f7f46eee6541a76dc6dc19e0a913bced2 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/python-pdal/commit/4ba8cc6f7f46eee6541a76dc6dc19e0a913bced2 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
