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

Bump pillow from 6.0.0 to 6.1.0 #36

Closed
wants to merge 1 commit into from

Conversation

dependabot-preview[bot]
Copy link

Bumps pillow from 6.0.0 to 6.1.0.

Changelog

Sourced from pillow's changelog.

6.1.0 (2019-07-01)

  • Deprecate Image.__del__ #3929 [jdufresne]
  • Tiff: Add support for JPEG quality #3886 [olt]
  • Respect the PKG_CONFIG environment variable when building #3928 [chewi]
  • Use explicit memcpy() to avoid unaligned memory accesses #3225 [DerDakon]
  • Improve encoding of TIFF tags #3861 [olt]
  • Update Py_UNICODE to Py_UCS4 #3780 [nulano]
  • Consider I;16 pixel size when drawing #3899 [radarhere]
  • Add TIFFTAG_SAMPLEFORMAT to blocklist #3926 [cgohlke, radarhere]
  • Create GIF deltas from background colour of GIF frames if disposal mode is 2 #3708 [sircinnamon, radarhere]
  • Added ImageSequence all_frames #3778 [radarhere]
  • Use unsigned int to store TIFF IFD offsets #3923 [cgohlke]
  • Include CPPFLAGS when searching for libraries #3819 [jefferyto]
  • Updated TIFF tile descriptors to match current decoding functionality #3795 [dmnisson]
  • Added an image.entropy() method (second revision) #3608 [fish2000]
  • Pass the correct types to PyArg_ParseTuple #3880 [QuLogic]
  • Fixed crash when loading non-font bytes #3912 [radarhere]
  • Fix SPARC memory alignment issues in Pack/Unpack functions #3858 [kulikjak]
  • Added CMYK;16B and CMYK;16N unpackers #3913 [radarhere]
  • Fixed bugs in calculating text size #3864 [radarhere]
  • Add __main__.py to output basic format and support information #3870 [jdufresne]
  • Added variation font support #3802 [radarhere]
  • Do not down-convert if image is LA when showing with PNG format #3869 [radarhere]
  • Improve handling of PSD frames #3759 [radarhere]
  • Improved ICO and ICNS loading #3897 [radarhere]
  • Changed Preview application path so that it is no longer static #3896 [radarhere]
  • Corrected ttb text positioning #3856 [radarhere]
  • Handle unexpected ICO image sizes #3836 [radarhere]
  • Fixed bits value for RGB;16N unpackers #3837 [kkopachev]
  • Travis CI: Add Fedora 30, remove Fedora 28 #3821 [hugovk]
  • Added reading of CMYK;16L TIFF images #3817 [radarhere]
  • Fixed dimensions of 1-bit PDFs #3827 [radarhere]
  • Fixed opening mmap image through Path on Windows #3825 [radarhere]
  • Fixed ImageDraw arc gaps #3824 [radarhere]
  • Expand GIF to include frames with extents outside the image size #3822 [radarhere]
  • Fixed ImageTk getimage #3814 [radarhere]
  • Fixed bug in decoding large images #3791 [radarhere]
  • Fixed reading APP13 marker without Photoshop data #3771 [radarhere]
  • Added option to include layered windows in ImageGrab.grab on Windows #3808 [radarhere]
  • Detect libimagequant when installed by pacman on MingW #3812 [radarhere]
  • Fixed raqm layout bug #3787 [radarhere]
  • Fixed loading font with non-Unicode path on Windows #3785 [radarhere]
  • Travis CI: Upgrade PyPy from 6.0.0 to 7.1.1 #3783 [hugovk, johnthagen]
  • Depends: Updated openjpeg to 2.3.1 #3794, raqm to 0.7.0 #3877, libimagequant to 2.12.3 #3889 [radarhere]
  • Fix numpy bool bug #3790 [radarhere]
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.0.0 to 6.1.0.
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/master/CHANGES.rst)
- [Commits](python-pillow/Pillow@6.0.0...6.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Sep 20, 2019
@dependabot-preview
Copy link
Author

Superseded by #42.

@dependabot-preview dependabot-preview bot deleted the dependabot/pip/pillow-6.1.0 branch October 2, 2019 04:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants