Update dependency Pillow to v7.2.0 #7

Open
renovate-bot wants to merge 1 commit from renovate/pillow-7.x into master
Collaborator

This PR contains the following updates:

Package Update Change
Pillow (changelog) minor ==7.1.1 -> ==7.2.0

Release Notes

python-pillow/Pillow (Pillow)

v7.2.0

Compare Source

  • Do not convert I;16 images when showing PNGs #​4744
    [radarhere]

  • Fixed ICNS file pointer saving #​4741
    [radarhere]

  • Fixed loading non-RGBA mode APNGs with dispose background #​4742
    [radarhere]

  • Deprecated _showxv #​4714
    [radarhere]

  • Deprecate Image.show(command="...") #​4646
    [nulano, hugovk, radarhere]

  • Updated JPEG magic number #​4707
    [Cykooz, radarhere]

  • Change STRIPBYTECOUNTS to LONG if necessary when saving #​4626
    [radarhere, hugovk]

  • Write JFIF header when saving JPEG #​4639
    [radarhere]

  • Replaced tiff_jpeg with jpeg compression when saving TIFF images #​4627
    [radarhere]

  • Writing TIFF tags: improved BYTE, added UNDEFINED #​4605
    [radarhere]

  • Consider transparency when pasting text on an RGBA image #​4566
    [radarhere]

  • Added method argument to single frame WebP saving #​4547
    [radarhere]

  • Use ImageFileDirectory_v2 in Image.Exif #​4637
    [radarhere]

  • Corrected reading EXIF metadata without prefix #​4677
    [radarhere]

  • Fixed drawing a jointed line with a sequence of numeric values #​4580
    [radarhere]

  • Added support for 1-D NumPy arrays #​4608
    [radarhere]

  • Parse orientation from XMP tags #​4560
    [radarhere]

  • Speed up text layout by not rendering glyphs #​4652
    [nulano]

  • Fixed ZeroDivisionError in Image.thumbnail #​4625
    [radarhere]

  • Replaced TiffImagePlugin DEBUG with logging #​4550
    [radarhere]

  • Fix repeatedly loading .gbr #​4620
    [ElinksFr, radarhere]

  • JPEG: Truncate icclist instead of setting to None #​4613
    [homm]

  • Fixes default offset for Exif #​4594
    [rodrigob, radarhere]

  • Fixed bug when unpickling TIFF images #​4565
    [radarhere]

  • Fix pickling WebP #​4561
    [hugovk, radarhere]

  • Replace IOError and WindowsError aliases with OSError #​4536
    [hugovk, radarhere]

v7.1.2

Compare Source

  • Raise an EOFError when seeking too far in PNG #​4528
    [radarhere]

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [Pillow](https://github.com/python-pillow/Pillow) ([changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)) | minor | `==7.1.1` -> `==7.2.0` | --- ### Release Notes <details> <summary>python-pillow/Pillow (Pillow)</summary> ### [`v7.2.0`](https://github.com/python-pillow/Pillow/blob/HEAD/CHANGES.rst#720-2020-07-01) [Compare Source](https://github.com/python-pillow/Pillow/compare/7.1.2...7.2.0) - Do not convert I;16 images when showing PNGs [#&#8203;4744](https://github.com/python-pillow/Pillow/issues/4744) \[radarhere] - Fixed ICNS file pointer saving [#&#8203;4741](https://github.com/python-pillow/Pillow/issues/4741) \[radarhere] - Fixed loading non-RGBA mode APNGs with dispose background [#&#8203;4742](https://github.com/python-pillow/Pillow/issues/4742) \[radarhere] - Deprecated \_showxv [#&#8203;4714](https://github.com/python-pillow/Pillow/issues/4714) \[radarhere] - Deprecate Image.show(command="...") [#&#8203;4646](https://github.com/python-pillow/Pillow/issues/4646) \[nulano, hugovk, radarhere] - Updated JPEG magic number [#&#8203;4707](https://github.com/python-pillow/Pillow/issues/4707) \[Cykooz, radarhere] - Change STRIPBYTECOUNTS to LONG if necessary when saving [#&#8203;4626](https://github.com/python-pillow/Pillow/issues/4626) \[radarhere, hugovk] - Write JFIF header when saving JPEG [#&#8203;4639](https://github.com/python-pillow/Pillow/issues/4639) \[radarhere] - Replaced tiff_jpeg with jpeg compression when saving TIFF images [#&#8203;4627](https://github.com/python-pillow/Pillow/issues/4627) \[radarhere] - Writing TIFF tags: improved BYTE, added UNDEFINED [#&#8203;4605](https://github.com/python-pillow/Pillow/issues/4605) \[radarhere] - Consider transparency when pasting text on an RGBA image [#&#8203;4566](https://github.com/python-pillow/Pillow/issues/4566) \[radarhere] - Added method argument to single frame WebP saving [#&#8203;4547](https://github.com/python-pillow/Pillow/issues/4547) \[radarhere] - Use ImageFileDirectory_v2 in Image.Exif [#&#8203;4637](https://github.com/python-pillow/Pillow/issues/4637) \[radarhere] - Corrected reading EXIF metadata without prefix [#&#8203;4677](https://github.com/python-pillow/Pillow/issues/4677) \[radarhere] - Fixed drawing a jointed line with a sequence of numeric values [#&#8203;4580](https://github.com/python-pillow/Pillow/issues/4580) \[radarhere] - Added support for 1-D NumPy arrays [#&#8203;4608](https://github.com/python-pillow/Pillow/issues/4608) \[radarhere] - Parse orientation from XMP tags [#&#8203;4560](https://github.com/python-pillow/Pillow/issues/4560) \[radarhere] - Speed up text layout by not rendering glyphs [#&#8203;4652](https://github.com/python-pillow/Pillow/issues/4652) \[nulano] - Fixed ZeroDivisionError in Image.thumbnail [#&#8203;4625](https://github.com/python-pillow/Pillow/issues/4625) \[radarhere] - Replaced TiffImagePlugin DEBUG with logging [#&#8203;4550](https://github.com/python-pillow/Pillow/issues/4550) \[radarhere] - Fix repeatedly loading .gbr [#&#8203;4620](https://github.com/python-pillow/Pillow/issues/4620) \[ElinksFr, radarhere] - JPEG: Truncate icclist instead of setting to None [#&#8203;4613](https://github.com/python-pillow/Pillow/issues/4613) \[homm] - Fixes default offset for Exif [#&#8203;4594](https://github.com/python-pillow/Pillow/issues/4594) \[rodrigob, radarhere] - Fixed bug when unpickling TIFF images [#&#8203;4565](https://github.com/python-pillow/Pillow/issues/4565) \[radarhere] - Fix pickling WebP [#&#8203;4561](https://github.com/python-pillow/Pillow/issues/4561) \[hugovk, radarhere] - Replace IOError and WindowsError aliases with OSError [#&#8203;4536](https://github.com/python-pillow/Pillow/issues/4536) \[hugovk, radarhere] ### [`v7.1.2`](https://github.com/python-pillow/Pillow/blob/HEAD/CHANGES.rst#712-2020-04-25) [Compare Source](https://github.com/python-pillow/Pillow/compare/7.1.1...7.1.2) - Raise an EOFError when seeking too far in PNG [#&#8203;4528](https://github.com/python-pillow/Pillow/issues/4528) \[radarhere] </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yOTMuMCIsInVwZGF0ZWRJblZlciI6IjM4LjE4LjEyIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
renovate-bot added 1 commit 2024-04-18 05:18:18 +02:00
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/pillow-7.x:renovate/pillow-7.x
git checkout renovate/pillow-7.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git checkout master
git merge --no-ff renovate/pillow-7.x
git checkout renovate/pillow-7.x
git rebase master
git checkout master
git merge --ff-only renovate/pillow-7.x
git checkout renovate/pillow-7.x
git rebase master
git checkout master
git merge --no-ff renovate/pillow-7.x
git checkout master
git merge --squash renovate/pillow-7.x
git checkout master
git merge --ff-only renovate/pillow-7.x
git checkout master
git merge renovate/pillow-7.x
git push origin master
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Netz39_Vorstand/print-adress-label#7
No description provided.