pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/py-imagesize



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Aug 25 12:59:14 UTC 2026

Modified Files:
        pkgsrc/graphics/py-imagesize: Makefile distinfo

Log Message:
py-imagesize: updated to 2.0.1

2.0.1

Optimize metadata parsing and HTTP range reads.
Fix JPEG2000 box parsing.
Accept single-quoted SVG dimensions.
Return positive heights for top-down BMP images.
Remove the upper Python version cap, migrate packaging to pyproject.toml,
and add Python 3.15 CI coverage.
Bump the package version to 2.0.1 and add recent feedback contributors to
the README.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/graphics/py-imagesize/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/graphics/py-imagesize/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/py-imagesize/Makefile
diff -u pkgsrc/graphics/py-imagesize/Makefile:1.11 pkgsrc/graphics/py-imagesize/Makefile:1.12
--- pkgsrc/graphics/py-imagesize/Makefile:1.11  Mon Mar  9 17:04:50 2026
+++ pkgsrc/graphics/py-imagesize/Makefile       Tue Aug 25 12:59:14 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2026/03/09 17:04:50 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2026/08/25 12:59:14 adam Exp $
 
-DISTNAME=      imagesize-2.0.0
+DISTNAME=      imagesize-2.0.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    graphics python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=i/imagesize/}

Index: pkgsrc/graphics/py-imagesize/distinfo
diff -u pkgsrc/graphics/py-imagesize/distinfo:1.9 pkgsrc/graphics/py-imagesize/distinfo:1.10
--- pkgsrc/graphics/py-imagesize/distinfo:1.9   Mon Mar  9 17:04:50 2026
+++ pkgsrc/graphics/py-imagesize/distinfo       Tue Aug 25 12:59:14 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2026/03/09 17:04:50 wiz Exp $
+$NetBSD: distinfo,v 1.10 2026/08/25 12:59:14 adam Exp $
 
-BLAKE2s (imagesize-2.0.0.tar.gz) = 19c66f736819a29f568027488db39f82024dd627391a0836985e471e0be40893
-SHA512 (imagesize-2.0.0.tar.gz) = 55aa54194190bf7a0182237698d3ad36ba2e390f90c3ee35ad76fca808b08e1a794df10c3d8cac18e3c42f97c911cd5bb758458eb6efdf9b626e0d5946c1427c
-Size (imagesize-2.0.0.tar.gz) = 1773045 bytes
+BLAKE2s (imagesize-2.0.1.tar.gz) = 73ed5f8aa18ab8b784edbb0c9411a0fe31fd4d704e45c9b80c5f6669dde698fd
+SHA512 (imagesize-2.0.1.tar.gz) = 7a518e6c7b0b36169cc62b5467283ccd02d68537e6572fe6dd37a9ab3f368834dec58f6a25e94ed60fdb6549b26fa454e49ad34738fce2c7d201ae5b4f3e2b63
+Size (imagesize-2.0.1.tar.gz) = 1883774 bytes



Home | Main Index | Thread Index | Old Index