[Git][debian-gis-team/aggdraw][master] 6 commits: New upstream version 1.3.11

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



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


Commits:
50104c9a by Antonio Valentino at 2019-07-19T05:22:56Z
New upstream version 1.3.11
- - - - -
bd32010c by Antonio Valentino at 2019-07-19T05:22:57Z
Update upstream source from tag 'upstream/1.3.11'

Update to upstream version '1.3.11'
with Debian dir e887b94c3d49a4729af8aef75384fca78892bd50
- - - - -
2904367a by Antonio Valentino at 2019-07-19T05:23:28Z
New upstream release

- - - - -
590abd75 by Antonio Valentino at 2019-07-19T05:27:08Z
Standard version bump

- - - - -
4cb83703 by Antonio Valentino at 2019-07-19T05:38:20Z
Set compat to 12

- - - - -
b507cdd6 by Antonio Valentino at 2019-07-19T05:38:45Z
Set distribution to unstable

- - - - -


9 changed files:

- .travis.yml
- CHANGELOG.md
- ci/appveyor-twine.ps1
- ci/travis-build.sh
- ci/travis-install.sh
- debian/changelog
- debian/compat
- debian/control
- 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
=====================================


=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+aggdraw (1.3.11-1) unstable; urgency=medium
+
+  * New upstream release.
+  * Bump Standards-Version to 4.4.0, no changes.
+  * Set compat to 12.
+
+ -- Antonio Valentino <antonio.valentino at tiscali.it>  Fri, 19 Jul 2019 05:38:25 +0000
+
 aggdraw (1.3.10-1) unstable; urgency=medium
 
   [ Bas Couwenberg ]


=====================================
debian/compat
=====================================
@@ -1 +1 @@
-11
+12


=====================================
debian/control
=====================================
@@ -4,7 +4,7 @@ Uploaders: Antonio Valentino <antonio.valentino at tiscali.it>
 Section: python
 Testsuite: autopkgtest-pkg-python
 Priority: optional
-Build-Depends: debhelper (>= 11),
+Build-Depends: debhelper (>= 12),
                dh-python,
                python-all-dev,
                python-setuptools,
@@ -19,7 +19,7 @@ Build-Depends: debhelper (>= 11),
                python3-pkgconfig,
                python-pytest,
                python3-pytest
-Standards-Version: 4.3.0
+Standards-Version: 4.4.0
 Vcs-Browser: https://salsa.debian.org/debian-gis-team/aggdraw
 Vcs-Git: https://salsa.debian.org/debian-gis-team/aggdraw.git
 Homepage: https://github.com/pytroll/aggdraw


=====================================
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/compare/6e03c82b12409887928d6bc7b2d19f16fcd8beef...b507cdd637a263e00b091ef3590212f5617b7d7d

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/aggdraw/compare/6e03c82b12409887928d6bc7b2d19f16fcd8beef...b507cdd637a263e00b091ef3590212f5617b7d7d
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/7af65cdc/attachment-0001.html>


More information about the Pkg-grass-devel mailing list