Commit Graph

230 Commits

Author SHA1 Message Date
Hugo van Kemenade
e17f728bc1
Merge pull request #4082 from nulano/winbuild-pypy3
PyPy3 on AppVeyor
2019-09-24 08:35:05 +03:00
nulano
5b04a73599 use nightly pypy3
(cherry picked from commit 2d2076f2dc80a732575b1ed742cc706478804d2a)
2019-09-23 10:37:31 +02:00
Hugo van Kemenade
79a9981a63
Merge pull request #4077 from nulano/winbuild-improve
AppVeyor build improvements
2019-09-22 20:16:32 +03:00
Andrew Murray
768a6cb95a Removed now redundant echo ons 2019-09-22 09:49:54 +02:00
nulano
411cba61dd change pypy3 compiler
(cherry picked from commit a5ca54aaa4ef081983021641639fff689a5a4ddf)
2019-09-21 22:48:47 +02:00
nulano
2f5228e181 appveyor pypy3
(cherry picked from commit 593ea32ffa03f7410299bbb7b08f1d078b67ecc0)
2019-09-21 22:48:25 +02:00
nulano
cf9529bbe6 keep echo on 2019-09-21 20:03:24 +02:00
nulano
8246897101 openjp2 release build
(cherry picked from commit 0c0b868139dc5ebecde803a952ae58c31aee12a9)
2019-09-21 19:58:30 +02:00
nulano
a6ac71a524 release build of libjpeg
(cherry picked from commit 540fd06ef1cfc4acfe83e7a848ae72f17ae3536d)
2019-09-21 02:06:52 +02:00
nulano
7e3389c659 keep echo on
(cherry picked from commit b8ffa18f91e015528b91ad4413b5f6b21dfa0a46)
2019-09-21 02:06:44 +02:00
nulano
a1f0cb7aec disable nmake copyright message
(cherry picked from commit c743dbba73b0dfa54c3bf5ad98682dac956777cc)
2019-09-21 02:06:34 +02:00
Hugo
f792ab6c02 RST uses double backticks for code (MD uses 1) 2019-09-13 08:56:33 +03:00
Hugo
f136187249 Remove --dist option to create deprecated bdist_wininst installers 2019-08-18 10:48:43 +03:00
Andrew Murray
0d6545c64f
Merge pull request #3991 from radarhere/freetype
Updated freetype to 2.10.1
2019-08-18 15:41:21 +10:00
Andrew Murray
3fbea03026 Added fallback for finding ld on MinGW Cygwin 2019-08-11 07:23:08 +10:00
Andrew Murray
5b2a7d1175 Updated libwebp to 1.0.3 2019-07-22 19:14:26 +10:00
Andrew Murray
f377925f7a Updated freetype to 2.10.1 2019-07-08 18:51:18 +10:00
Jon Dufresne
d50445ff30 Introduce isort to automate import ordering and formatting
Similar to the recent adoption of Black. isort is a Python utility to
sort imports alphabetically and automatically separate into sections. By
using isort, contributors can quickly and automatically conform to the
projects style without thinking. Just let the tool do it.

Uses the configuration recommended by the Black to avoid conflicts of
style.

Rewrite TestImageQt.test_deprecated to no rely on import order.
2019-07-06 16:11:35 -07:00
nulano
b80aa67db2 print winbuild compile output properly 2019-07-04 23:04:16 +02:00
Hugo
471220093b Format with Black 2019-06-13 18:54:57 +03:00
Andrew Murray
303465d38a Detect libimagequant when installed by pacman on MingW 2019-04-27 23:05:52 +10:00
Andrew Murray
f7973bbef0 Removed unused file 2019-04-26 21:22:42 +10:00
Hugo
c98cf32269
Merge pull request #3794 from radarhere/openjpeg
Updated openjpeg to 2.3.1
2019-04-20 11:06:22 +03:00
Andrew Murray
47a06938c8 Added OpenJPEG to Python 3 AppVeyor 2019-04-17 20:55:31 +10:00
Andrew Murray
c6b69c4ab4 Updated PyPy to 7.1.1 2019-04-17 19:56:13 +10:00
Andrew Murray
23b1d13045 Corrected OpenJPEG URL 2019-04-15 18:13:34 +10:00
Andrew Murray
af59955d04 Updated openjpeg to 2.3.1 2019-04-15 18:13:34 +10:00
Andrew Murray
6b59e060bb Added Freetype to AppVeyor 2019-04-06 12:56:29 +11:00
Andrew Murray
84dc0ea1a6 Updated Ghostscript to 9.27 2019-04-06 12:42:29 +11:00
Andrew Murray
9e03c9d232 Changed Visual Studio 2008 to 2010 2019-04-06 12:41:59 +11:00
Hugo
d7776c66e2 AppVeyor: upgrade to PyPy 7.1.0 2019-03-26 17:58:30 +02:00
Andrew Murray
15f8ef02c9 Updated freetype to 2.10.0 2019-03-22 21:14:39 +11:00
Andrew Murray
186a52ca01 Retry on URLError 2019-03-12 20:44:00 +11:00
Andrew Murray
d5f89c0548 Updated PyPy to 7.0.0 2019-02-07 19:20:45 +11:00
Hugo
d880d41a14 Flake8: Fix E117 over-indented (comment) 2019-01-30 11:38:19 +02:00
Hugo
a0b15e84d7 Fix Flake8 2019-01-27 11:38:33 +02:00
Hugo
6eab984b0f Drop support for EOL Python 3.4 2019-01-24 23:41:28 +02:00
Hugo
d6055440d5 Drop support for EOL Python 3.4 2019-01-24 23:33:14 +02:00
Hugo
74ce856515
Merge pull request #3587 from radarhere/gs
Added Ghostscript to AppVeyor
2019-01-24 23:32:20 +02:00
Andrew Murray
491fb5ab91 Updated libwebp to 1.0.2 2019-01-24 20:29:30 +11:00
Andrew Murray
75c7504d93 Added Ghostscript to AppVeyor 2019-01-17 11:15:42 +11:00
Hugo
c353225851 Prefer 'except Exception:' to bare 'except:' 2018-12-04 23:25:28 +02:00
Hugo
f3c1f08f5b noqa the few remaining long and hard-to-split lines 2018-12-04 23:25:27 +02:00
Hugo
891c15709c
Merge pull request #3465 from radarhere/tktcl
Updated Tk Tcl to 8.6.9
2018-12-01 22:46:24 +02:00
Hugo
c68058c045
Merge pull request #3468 from radarhere/libwebp
Updated libwebp to 1.0.1
2018-12-01 22:45:55 +02:00
Andrew Murray
e2a1ad329f Changed libtiff to use .tar.gz 2018-11-19 22:46:27 +11:00
Andrew Murray
130b8b3971 Updated libtiff to 4.0.10 2018-11-19 22:45:39 +11:00
Andrew Murray
ea8a80ba31 Updated libwebp to 1.0.1 2018-11-17 19:55:24 +11:00
Andrew Murray
06eab8b2a0 Removed unused function 2018-11-17 19:44:13 +11:00
Andrew Murray
bbb4bdcd9e Updated Tk Tcl to 8.6.9 2018-11-17 12:32:08 +11:00