Bas Couwenberg pushed to branch master at Debian GIS Project / python-pdal
Commits: 4ba8cc6f by Bas Couwenberg at 2019-09-07T14:01:03Z New upstream version 2.2.1+ds - - - - - e07f8df5 by Bas Couwenberg at 2019-09-07T14:01:04Z Update upstream source from tag 'upstream/2.2.1+ds' Update to upstream version '2.2.1+ds' with Debian dir 73aac861e25b009f9aa70fdcf9afcdef29336618 - - - - - b8161147 by Bas Couwenberg at 2019-09-07T14:01:23Z New upstream release. - - - - - 3894365d by Bas Couwenberg at 2019-09-07T14:02:15Z Drop clean-target.patch, applied upstream. - - - - - 7f39bf60 by Bas Couwenberg at 2019-09-07T14:02:49Z Set distribution to unstable. - - - - - 7 changed files: - PKG-INFO - VERSION.txt - debian/changelog - − debian/patches/clean-target.patch - − debian/patches/series - 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 ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +python-pdal (2.2.1+ds-1) unstable; urgency=medium + + * New upstream release. + * Drop clean-target.patch, applied upstream. + + -- Bas Couwenberg <[email protected]> Sat, 07 Sep 2019 16:02:27 +0200 + python-pdal (2.2.0+ds-1) unstable; urgency=medium * New upstream release. ===================================== debian/patches/clean-target.patch deleted ===================================== @@ -1,16 +0,0 @@ -Description: Fix clean target. -Author: Bas Couwenberg <[email protected]> -Forwarded: https://github.com/PDAL/python/pull/32 -Applied-Upstream: https://github.com/PDAL/python/commit/66870b6ff39ca268ea6c2410cba1c8e188f58bfe - ---- a/setup.py -+++ b/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)) - - ===================================== debian/patches/series deleted ===================================== @@ -1 +0,0 @@ -clean-target.patch ===================================== 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/compare/a93eaff0181e8f5f3642f7545c0d649c788bbe5c...7f39bf60d1a62491f62b104706eb7e08131ea801 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/python-pdal/compare/a93eaff0181e8f5f3642f7545c0d649c788bbe5c...7f39bf60d1a62491f62b104706eb7e08131ea801 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
