[Git][debian-gis-team/pykdtree][upstream] New upstream version 1.3.4+ds

Antonio Valentino gitlab at salsa.debian.org
Sat Nov 14 06:40:06 GMT 2020



Antonio Valentino pushed to branch upstream at Debian GIS Project / pykdtree


Commits:
43f50d06 by Antonio Valentino at 2020-11-14T06:31:48+00:00
New upstream version 1.3.4+ds
- - - - -


3 changed files:

- README.rst
- scripts/build-manylinux-wheels.sh
- setup.py


Changes:

=====================================
README.rst
=====================================
@@ -135,6 +135,8 @@ turned off by adding the following to `appveyor.yml` in the
 
 Changelog
 ---------
+v1.3.4 : Fix Python 3.9 wheels not being built for linux
+
 v1.3.3 : Add compatibility to python 3.9
 
 v1.3.2 : Change OSX installation to not use OpenMP without conda interpreter


=====================================
scripts/build-manylinux-wheels.sh
=====================================
@@ -25,7 +25,7 @@ mkdir -p /io/temp-wheels
 find /io/temp-wheels/ -type f -delete
 
 # Iterate through available pythons.
-for PYBIN in /opt/python/cp3[5678]*/bin; do
+for PYBIN in /opt/python/cp3[6789]*/bin; do
     "${PYBIN}/pip" install -q -U setuptools wheel nose --cache-dir /io/pip-cache
     # Run the following in root of this repo.
     (cd /io/ && USE_OMP=$USE_OMP "${PYBIN}/pip" install -q .)


=====================================
setup.py
=====================================
@@ -94,7 +94,7 @@ with open('README.rst', 'r') as readme_file:
 
 setup(
     name='pykdtree',
-    version='1.3.3',
+    version='1.3.4',
     url="https://github.com/storpipfugl/pykdtree",
     description='Fast kd-tree implementation with OpenMP-enabled queries',
     long_description=readme,



View it on GitLab: https://salsa.debian.org/debian-gis-team/pykdtree/-/commit/43f50d068ade543d89c923ac8b62807472a4371f

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/pykdtree/-/commit/43f50d068ade543d89c923ac8b62807472a4371f
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/20201114/e82ffc27/attachment-0001.html>


More information about the Pkg-grass-devel mailing list