git: 8929e1fff444 - main - graphics/py-pillow: Update to 10.2.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 21 Feb 2024 15:24:31 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=8929e1fff4441f0523a2151955a7db60faf75284 commit 8929e1fff4441f0523a2151955a7db60faf75284 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-02-21 14:43:19 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-02-21 15:07:51 +0000 graphics/py-pillow: Update to 10.2.0 Changes: https://github.com/python-pillow/Pillow/releases https://pillow.readthedocs.io/en/stable/releasenotes/index.html --- graphics/py-pillow/Makefile | 3 +-- graphics/py-pillow/distinfo | 6 +++--- graphics/py-pillow/files/patch-setup.cfg | 9 --------- 3 files changed, 4 insertions(+), 14 deletions(-) diff --git a/graphics/py-pillow/Makefile b/graphics/py-pillow/Makefile index c5c7b8df1fe4..e2ef2e21b985 100644 --- a/graphics/py-pillow/Makefile +++ b/graphics/py-pillow/Makefile @@ -1,9 +1,8 @@ PORTNAME= pillow -PORTVERSION= 10.1.0 +PORTVERSION= 10.2.0 CATEGORIES= graphics python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= Pillow-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Fork of the Python Imaging Library (PIL) diff --git a/graphics/py-pillow/distinfo b/graphics/py-pillow/distinfo index b1d3056da195..ea6578fcee67 100644 --- a/graphics/py-pillow/distinfo +++ b/graphics/py-pillow/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1697463130 -SHA256 (Pillow-10.1.0.tar.gz) = e6bf8de6c36ed96c86ea3b6e1d5273c53f46ef518a062464cd7ef5dd2cf92e38 -SIZE (Pillow-10.1.0.tar.gz) = 50781360 +TIMESTAMP = 1708449378 +SHA256 (pillow-10.2.0.tar.gz) = e87f0b2c78157e12d7686b27d63c070fd65d994e8ddae6f328e0dcf4a0cd007e +SIZE (pillow-10.2.0.tar.gz) = 46212712 diff --git a/graphics/py-pillow/files/patch-setup.cfg b/graphics/py-pillow/files/patch-setup.cfg deleted file mode 100644 index 0deb72f56f0e..000000000000 --- a/graphics/py-pillow/files/patch-setup.cfg +++ /dev/null @@ -1,9 +0,0 @@ ---- setup.cfg.orig 2023-07-01 13:04:48 UTC -+++ setup.cfg -@@ -1,5 +1,5 @@ - [metadata] --name = Pillow -+name = pillow - description = Python Imaging Library (Fork) - long_description = file: README.md - long_description_content_type = text/markdown