From 463e156a17a818fa7f4e3ccb0433a59d11dfd5cd Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Thu, 31 Mar 2022 17:23:21 +0300 Subject: [PATCH 1/3] Add musllinux wheels to 9.1.0 release notes --- docs/releasenotes/9.1.0.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/releasenotes/9.1.0.rst b/docs/releasenotes/9.1.0.rst index 5a0bdba3ef7..04c72ab315c 100644 --- a/docs/releasenotes/9.1.0.rst +++ b/docs/releasenotes/9.1.0.rst @@ -183,6 +183,13 @@ palette. Other Changes ============= +musllinux wheels +^^^^^^^^^^^^^^^^ + +Pillow now includes binary wheels for musllinux, suitable for Linux distributions +such as Alpine based on the musl C standard library +(rather than the glibc library used by manylinux wheels). See :pep:`656`. + ImageShow temporary files on Unix ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ From 31e08c86e132c71a18fec894b80d08e7b6a464d1 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Thu, 31 Mar 2022 22:40:41 +0300 Subject: [PATCH 2/3] Wording MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Ondrej Baranovič --- docs/releasenotes/9.1.0.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/releasenotes/9.1.0.rst b/docs/releasenotes/9.1.0.rst index 04c72ab315c..c6c5b81f2e7 100644 --- a/docs/releasenotes/9.1.0.rst +++ b/docs/releasenotes/9.1.0.rst @@ -186,7 +186,7 @@ Other Changes musllinux wheels ^^^^^^^^^^^^^^^^ -Pillow now includes binary wheels for musllinux, suitable for Linux distributions +Pillow now builds binary wheels for musllinux, suitable for Linux distributions such as Alpine based on the musl C standard library (rather than the glibc library used by manylinux wheels). See :pep:`656`. From 4181f491550897e86b8e67606bd3741f59ec7a39 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Fri, 1 Apr 2022 08:10:24 +0300 Subject: [PATCH 3/3] Wording Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com> --- docs/releasenotes/9.1.0.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/releasenotes/9.1.0.rst b/docs/releasenotes/9.1.0.rst index c6c5b81f2e7..3349dfeb583 100644 --- a/docs/releasenotes/9.1.0.rst +++ b/docs/releasenotes/9.1.0.rst @@ -186,8 +186,7 @@ Other Changes musllinux wheels ^^^^^^^^^^^^^^^^ -Pillow now builds binary wheels for musllinux, suitable for Linux distributions -such as Alpine based on the musl C standard library +Pillow now builds binary wheels for musllinux, suitable for Linux distributions based on the musl C standard library such as Alpine (rather than the glibc library used by manylinux wheels). See :pep:`656`. ImageShow temporary files on Unix