-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release Pillow 8.1.0 on January 2, 2021 #4997
Comments
Ok, I've created #5133 |
@radarhere Are you up for this one? |
@hugovk sure, I can do that. Would you mind merging in the security-related items first? You've been more across that than I have. |
@wiredfool should I continue going ahead with this release, or wait for #5062? |
I would have liked #5602 to get in, because I think it's potentially a fix for a pretty serious issue, but we are looking at sending a pretty significant change out without decent smoke testing there. |
Thanks. @cgohlke could we have Windows binaries for 8.1.0? |
One significant change in #5062, if/when it makes it in, is that it removes support for dynamically loading Raqm, which will require all Windows users to switch from installing libraqm.dll to fribidi.dll. |
Thanks. And we're done - https://twitter.com/PythonPillow/status/1345465680028569600 |
We had disabled Travis to conserve credits (#5028 (comment)), shall we chance building manylinux aarch64 wheels with the remaining credits? |
Might as well try.
…Sent from my iPhone
On Jan 3, 2021, at 9:24 AM, Hugo van Kemenade ***@***.***> wrote:
We had disabled Travis to conserve credits (#5028 (comment)), shall we chance building manylinux aarch64 wheels with the remaining credits?
python-pillow/pillow-wheels#182
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
✅ Merged python-pillow/pillow-wheels#182 |
Testing on GHA with Edit: Disabling fast-fail, there are also two failures due to missing extra test images, everything else passes: https://github.com/nulano/Pillow/runs/1655692661?check_suite_focus=true#step:7:1751 |
🚀 I've uploaded the aarch64 wheels to PyPI: |
Add release notes:
Main Release
Released quarterly on January 2nd, April 1st, July 1st and October 15th.
master
branch.master
branch.src/PIL/_version.py
CHANGES.rst
.make release-test
in a freshly cloned repo.make sdist twine check dist/*
.dev0
to version identifier insrc/PIL/_version.py
Binary Distributions
Windows
@cgohlke
for Windows binaries via release ticket e.g. Release 2.9.0 on July 1, 2015 #1174.@cgohlke
and copy intodist/
Mac and Linux
git clone https://github.com/python-pillow/pillow-wheels cd pillow-wheels ./update-pillow-tag.sh [[release tag]]
and copy into
dist/
Publicize Release
Documentation
Docker Images
git clone https://github.com/python-pillow/docker-images cd docker-images ./update-pillow-tag.sh [[release tag]]
The text was updated successfully, but these errors were encountered: