[Git][debian-gis-team/pykdtree][master] 4 commits: New upstream version 1.3.4+ds

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



Antonio Valentino pushed to branch master 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
- - - - -
8b6e892c by Antonio Valentino at 2020-11-14T06:31:53+00:00
Update upstream source from tag 'upstream/1.3.4+ds'

Update to upstream version '1.3.4+ds'
with Debian dir 68b7bb362738b9c4aee4275dd6b636b7091bdfb1
- - - - -
795cbbb5 by Antonio Valentino at 2020-11-14T06:34:01+00:00
New upstream release

- - - - -
b5d468f5 by Antonio Valentino at 2020-11-14T06:34:41+00:00
Set distribution to unstable

- - - - -


4 changed files:

- README.rst
- debian/changelog
- 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


=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+pykdtree (1.3.4+ds-1) unstable; urgency=medium
+
+  * New upstream release.
+
+ -- Antonio Valentino <antonio.valentino at tiscali.it>  Sat, 14 Nov 2020 06:34:22 +0000
+
 pykdtree (1.3.3+ds-1) unstable; urgency=medium
 
   [ Antonio Valentino ]


=====================================
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/-/compare/d6b3c24124cefeeb9a78fb82ee42aed5b9be0f33...b5d468f58913904614b0582f117e48febc689bcd

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/pykdtree/-/compare/d6b3c24124cefeeb9a78fb82ee42aed5b9be0f33...b5d468f58913904614b0582f117e48febc689bcd
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/0f8c93de/attachment-0001.html>


More information about the Pkg-grass-devel mailing list