pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/py-blurhash



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Aug 26 13:20:27 UTC 2025

Modified Files:
        pkgsrc/graphics/py-blurhash: Makefile PLIST distinfo

Log Message:
py-blurhash: updated to 1.1.5

1.1.5
No code changes, this is just a tagged release to (hopefully) run a publish
pipeline that will make a release appear on pypi that has been done entirely
inside CI.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/graphics/py-blurhash/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/graphics/py-blurhash/PLIST
cvs rdiff -u -r1.3 -r1.4 pkgsrc/graphics/py-blurhash/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-blurhash/Makefile
diff -u pkgsrc/graphics/py-blurhash/Makefile:1.11 pkgsrc/graphics/py-blurhash/Makefile:1.12
--- pkgsrc/graphics/py-blurhash/Makefile:1.11   Thu Jul  3 19:18:05 2025
+++ pkgsrc/graphics/py-blurhash/Makefile        Tue Aug 26 13:20:26 2025
@@ -1,18 +1,17 @@
-# $NetBSD: Makefile,v 1.11 2025/07/03 19:18:05 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2025/08/26 13:20:26 adam Exp $
 
-DISTNAME=      blurhash-1.1.4
+DISTNAME=      blurhash-1.1.5
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   2
 CATEGORIES=    graphics python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=b/blurhash/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/halcy/blurhash-python
-COMMENT=       Implementation of the blurhash algorithm in pure python
+COMMENT=       Implementation of the blurhash algorithm in pure Python
 LICENSE=       mit
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
-DEPENDS+=      ${PYPKGPREFIX}-Pillow-[0-9]*:../../graphics/py-Pillow
+TEST_DEPENDS+= ${PYPKGPREFIX}-Pillow-[0-9]*:../../graphics/py-Pillow
 TEST_DEPENDS+= ${PYPKGPREFIX}-numpy-[0-9]*:../../math/py-numpy
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
 

Index: pkgsrc/graphics/py-blurhash/PLIST
diff -u pkgsrc/graphics/py-blurhash/PLIST:1.2 pkgsrc/graphics/py-blurhash/PLIST:1.3
--- pkgsrc/graphics/py-blurhash/PLIST:1.2       Tue Apr 30 11:37:23 2024
+++ pkgsrc/graphics/py-blurhash/PLIST   Tue Aug 26 13:20:26 2025
@@ -1,7 +1,8 @@
-@comment $NetBSD: PLIST,v 1.2 2024/04/30 11:37:23 wiz Exp $
+@comment $NetBSD: PLIST,v 1.3 2025/08/26 13:20:26 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/blurhash/__init__.py
 ${PYSITELIB}/blurhash/__init__.pyc

Index: pkgsrc/graphics/py-blurhash/distinfo
diff -u pkgsrc/graphics/py-blurhash/distinfo:1.3 pkgsrc/graphics/py-blurhash/distinfo:1.4
--- pkgsrc/graphics/py-blurhash/distinfo:1.3    Tue Oct 26 10:46:44 2021
+++ pkgsrc/graphics/py-blurhash/distinfo        Tue Aug 26 13:20:27 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2021/10/26 10:46:44 nia Exp $
+$NetBSD: distinfo,v 1.4 2025/08/26 13:20:27 adam Exp $
 
-BLAKE2s (blurhash-1.1.4.tar.gz) = a7cba54faccd5a93d05c093ef7efebd9bc74b4607782dfb4238ce00e643ea3f7
-SHA512 (blurhash-1.1.4.tar.gz) = eacef78927a1299bec19f73709435b1be55797273888e7856bbfd46d2aa1afa02f54505c15b76dcd6bd15a6817da0171aa412570c33c7ad487bfe10940ef3fd6
-Size (blurhash-1.1.4.tar.gz) = 4738 bytes
+BLAKE2s (blurhash-1.1.5.tar.gz) = 1dd91c885abf155c996a3b1a9611cef1e34fd54f2985cdd573bf2cb113909523
+SHA512 (blurhash-1.1.5.tar.gz) = 84fef618a5bbb6b91a6e63665938e5b9c03a453dc1bd637863e2ffe560685b29a7a720309ebedb85a51db5686f8e22f6f399aeaede22b6578016e1d0ec410e63
+Size (blurhash-1.1.5.tar.gz) = 50859 bytes



Home | Main Index | Thread Index | Old Index