Antonio Valentino pushed to branch master at Debian GIS Project / aggdraw
Commits:
8eb03c1f by Antonio Valentino at 2020-09-30T06:13:27+00:00
New upstream version 1.3.12
- - - - -
6e070b6e by Antonio Valentino at 2020-09-30T06:13:31+00:00
Update upstream source from tag 'upstream/1.3.12'
Update to upstream version '1.3.12'
with Debian dir 15e9f3beb826bc8ed06081f3b6331f69269f0683
- - - - -
5b77a4c9 by Antonio Valentino at 2020-09-30T06:14:40+00:00
New upstream release
- - - - -
7d0a45c4 by Antonio Valentino at 2020-09-30T06:17:23+00:00
Set distribution to unstable
- - - - -
6 changed files:
- .travis.yml
- CHANGELOG.md
- appveyor.yml
- ci/travis-install.sh
- debian/changelog
- 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
=====================================
debian/changelog
=====================================
@@ -1,12 +1,13 @@
-aggdraw (1.3.11-3) UNRELEASED; urgency=medium
+aggdraw (1.3.12-1) unstable; urgency=medium
+ * New upstream release.
* Use debhelper-compat instead of debian/compat.
* Remove obsolete field Name from debian/upstream/metadata.
* Bump Standards-Version to 4.5.0, no changes.
* debian/control:
- explicitly set Rules-Requires-Root: no
- -- Antonio Valentino <[email protected]> Tue, 06 Aug 2019
07:12:02 +0000
+ -- Antonio Valentino <[email protected]> Wed, 30 Sep 2020
06:17:05 +0000
aggdraw (1.3.11-2) unstable; urgency=medium
=====================================
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/-/compare/7b9b88915c4108cd7fdbe5e7acfeaf2ac3809804...7d0a45c4c5e3543926f3b07c05bb97dce7826330
--
View it on GitLab:
https://salsa.debian.org/debian-gis-team/aggdraw/-/compare/7b9b88915c4108cd7fdbe5e7acfeaf2ac3809804...7d0a45c4c5e3543926f3b07c05bb97dce7826330
You're receiving this email because of your account on salsa.debian.org.
_______________________________________________
Pkg-grass-devel mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel