graphics/py-imagesize: Update to 1.3.0

- Update pkg-descr

Changes:	https://github.com/shibukawa/imagesize_py/commits/master
This commit is contained in:
Po-Chuan Hsieh 2021-11-22 02:20:33 +08:00
parent 75105960f5
commit da50bdec9d
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
3 changed files with 6 additions and 6 deletions

View File

@ -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}

View File

@ -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

View File

@ -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