Skip to content
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 9.5.0 on April 1, 2023 #6989

Closed
19 tasks done
radarhere opened this issue Mar 4, 2023 · 7 comments
Closed
19 tasks done

Release Pillow 9.5.0 on April 1, 2023 #6989

radarhere opened this issue Mar 4, 2023 · 7 comments
Assignees
Labels
Milestone

Comments

@radarhere
Copy link
Member

radarhere commented Mar 4, 2023

Main Release

Released quarterly on January 2nd, April 1st, July 1st and October 15th.

  • Open a release ticket e.g. Release Pillow 5.2.0 on July 1, 2018 #3154
  • Develop and prepare release in main branch.
  • Check GitHub Actions and AppVeyor to confirm passing tests in main branch.
  • Check that all of the wheel builds Pillow Wheel Builder pass the tests in Travis CI and GitHub Actions.
  • In compliance with PEP 440, update version identifier in src/PIL/_version.py
  • Update CHANGES.rst.
  • Run pre-release check via make release-test in a freshly cloned repo.
  • Create branch and tag for release e.g.:
    git branch 9.5.x
    git tag 9.5.0
    git push --all
    git push --tags
  • Create and check source distribution:
    make sdist
  • Create binary distributions
  • Check and upload all binaries and source distributions e.g.:
    twine check dist/*
    twine upload dist/Pillow-9.5.0*
  • Publish the release on GitHub
  • In compliance with PEP 440, increment and append .dev0 to version identifier in src/PIL/_version.py

Binary Distributions

Windows

Mac and Linux

Publicize Release

Documentation

Docker Images

  • Update Pillow in the Docker Images repository
    git clone https://github.com/python-pillow/docker-images
    cd docker-images
    ./update-pillow-tag.sh 9.5.0
@hugovk
Copy link
Member

hugovk commented Apr 1, 2023

Pillow 9.5.0 is released!

Toot and tweet to follow.

ls -l dist
$ ls -l dist
total 486392
-rw-r--r--  1 hugo  wheel   3395758 Apr  1 12:18 Pillow-9.5.0-cp310-cp310-macosx_10_10_x86_64.whl
-rw-r--r--  1 hugo  wheel   3077111 Apr  1 12:18 Pillow-9.5.0-cp310-cp310-macosx_11_0_arm64.whl
-rw-r--r--  1 hugo  wheel   3112529 Apr  1 12:18 Pillow-9.5.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
-rw-r--r--  1 hugo  wheel   3386670 Apr  1 12:18 Pillow-9.5.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
-rw-r--r--  1 hugo  wheel   3308572 Apr  1 12:18 Pillow-9.5.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-rw-r--r--  1 hugo  wheel   3163999 Apr  1 12:18 Pillow-9.5.0-cp310-cp310-manylinux_2_28_aarch64.whl
-rw-r--r--  1 hugo  wheel   3415623 Apr  1 12:18 Pillow-9.5.0-cp310-cp310-manylinux_2_28_x86_64.whl
-rw-r--r--  1 hugo  wheel   3350658 Apr  1 12:18 Pillow-9.5.0-cp310-cp310-musllinux_1_1_aarch64.whl
-rw-r--r--  1 hugo  wheel   3414574 Apr  1 12:18 Pillow-9.5.0-cp310-cp310-musllinux_1_1_x86_64.whl
-rw-r--r--  1 hugo  wheel   2211916 Apr  1 12:16 Pillow-9.5.0-cp310-cp310-win32.whl
-rw-r--r--  1 hugo  wheel   2511474 Apr  1 12:16 Pillow-9.5.0-cp310-cp310-win_amd64.whl
-rw-r--r--  1 hugo  wheel   3395792 Apr  1 12:18 Pillow-9.5.0-cp311-cp311-macosx_10_10_x86_64.whl
-rw-r--r--  1 hugo  wheel   3077092 Apr  1 12:18 Pillow-9.5.0-cp311-cp311-macosx_11_0_arm64.whl
-rw-r--r--  1 hugo  wheel   3112543 Apr  1 12:18 Pillow-9.5.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
-rw-r--r--  1 hugo  wheel   3386654 Apr  1 12:18 Pillow-9.5.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
-rw-r--r--  1 hugo  wheel   3308566 Apr  1 12:18 Pillow-9.5.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-rw-r--r--  1 hugo  wheel   3164027 Apr  1 12:18 Pillow-9.5.0-cp311-cp311-manylinux_2_28_aarch64.whl
-rw-r--r--  1 hugo  wheel   3415610 Apr  1 12:18 Pillow-9.5.0-cp311-cp311-manylinux_2_28_x86_64.whl
-rw-r--r--  1 hugo  wheel   3350704 Apr  1 12:18 Pillow-9.5.0-cp311-cp311-musllinux_1_1_aarch64.whl
-rw-r--r--  1 hugo  wheel   3414604 Apr  1 12:18 Pillow-9.5.0-cp311-cp311-musllinux_1_1_x86_64.whl
-rw-r--r--  1 hugo  wheel   2211929 Apr  1 12:16 Pillow-9.5.0-cp311-cp311-win32.whl
-rw-r--r--  1 hugo  wheel   2511551 Apr  1 12:16 Pillow-9.5.0-cp311-cp311-win_amd64.whl
-rw-r--r--  1 hugo  wheel   2211914 Apr  1 12:16 Pillow-9.5.0-cp312-cp312-win32.whl
-rw-r--r--  1 hugo  wheel   2511483 Apr  1 12:16 Pillow-9.5.0-cp312-cp312-win_amd64.whl
-rw-r--r--  1 hugo  wheel   3394876 Apr  1 12:18 Pillow-9.5.0-cp37-cp37m-macosx_10_10_x86_64.whl
-rw-r--r--  1 hugo  wheel   3112088 Apr  1 12:18 Pillow-9.5.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
-rw-r--r--  1 hugo  wheel   3385803 Apr  1 12:18 Pillow-9.5.0-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
-rw-r--r--  1 hugo  wheel   3307826 Apr  1 12:18 Pillow-9.5.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-rw-r--r--  1 hugo  wheel   3163643 Apr  1 12:18 Pillow-9.5.0-cp37-cp37m-manylinux_2_28_aarch64.whl
-rw-r--r--  1 hugo  wheel   3415119 Apr  1 12:18 Pillow-9.5.0-cp37-cp37m-manylinux_2_28_x86_64.whl
-rw-r--r--  1 hugo  wheel   2228447 Apr  1 12:16 Pillow-9.5.0-cp37-cp37m-win32.whl
-rw-r--r--  1 hugo  wheel   2536969 Apr  1 12:16 Pillow-9.5.0-cp37-cp37m-win_amd64.whl
-rw-r--r--  1 hugo  wheel   3395670 Apr  1 12:18 Pillow-9.5.0-cp38-cp38-macosx_10_10_x86_64.whl
-rw-r--r--  1 hugo  wheel   3077136 Apr  1 12:18 Pillow-9.5.0-cp38-cp38-macosx_11_0_arm64.whl
-rw-r--r--  1 hugo  wheel   3112507 Apr  1 12:19 Pillow-9.5.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
-rw-r--r--  1 hugo  wheel   3386666 Apr  1 12:19 Pillow-9.5.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
-rw-r--r--  1 hugo  wheel   3308600 Apr  1 12:19 Pillow-9.5.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-rw-r--r--  1 hugo  wheel   3163998 Apr  1 12:19 Pillow-9.5.0-cp38-cp38-manylinux_2_28_aarch64.whl
-rw-r--r--  1 hugo  wheel   3415559 Apr  1 12:19 Pillow-9.5.0-cp38-cp38-manylinux_2_28_x86_64.whl
-rw-r--r--  1 hugo  wheel   3350681 Apr  1 12:19 Pillow-9.5.0-cp38-cp38-musllinux_1_1_aarch64.whl
-rw-r--r--  1 hugo  wheel   3414578 Apr  1 12:19 Pillow-9.5.0-cp38-cp38-musllinux_1_1_x86_64.whl
-rw-r--r--  1 hugo  wheel   2229252 Apr  1 12:16 Pillow-9.5.0-cp38-cp38-win32.whl
-rw-r--r--  1 hugo  wheel   2537784 Apr  1 12:16 Pillow-9.5.0-cp38-cp38-win_amd64.whl
-rw-r--r--  1 hugo  wheel   3395750 Apr  1 12:19 Pillow-9.5.0-cp39-cp39-macosx_10_10_x86_64.whl
-rw-r--r--  1 hugo  wheel   3077133 Apr  1 12:19 Pillow-9.5.0-cp39-cp39-macosx_11_0_arm64.whl
-rw-r--r--  1 hugo  wheel   3112534 Apr  1 12:19 Pillow-9.5.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
-rw-r--r--  1 hugo  wheel   3386725 Apr  1 12:19 Pillow-9.5.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
-rw-r--r--  1 hugo  wheel   3308605 Apr  1 12:19 Pillow-9.5.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-rw-r--r--  1 hugo  wheel   3164057 Apr  1 12:19 Pillow-9.5.0-cp39-cp39-manylinux_2_28_aarch64.whl
-rw-r--r--  1 hugo  wheel   3415613 Apr  1 12:19 Pillow-9.5.0-cp39-cp39-manylinux_2_28_x86_64.whl
-rw-r--r--  1 hugo  wheel   3350667 Apr  1 12:19 Pillow-9.5.0-cp39-cp39-musllinux_1_1_aarch64.whl
-rw-r--r--  1 hugo  wheel   3414552 Apr  1 12:19 Pillow-9.5.0-cp39-cp39-musllinux_1_1_x86_64.whl
-rw-r--r--  1 hugo  wheel   2229361 Apr  1 12:16 Pillow-9.5.0-cp39-cp39-win32.whl
-rw-r--r--  1 hugo  wheel   2538580 Apr  1 12:16 Pillow-9.5.0-cp39-cp39-win_amd64.whl
-rw-r--r--  1 hugo  wheel   3350068 Apr  1 12:19 Pillow-9.5.0-pp38-pypy38_pp73-macosx_10_10_x86_64.whl
-rw-r--r--  1 hugo  wheel   3281820 Apr  1 12:19 Pillow-9.5.0-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
-rw-r--r--  1 hugo  wheel   3222897 Apr  1 12:19 Pillow-9.5.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-rw-r--r--  1 hugo  wheel   3298302 Apr  1 12:19 Pillow-9.5.0-pp38-pypy38_pp73-manylinux_2_28_x86_64.whl
-rw-r--r--  1 hugo  wheel   2537868 Apr  1 12:16 Pillow-9.5.0-pp38-pypy38_pp73-win_amd64.whl
-rw-r--r--  1 hugo  wheel   3349772 Apr  1 12:19 Pillow-9.5.0-pp39-pypy39_pp73-macosx_10_10_x86_64.whl
-rw-r--r--  1 hugo  wheel   3281583 Apr  1 12:19 Pillow-9.5.0-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
-rw-r--r--  1 hugo  wheel   3222603 Apr  1 12:19 Pillow-9.5.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
-rw-r--r--  1 hugo  wheel   3298174 Apr  1 12:19 Pillow-9.5.0-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl
-rw-r--r--  1 hugo  wheel   2538628 Apr  1 12:16 Pillow-9.5.0-pp39-pypy39_pp73-win_amd64.whl
-rw-r--r--  1 hugo  wheel  50488147 Apr  1 12:04 Pillow-9.5.0.tar.gz
twine check and upload image image image image

@hugovk
Copy link
Member

hugovk commented Apr 1, 2023

Toot: https://fosstodon.org/@pillow/110123111197781108

Tweet: I have a new machine but after logging in to Tweetdeck I don't see the Pillow account. @radarhere Can you still see Pillow in Tweetdeck?

@radarhere
Copy link
Member Author

Yes, I can. Tweeted - https://twitter.com/PythonPillow/status/1642117078705651713

I intended to also attach the screenshots, but accidentally posted it too early.

@hugovk
Copy link
Member

hugovk commented Apr 1, 2023

Thanks! Screenshots not important.

@aclark4life Could you try removing and re-adding my account (@hugovk) to Pillow's Tweetdeck for Teams thing? That might send me a new invitation. https://help.twitter.com/en/using-twitter/tweetdeck-teams

@cgohlke
Copy link
Contributor

cgohlke commented Apr 1, 2023

Here's a win_arm64 wheel: Pillow-9.5.0-cp311-cp311-win_arm64.zip

@hugovk
Copy link
Member

hugovk commented Apr 1, 2023

Thanks, uploaded! https://pypi.org/project/Pillow/9.5.0/#files

image

@radarhere
Copy link
Member Author

Thanks to all who helped another successful release.

@radarhere radarhere unpinned this issue Apr 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants