aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-02-21 14:43:19 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-02-21 15:07:51 +0000
commit8929e1fff4441f0523a2151955a7db60faf75284 (patch)
tree0fcdf27afc0cf765b9a52bd7e713dd580a422ac8
parent07ea62388bac6ed96b10efd43e584c125018e769 (diff)
downloadports-8929e1fff4441f0523a2151955a7db60faf75284.tar.gz
ports-8929e1fff4441f0523a2151955a7db60faf75284.zip
graphics/py-pillow: Update to 10.2.0
-rw-r--r--graphics/py-pillow/Makefile3
-rw-r--r--graphics/py-pillow/distinfo6
-rw-r--r--graphics/py-pillow/files/patch-setup.cfg9
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