[Git][debian-gis-team/python-pdal][master] 5 commits: New upstream version 2.1.4+ds

Bas Couwenberg gitlab at salsa.debian.org
Tue Nov 20 16:38:10 GMT 2018


Bas Couwenberg pushed to branch master at Debian GIS Project / python-pdal


Commits:
44fddaeb by Bas Couwenberg at 2018-11-20T16:22:58Z
New upstream version 2.1.4+ds
- - - - -
0a6e4439 by Bas Couwenberg at 2018-11-20T16:23:38Z
New upstream version 2.1.5+ds
- - - - -
2e32b021 by Bas Couwenberg at 2018-11-20T16:23:39Z
Merge tag 'upstream/2.1.5+ds'

Upstream version 2.1.5+ds

- - - - -
dca4ce20 by Bas Couwenberg at 2018-11-20T16:23:54Z
New upstream release.

- - - - -
cda07480 by Bas Couwenberg at 2018-11-20T16:24:41Z
Set distribution to unstable.

- - - - -


5 changed files:

- PKG-INFO
- VERSION.txt
- debian/changelog
- pdal/__init__.py
- setup.py


Changes:

=====================================
PKG-INFO
=====================================
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: PDAL
-Version: 2.1.3
+Version: 2.1.5
 Summary: Point cloud data processing
 Home-page: http://pdal.io
 Author: Howard Butler


=====================================
VERSION.txt
=====================================
@@ -1 +1 @@
-2.1.3
\ No newline at end of file
+2.1.5
\ No newline at end of file


=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+python-pdal (2.1.5+ds-1) unstable; urgency=medium
+
+  * New upstream release.
+
+ -- Bas Couwenberg <sebastic at debian.org>  Tue, 20 Nov 2018 17:24:28 +0100
+
 python-pdal (2.1.3+ds-1) unstable; urgency=medium
 
   * New upstream release.


=====================================
pdal/__init__.py
=====================================
@@ -1,4 +1,4 @@
-__version__='2.1.3'
+__version__='2.1.5'
 
 from .pipeline import Pipeline
 from .array import Array


=====================================
setup.py
=====================================
@@ -169,6 +169,8 @@ if 'linux' in sys.platform or 'linux2' in sys.platform:
         # try to ensure the ABI for Conda GCC 4.8
         if '4.8' in sys.version:
             extra_compile_args += ['-D_GLIBCXX_USE_CXX11_ABI=0']
+elif 'darwin' in sys.platform:
+    extra_compile_args += ['-std=c++11', '-Wno-unknown-pragmas']
 
 # readers.numpy doesn't exist until PDAL 1.8
 if PDALVERSION >= Version('1.8'):



View it on GitLab: https://salsa.debian.org/debian-gis-team/python-pdal/compare/159eaf0a4ec795ee3b6fabf2c90412ecc9c806bf...cda074807053f317901bdb406cdcea6f4109faf8

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/python-pdal/compare/159eaf0a4ec795ee3b6fabf2c90412ecc9c806bf...cda074807053f317901bdb406cdcea6f4109faf8
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/20181120/fd523835/attachment-0001.html>


More information about the Pkg-grass-devel mailing list