[Git][debian-gis-team/python-pdal][upstream] New upstream version 2.2.1+ds

Bas Couwenberg gitlab at salsa.debian.org
Sat Sep 7 15:10:05 BST 2019



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.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20190907/2af5b8fc/attachment-0001.html>


More information about the Pkg-grass-devel mailing list