Bas Couwenberg pushed to branch master at Debian GIS Project / python-pdal
Commits: ae5bff81 by Bas Couwenberg at 2018-11-06T14:48:14Z New upstream version 2.1.0+ds - - - - - efd455f1 by Bas Couwenberg at 2018-11-06T14:48:21Z Merge tag 'upstream/2.1.0+ds' Upstream version 2.1.0+ds - - - - - 8f832171 by Bas Couwenberg at 2018-11-06T14:48:39Z New upstream release. - - - - - e11e82d7 by Bas Couwenberg at 2018-11-06T14:49:12Z Require at least libpdal-dev 1.8.0 and its python plugin. - - - - - 5e4b9a12 by Bas Couwenberg at 2018-11-06T14:49:33Z Set distribution to experimental. - - - - - 5 changed files: - PKG-INFO - VERSION.txt - debian/changelog - debian/control - pdal/__init__.py Changes: ===================================== PKG-INFO ===================================== @@ -1,6 +1,6 @@ Metadata-Version: 1.2 Name: PDAL -Version: 2.1.0rc3 +Version: 2.1.0 Summary: Point cloud data processing Home-page: http://pdal.io Author: Howard Butler ===================================== VERSION.txt ===================================== @@ -1 +1 @@ -2.1.0rc3 \ No newline at end of file +2.1.0 \ No newline at end of file ===================================== debian/changelog ===================================== @@ -1,14 +1,14 @@ -python-pdal (2.1.0~rc3+ds-1) UNRELEASED; urgency=medium +python-pdal (2.1.0+ds-1~exp1) experimental; urgency=medium - * New upstream release candidate. + * New upstream release. * Bump Standards-Version to 4.2.1, no changes. * Drop autopkgtests to test installability & module import. * Add lintian override for testsuite-autopkgtest-missing. * Update copyright years for Howard Butler. * Remove package name from lintian overrides. - * Require at least libpdal-dev 1.8~ and its python plugin. + * Require at least libpdal-dev 1.8.0 and its python plugin. - -- Bas Couwenberg <[email protected]> Thu, 01 Nov 2018 14:23:07 +0100 + -- Bas Couwenberg <[email protected]> Tue, 06 Nov 2018 15:49:19 +0100 python-pdal (2.0.0+ds-2) unstable; urgency=medium ===================================== debian/control ===================================== @@ -6,8 +6,8 @@ Uploaders: Bas Couwenberg <[email protected]> Build-Depends: debhelper (>= 9), dh-python, cython, - libpdal-dev (>= 1.8~), - libpdal-plugin-python (>= 1.8~), + libpdal-dev (>= 1.8.0), + libpdal-plugin-python (>= 1.8.0), python-all-dev, python-numpy, python-packaging, ===================================== pdal/__init__.py ===================================== @@ -1,4 +1,4 @@ -__version__='2.1.0rc3' +__version__='2.1.0' from .pipeline import Pipeline from .array import Array View it on GitLab: https://salsa.debian.org/debian-gis-team/python-pdal/compare/20310874307fea3c028fc590616eb693ed11022c...5e4b9a12692b090c74794fb3940037c269016b78 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/python-pdal/compare/20310874307fea3c028fc590616eb693ed11022c...5e4b9a12692b090c74794fb3940037c269016b78 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
