Antonio Valentino pushed to branch master at Debian GIS Project / pykdtree
Commits: 332ad198 by Antonio Valentino at 2019-07-21T14:26:32Z Drop Python 2 support - - - - - cdbaa0c8 by Antonio Valentino at 2019-07-21T14:27:18Z Set compat to 12 - - - - - d13853ab by Antonio Valentino at 2019-07-21T14:29:05Z Add substvar to arch: any packages - - - - - 33214144 by Antonio Valentino at 2019-07-21T14:30:27Z Set distribution to unstable - - - - - 4 changed files: - debian/changelog - debian/compat - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,9 +1,15 @@ -pykdtree (1.3.1-3) UNRELEASED; urgency=medium +pykdtree (1.3.1-3) unstable; urgency=medium + [ Bas Couwenberg ] * Bump Standards-Version to 4.4.0, no changes. * Update gbp.conf to use --source-only-changes by default. - -- Bas Couwenberg <[email protected]> Sun, 05 Aug 2018 20:47:16 +0200 + [ Antonio Valentino ] + * Drop Python 2 support. + * Set compat ro 12. + * Add ${python3:Provides} substvar to arch: any packages. + + -- Antonio Valentino <[email protected]> Sun, 21 Jul 2019 14:29:59 +0000 pykdtree (1.3.1-2) unstable; urgency=medium ===================================== debian/compat ===================================== @@ -1 +1 @@ -11 +12 ===================================== debian/control ===================================== @@ -3,48 +3,23 @@ Maintainer: Debian GIS Project <[email protected]> Uploaders: Antonio Valentino <[email protected]> Section: python Priority: optional -Build-Depends: debhelper (>= 11), +Build-Depends: debhelper (>= 12), dh-python, - python-setuptools, - python3-setuptools, - python-all-dev, python3-all-dev, - python-numpy, + python3-nose, python3-numpy, - python-nose, - python3-nose + python3-setuptools Standards-Version: 4.4.0 Vcs-Browser: https://salsa.debian.org/debian-gis-team/pykdtree Vcs-Git: https://salsa.debian.org/debian-gis-team/pykdtree.git Homepage: https://github.com/pytroll/pykdtree -Package: python-pykdtree -Architecture: any -Depends: ${shlibs:Depends}, - ${python:Depends}, - ${misc:Depends} -Description: Fast kd-tree implementation with OpenMP-enabled queries (Python 2 version) - pykdtree is a kd-tree implementation for fast nearest neighbour search - in Python. The aim is to be the fastest implementation around for - common use cases (low dimensions and low number of neighbours) for - both tree construction and queries. - . - The implementation is based on scipy.spatial.cKDTree and libANN by - combining the best features from both and focus on implementation - efficiency. - . - The interface is similar to that of scipy.spatial.cKDTree except only - Euclidean distance measure is supported. - . - Queries are optionally multithreaded using OpenMP. - . - This is the Python 2 version of the package. - Package: python3-pykdtree Architecture: any Depends: ${shlibs:Depends}, ${python3:Depends}, ${misc:Depends} +Provides: ${python3:Provides} Description: Fast kd-tree implementation with OpenMP-enabled queries (Python 3 version) pykdtree is a kd-tree implementation for fast nearest neighbour search in Python. The aim is to be the fastest implementation around for ===================================== debian/rules ===================================== @@ -10,11 +10,7 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all export PYBUILD_NAME=pykdtree %: - dh $@ --with python2,python3 --buildsystem=pybuild - -override_dh_python2: - dh_python2 -ppython-pykdtree - dh_numpy -ppython-pykdtree + dh $@ --with python3 --buildsystem=pybuild override_dh_python3: dh_python3 -ppython3-pykdtree View it on GitLab: https://salsa.debian.org/debian-gis-team/pykdtree/compare/0912b1acc0b9091f25b7917ee3aafc17de555989...3321414400033e229ef49902942c51f395a1cbc8 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/pykdtree/compare/0912b1acc0b9091f25b7917ee3aafc17de555989...3321414400033e229ef49902942c51f395a1cbc8 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
