Skip to content

Commit

Permalink
py-Pillow: update to 9.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stromnov committed Apr 15, 2023
1 parent 3c1011a commit 9765792
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions python/py-Pillow/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PortSystem 1.0
PortGroup python 1.0

name py-Pillow
version 9.4.0
version 9.5.0
revision 0
categories-append devel
license BSD
Expand All @@ -19,9 +19,9 @@ long_description ${description}

homepage https://github.com/python-imaging/Pillow

checksums rmd160 c7ff6ada6875b6011d080dd658a31c60d5f087a1 \
sha256 a1c2d7780448eb93fbcc3789bf3916aa5720d942e37945f4056680317f1cd23e \
size 50403076
checksums rmd160 15a9b4178db7e5995d94650021cdc58631a15226 \
sha256 bf548479d336726d7a0eceb6e767e179fbde37833ae42794602631a070d630f1 \
size 50488147

if {${name} ne ${subport}} {
if {${python.version} == 27} {
Expand Down

3 comments on commit 9765792

@Schamschula
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note: this update breaks a number of dependent packages. I ran into this on my FreeBSD servers.

@radarhere
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi. I'm curious, could you provide some more detail? What packages, what errors?

@Schamschula
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The problem is that there have been deprecations that are now errors.

See: python-pillow/Pillow#6978

In my case it hit weewx. Plots stopped being generated.

See: https://groups.google.com/g/weewx-user/c/R7bHDrZ0PRE

There is no official MacPorts port, but I keep it available in my GitHub repo.

See: https://github.com/Schamschula/macports/tree/master/science/weewx

Please sign in to comment.