From ca13194e2bb2cb11c86e036381a1132bdce6e1ff Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Tue, 5 Dec 2023 21:49:44 +1100 Subject: [PATCH 1/2] Revert "Update to Python 3.12 and Ubuntu 22.04 LTS Jammy Jellyfish" This reverts commit dea5bbebbc71c9dac78a801b42766562154f8453. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8f8250809d7..9b63f9a2b1d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,8 +7,8 @@ env: language: python # Default Python version is usually 3.6 -python: "3.12" -dist: jammy +python: "3.11" +dist: focal services: docker jobs: From cb7324041bed71165f57617fc7b5e5050a29ab5f Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Tue, 2 Jan 2024 20:33:48 +1100 Subject: [PATCH 2/2] Package name is now lowercase in wheel filenames --- RELEASING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASING.md b/RELEASING.md index b3fd72a520e..97f4f8dcd18 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -87,7 +87,7 @@ Released as needed privately to individual vendors for critical security-related and copy into `dist`. Check and upload them e.g.: ```bash python3 -m twine check --strict dist/* - python3 -m twine upload dist/Pillow-5.2.0* + python3 -m twine upload dist/pillow-5.2.0* ``` ## Publicize Release