git: da50bdec9d06 - main - graphics/py-imagesize: Update to 1.3.0

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Sun, 21 Nov 2021 18:28:41 UTC
The branch main has been updated by sunpoet:

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

commit da50bdec9d067a62096b5e96667d3f727fdced47
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-11-21 18:20:33 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-11-21 18:20:33 +0000

    graphics/py-imagesize: Update to 1.3.0
    
    - Update pkg-descr
    
    Changes:        https://github.com/shibukawa/imagesize_py/commits/master
---
 graphics/py-imagesize/Makefile  | 2 +-
 graphics/py-imagesize/distinfo  | 6 +++---
 graphics/py-imagesize/pkg-descr | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/graphics/py-imagesize/Makefile b/graphics/py-imagesize/Makefile
index aaf4cc8af0ff..6f866e0d08df 100644
--- a/graphics/py-imagesize/Makefile
+++ b/graphics/py-imagesize/Makefile
@@ -1,7 +1,7 @@
 # Created by: Kris Moore <kmoore@FreeBSD.org>
 
 PORTNAME=	imagesize
-PORTVERSION=	1.2.0
+PORTVERSION=	1.3.0
 CATEGORIES=	graphics python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/graphics/py-imagesize/distinfo b/graphics/py-imagesize/distinfo
index 1466f523a802..e14b345cd4b5 100644
--- a/graphics/py-imagesize/distinfo
+++ b/graphics/py-imagesize/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1620151076
-SHA256 (imagesize-1.2.0.tar.gz) = b1f6b5a4eab1f73479a50fb79fcf729514a900c341d8503d62a62dbc4127a2b1
-SIZE (imagesize-1.2.0.tar.gz) = 1274955
+TIMESTAMP = 1637073006
+SHA256 (imagesize-1.3.0.tar.gz) = cd1750d452385ca327479d45b64d9c7729ecf0b3969a58148298c77092261f9d
+SIZE (imagesize-1.3.0.tar.gz) = 1279535
diff --git a/graphics/py-imagesize/pkg-descr b/graphics/py-imagesize/pkg-descr
index 797381017a78..d1602f4c8fbd 100644
--- a/graphics/py-imagesize/pkg-descr
+++ b/graphics/py-imagesize/pkg-descr
@@ -1,4 +1,4 @@
-This module analyzes JPEG/JPEG 2000/PNG/GIF/TIFF/SVG image headers and returns
-image size.
+This module analyzes JPEG/JPEG 2000/PNG/GIF/TIFF/SVG/Netpbm image headers and
+returns image size or DIP.
 
 WWW: https://github.com/shibukawa/imagesize_py