pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/py-qrcode



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Jul 24 07:33:44 UTC 2025

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

Log Message:
py-qrcode: updated to 8.2

8.2

- Optimize QRColorMask apply_mask method for enhanced performance
- Fix typos on StyledPilImage embeded_* parameters.
  The old parameters with the typos are still accepted
  for backward compatibility.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/graphics/py-qrcode/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/graphics/py-qrcode/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-qrcode/Makefile
diff -u pkgsrc/graphics/py-qrcode/Makefile:1.21 pkgsrc/graphics/py-qrcode/Makefile:1.22
--- pkgsrc/graphics/py-qrcode/Makefile:1.21     Tue Apr 15 15:47:10 2025
+++ pkgsrc/graphics/py-qrcode/Makefile  Thu Jul 24 07:33:44 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2025/04/15 15:47:10 adam Exp $
+# $NetBSD: Makefile,v 1.22 2025/07/24 07:33:44 adam Exp $
 
-DISTNAME=      qrcode-8.1
+DISTNAME=      qrcode-8.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    graphics python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=q/qrcode/}

Index: pkgsrc/graphics/py-qrcode/distinfo
diff -u pkgsrc/graphics/py-qrcode/distinfo:1.12 pkgsrc/graphics/py-qrcode/distinfo:1.13
--- pkgsrc/graphics/py-qrcode/distinfo:1.12     Tue Apr 15 15:47:11 2025
+++ pkgsrc/graphics/py-qrcode/distinfo  Thu Jul 24 07:33:44 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2025/04/15 15:47:11 adam Exp $
+$NetBSD: distinfo,v 1.13 2025/07/24 07:33:44 adam Exp $
 
-BLAKE2s (qrcode-8.1.tar.gz) = e55bdd19ec87e2155a6236cf26be7950021d0984aecb5bf20be09be4cb83d80c
-SHA512 (qrcode-8.1.tar.gz) = e0cfde2e81329e49e74a0e9d953e12656e92f7a920beb5c7ebbc8e3737dbb345f83f3326d69f0addffef3506acaeb180ff22b9fe6b81f987e8fe26d223257d7c
-Size (qrcode-8.1.tar.gz) = 41549 bytes
+BLAKE2s (qrcode-8.2.tar.gz) = cf83c354c364dad5b57200cf5aa8c6ffeeccee4533504e13bc6ff6cd72321fb5
+SHA512 (qrcode-8.2.tar.gz) = 79a783d49872c13fb4ca71cfb9d4892f9d9c1c04035f2afe312ad1bf7c94d00994457749ed1924eb0ca67e3060e89404ffd908563f464137e5e0c78164d8af72
+Size (qrcode-8.2.tar.gz) = 43317 bytes



Home | Main Index | Thread Index | Old Index