Commit Graph

10918 Commits

Author SHA1 Message Date
Jon Dufresne
5474b2c7d4 Update some doc code blocks to the 'pycon' lexer
These code blocks represent Python console sessions, not Python source
code. The pycon lexer understands the ">>>" prompt and output (e.g. a
traceback).
2020-12-19 17:55:54 -08:00
Andrew Murray
c1707d5d55
Merge pull request #5109 from cgohlke/patch-2
Remove duplicate code
2020-12-20 12:09:08 +11:00
Andrew Murray
00b08c8616
Merge pull request #5110 from jdufresne/isort-url
Update isort URL: timothycrosley/isort → PyCQA/isort
2020-12-20 11:59:20 +11:00
Jon Dufresne
2f48b036ad Update isort URL: timothycrosley/isort → PyCQA/isort 2020-12-19 15:10:47 -08:00
Christoph Gohlke
c1adae6f70
Remove duplicate code 2020-12-19 15:07:51 -08:00
Andrew Murray
c52c3ae3e2
Merge pull request #5102 from hugovk/add-path-tests
Add tests for ImagePath.Path
2020-12-20 07:43:56 +11:00
Andrew Murray
4b15723c7f
Merge pull request #5107 from hugovk/travis-cleanup
Remove unused Travis CI config
2020-12-20 07:43:44 +11:00
Andrew Murray
85c118134d
Merge branch 'master' into travis-cleanup 2020-12-20 07:26:56 +11:00
Andrew Murray
dc74c8ec5f
Merge pull request #5106 from hugovk/fix-reqs
Added packaging
2020-12-20 07:25:24 +11:00
Hugo van Kemenade
924b1496c3 Show example link instead of hiding inside hyperlink
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
2020-12-19 21:57:32 +02:00
Andrew Murray
b0af0d4076 Travis CI is no longer used 2020-12-19 21:57:32 +02:00
Andrew Murray
970d2b7c92 GitHub Actions have been added to wheels [ci skip] 2020-12-19 21:57:32 +02:00
Hugo van Kemenade
9e21ef7338 Remove old Travis CI config 2020-12-19 21:57:32 +02:00
Hugo van Kemenade
d3702fd614 Remove unused Travis CI config 2020-12-19 21:57:32 +02:00
Andrew Murray
162fbc679b Added packaging 2020-12-19 21:48:17 +02:00
Hugo van Kemenade
ceaed2e058 Add tests for ImagePath.Path 2020-12-18 22:54:48 +02:00
Hugo van Kemenade
2b319f2ce4 Simplify: remove class 2020-12-18 22:54:40 +02:00
Andrew Murray
9e3ad5e997
Merge pull request #5088 from nulano/gha-qus-2
Move non-x86 tests to GHA
2020-12-18 17:48:51 +11:00
Andrew Murray
e414eb567a
Merge pull request #5099 from nulano/gha-pypy
GHA: Add PyPy3.7
2020-12-18 15:45:55 +11:00
nulano
5c600adf41 gha: add PyPy3.7 2020-12-17 20:09:13 +01:00
Hugo van Kemenade
ff40eaa961
Merge pull request #5091 from nulano/gha-qus-4 2020-12-12 19:54:27 +02:00
nulano
db35e6404e remove FreeType<2.7 metrics in test_imagefont 2020-12-12 15:29:41 +01:00
nulano
903ec9723d move tests for arm64v8, ppc64le, s390x from Travis CI to GHA using Docker and aptman/qus 2020-12-12 15:29:37 +01:00
nulano
a3ab868b0f xfail tests failing on ppc64le on GHA
(cherry picked from commit 9c7fb5bd14c3064fede96131a0f7f67abf26a4e7)
2020-12-12 15:26:42 +01:00
nulano
989c9b303a xfail failing libtiff tests on big-endian
(cherry picked from commit 25ce233edf732edb5660f877365379377a64f136)
2020-12-12 15:26:42 +01:00
Andrew Murray
4ed79ea79c Update CHANGES.rst [ci skip] 2020-12-12 10:31:55 +11:00
Andrew Murray
a41bc39e81
Merge pull request #5087 from hugovk/disable-travis-mergify
Disable Travis CI from automerge requirements
2020-12-12 07:37:52 +11:00
Hugo van Kemenade
1c82fbd5e9 Disable Travis from automerge 2020-12-11 20:46:00 +02:00
Andrew Murray
1580f2f888
Merge pull request #5074 from hugovk/docs-links
Docs: Add 'Release notes' and 'Changelog' links to PyPI
2020-12-11 18:15:04 +11:00
Andrew Murray
7251477a2e
Merge pull request #5085 from hugovk/document-removal-version
Document when deprecations will be removed
2020-12-11 18:03:47 +11:00
Hugo van Kemenade
0893f502c3 Document when deprecations will be removed [CI skip] 2020-12-10 14:32:43 +02:00
Andrew Murray
839d54a19b
Merge pull request #5081 from hugovk/release-drafter-categories
Add categories to Release Drafter
2020-12-10 18:54:59 +11:00
Hugo van Kemenade
786fddb794
Fix label name
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
2020-12-08 12:23:53 +02:00
Hugo van Kemenade
1e8e7fea7d Add categories to Release Drafter [CI skip] 2020-12-07 22:01:25 +02:00
Alex Clark
252c008ec6
Merge pull request #5078 from python-pillow/aclark4life-patch-1
Update CHANGES.rst
2020-12-04 19:29:14 -05:00
Alex Clark
a0565bc8ac
Update CHANGES.rst
https://twitter.com/aclark4life/status/1335001987075747841
2020-12-04 18:24:22 -05:00
Hugo van Kemenade
8c110b7232 Add 'Release notes' and 'Changelog' links to PyPI [CI skip] 2020-12-02 18:15:09 +02:00
Andrew Murray
619a7b9f8a
Merge pull request #5060 from hugovk/rm-eol
CI: Remove soon-EOL Amazon Linux 1 and CentOS 6
2020-12-01 00:01:07 +11:00
Hugo van Kemenade
78fd2749b1
Merge pull request #5070 from radarhere/raqm
Updated libraqm to 0.7.1
2020-11-29 18:24:04 +02:00
Andrew Murray
ce1e73e5a8 Updated libraqm to 0.7.1 2020-11-30 01:20:51 +11:00
Hugo van Kemenade
874f3966cb
Merge pull request #5068 from radarhere/codeblock
Corrected documentation syntax
2020-11-28 10:06:59 +02:00
Andrew Murray
cf9158f635 Corrected syntax [ci skip] 2020-11-28 12:10:20 +11:00
Hugo van Kemenade
e99bc4aabe
Merge pull request #5067 from radarhere/macos
Updated macOS tested Pillow versions
2020-11-28 00:13:23 +02:00
Hugo van Kemenade
aa7b33869b
Merge pull request #5065 from radarhere/libimagequant
Updated libimagequant to 2.13.1
2020-11-27 11:36:38 +02:00
Hugo van Kemenade
a698725750
Merge pull request #5066 from radarhere/releasing
Updated instructions now that draft releases may exist
2020-11-27 11:36:07 +02:00
Andrew Murray
3d80b74342 Updated macOS tested Pillow versions [ci skip] 2020-11-27 18:50:31 +11:00
Andrew Murray
6f64eef699 Updated instructions now that draft releases may exist [ci skip] 2020-11-27 15:12:14 +11:00
Hugo van Kemenade
997ec657b3
Merge pull request #5058 from hugovk/add-release-drafter
Add Release Drafter to draft releases
2020-11-26 21:22:12 +02:00
Hugo van Kemenade
6a9c5fc608
Merge pull request #5064 from nulano/gha
Update FriBiDi to 1.0.10
2020-11-26 21:20:59 +02:00
Hugo van Kemenade
030e1b79ea
Merge pull request #5061 from nulano/gha-mac
GHA: Install Raqm on macOS
2020-11-26 10:28:38 +02:00