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

Antonio Valentino gitlab at salsa.debian.org
Wed Sep 30 07:40:39 BST 2020



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


Commits:
8eb03c1f by Antonio Valentino at 2020-09-30T06:13:27+00:00
New upstream version 1.3.12
- - - - -


5 changed files:

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


Changes:

=====================================
.travis.yml
=====================================
@@ -12,6 +12,7 @@ env:
   - CIBW_TEST_REQUIRES='numpy pillow pytest'
   - CIBW_TEST_COMMAND='python {project}/selftest.py'
   - CIBW_BEFORE_BUILD_LINUX='yum install -y freetype-devel'
+  - CIBW_SKIP='cp34-* cp35-* cp39-* pp27-* pp36-*'
   - TWINE_USERNAME='dhoese'
   # TWINE_PASSWORD
   - secure: Cmwxk41Nd+cu7l5Qhl7ZyCuwYg8WGCT53wqFBZMKIDZkNPVsnfaE8G9s1ZPTlpyoMEL5TioYTVjbjPXZD8M3z7OHHicXRP3mO53PrUDsETEl6/gR2h309ux/cWdOGgLd9s6CKT6wjtCT8Clft1cz61Y2ABOEtyTq3mrvPI0PyxE=


=====================================
CHANGELOG.md
=====================================
@@ -1,5 +1,9 @@
 # The aggdraw Library
 
+## Version 1.3.12
+
+- Rebuild for python 3.8 wheels
+
 ## Version 1.3.11
 
 - Force rebuild to fix freetype linking in OSX wheels


=====================================
appveyor.yml
=====================================
@@ -16,18 +16,6 @@ environment:
       CIBW_TEST_COMMAND: "python {project}\\selftest.py"
       CIBUILDWHEEL: 1
 
-    - PYTHON: "C:\\Python27_32"
-      PYTHON_VERSION: "2.7"
-      PYTHON_ARCH: "32"
-      NUMPY_VERSION: "stable"
-      CIBUILDWHEEL: 0
-
-    - PYTHON: "C:\\Python27_64"
-      PYTHON_VERSION: "2.7"
-      PYTHON_ARCH: "64"
-      NUMPY_VERSION: "stable"
-      CIBUILDWHEEL: 0
-
     - PYTHON: "C:\\Python36_32"
       PYTHON_VERSION: "3.6"
       PYTHON_ARCH: "32"


=====================================
ci/travis-install.sh
=====================================
@@ -1,7 +1,7 @@
 #!/usr/bin/env bash
 
 if [[ "${BUILDMODE}" == "ASTROPY" ]]; then
-    git clone --depth 1 git://github.com/astropy/ci-helpers.git
+    git clone --depth 1 https://github.com/astropy/ci-helpers.git
     source ci-helpers/travis/setup_conda.sh
 elif [[ "${BUILDMODE}" == "CIBUILDWHEEL" ]]; then
   export PIP=pip
@@ -9,4 +9,4 @@ elif [[ "${BUILDMODE}" == "CIBUILDWHEEL" ]]; then
     export PIP=pip2
   fi
   $PIP install cibuildwheel
-fi
\ No newline at end of file
+fi


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



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

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/aggdraw/-/commit/8eb03c1ff786d5d99f0f84dd9e324e36509d3894
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/20200930/49516691/attachment-0001.html>


More information about the Pkg-grass-devel mailing list