Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Oct 2023 16:01:28 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 0649dbf2c508 - main - graphics/py-pillow: Update to 10.1.0
Message-ID:  <202310161601.39GG1SqN038631@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0649dbf2c50896fd87c4a2dabfff2760868c80b0

commit 0649dbf2c50896fd87c4a2dabfff2760868c80b0
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-10-16 15:19:03 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-10-16 15:59:52 +0000

    graphics/py-pillow: Update to 10.1.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-pyproject.toml | 4 ++--
 3 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/graphics/py-pillow/Makefile b/graphics/py-pillow/Makefile
index dbb9e4ef7aec..c5c7b8df1fe4 100644
--- a/graphics/py-pillow/Makefile
+++ b/graphics/py-pillow/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	pillow
-PORTVERSION=	10.0.1
-PORTREVISION=	2
+PORTVERSION=	10.1.0
 CATEGORIES=	graphics python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/graphics/py-pillow/distinfo b/graphics/py-pillow/distinfo
index de846b125e42..b1d3056da195 100644
--- a/graphics/py-pillow/distinfo
+++ b/graphics/py-pillow/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1695143339
-SHA256 (Pillow-10.0.1.tar.gz) = d72967b06be9300fed5cfbc8b5bafceec48bf7cdc7dab66b1d2549035287191d
-SIZE (Pillow-10.0.1.tar.gz) = 50528551
+TIMESTAMP = 1697463130
+SHA256 (Pillow-10.1.0.tar.gz) = e6bf8de6c36ed96c86ea3b6e1d5273c53f46ef518a062464cd7ef5dd2cf92e38
+SIZE (Pillow-10.1.0.tar.gz) = 50781360
diff --git a/graphics/py-pillow/files/patch-pyproject.toml b/graphics/py-pillow/files/patch-pyproject.toml
index 8ad261202d17..a63e11867748 100644
--- a/graphics/py-pillow/files/patch-pyproject.toml
+++ b/graphics/py-pillow/files/patch-pyproject.toml
@@ -1,4 +1,4 @@
---- pyproject.toml.orig	2023-07-01 12:59:48 UTC
+--- pyproject.toml.orig	2023-10-15 08:57:48 UTC
 +++ pyproject.toml
 @@ -1,7 +1,7 @@
  [build-system]
@@ -6,6 +6,6 @@
  requires = [
 -  "setuptools>=67.8",
 +  "setuptools>=61",
-   "wheel",
  ]
  backend-path = [
+   "_custom_build",



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202310161601.39GG1SqN038631>