[Git][debian-gis-team/aggdraw][upstream] New upstream version 1.3.11

Antonio Valentino gitlab at salsa.debian.org
Fri Jul 19 06:41:42 BST 2019



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


Commits:
50104c9a by Antonio Valentino at 2019-07-19T05:22:56Z
New upstream version 1.3.11
- - - - -


6 changed files:

- .travis.yml
- CHANGELOG.md
- ci/appveyor-twine.ps1
- ci/travis-build.sh
- ci/travis-install.sh
- setup.py


Changes:

=====================================
.travis.yml
=====================================
@@ -1,7 +1,6 @@
-language: python
+language: generic
 env:
   global:
-  - PYTHON_VERSION=$TRAVIS_PYTHON_VERSION
   - NUMPY_VERSION=stable
   - MAIN_CMD='python setup.py'
   - CONDA_DEPENDENCIES='sphinx pillow coveralls coverage pytest'
@@ -27,23 +26,21 @@ matrix:
     - BUILDMODE=ASTROPY
     - PYTHON_VERSION=3.7
   - os: osx
-    language: generic
     env:
     - BUILDMODE=ASTROPY
     - PYTHON_VERSION=2.7
   - os: osx
-    language: generic
     env:
     - BUILDMODE=ASTROPY
     - PYTHON_VERSION=3.7
   - sudo: required
+    language: python
     services:
     - docker
     env: BUILDMODE=CIBUILDWHEEL
   - os: osx
-    language: generic
     env: BUILDMODE=CIBUILDWHEEL
 install:
 - source ci/travis-install.sh
 script:
-- source ci/travis-build.sh
+- ci/travis-build.sh


=====================================
CHANGELOG.md
=====================================
@@ -1,5 +1,9 @@
 # The aggdraw Library
 
+## Version 1.3.11
+
+- Force rebuild to fix freetype linking in OSX wheels
+
 ## Version 1.3.10
 
 - Fix Draw.path docstring mentioning unused x/y coordinates


=====================================
ci/appveyor-twine.ps1
=====================================


=====================================
ci/travis-build.sh
=====================================
@@ -13,7 +13,19 @@ elif [ "${BUILDMODE}" = "CIBUILDWHEEL" ]; then
     if [ $(uname) = "Darwin" ]; then
       export PIP=pip2
     fi
+
     cibuildwheel --output-dir wheelhouse
+    if [ $(uname) = "Darwin" ]; then
+        # Re-do delocate with patched version that actually works for aggdraw
+        $PIP install -U git+https://github.com/natefoo/delocate.git@top-level-fix-squash
+        export PATH="$PATH:/Library/Frameworks/Python.framework/Versions/2.7/bin"
+        WHEELS=wheelhouse/*.whl
+        for w in $WHEELS
+        do
+            delocate-wheel -v $w
+        done
+    fi
+
     if [[ $TRAVIS_TAG ]]; then
         python -m pip install twine
         python -m twine upload --skip-existing wheelhouse/*.whl
@@ -22,4 +34,5 @@ elif [ "${BUILDMODE}" = "CIBUILDWHEEL" ]; then
             python -m twine upload --skip-existing dist/*.tar.gz
         fi
     fi
-fi
\ No newline at end of file
+
+fi


=====================================
ci/travis-install.sh
=====================================


=====================================
setup.py
=====================================
@@ -24,7 +24,7 @@ try:
 except ImportError:
     from distutils.core import setup, Extension
 
-VERSION = "1.3.10"
+VERSION = "1.3.11"
 
 SUMMARY = "High quality drawing interface for PIL."
 



View it on GitLab: https://salsa.debian.org/debian-gis-team/aggdraw/commit/50104c9a68322659fb449bfe8b2c9ae5cd854e42

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/aggdraw/commit/50104c9a68322659fb449bfe8b2c9ae5cd854e42
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/20190719/4de4f705/attachment-0001.html>


More information about the Pkg-grass-devel mailing list