pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-gnupg



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Jan  1 09:09:00 UTC 2026

Modified Files:
        pkgsrc/security/py-gnupg: Makefile distinfo

Log Message:
py-gnupg: updated to 0.5.6

0.5.6

* Fix: Ensure capability, fingerprint and keygrip are added to subkey_info.
* Set username in the result when Verify uses a signing key that has expired or been
  revoked. Thanks to Steven Galgano for the patch.


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/security/py-gnupg/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/security/py-gnupg/distinfo

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

Modified files:

Index: pkgsrc/security/py-gnupg/Makefile
diff -u pkgsrc/security/py-gnupg/Makefile:1.42 pkgsrc/security/py-gnupg/Makefile:1.43
--- pkgsrc/security/py-gnupg/Makefile:1.42      Tue Aug  5 05:55:38 2025
+++ pkgsrc/security/py-gnupg/Makefile   Thu Jan  1 09:09:00 2026
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.42 2025/08/05 05:55:38 adam Exp $
+# $NetBSD: Makefile,v 1.43 2026/01/01 09:09:00 adam Exp $
 
-DISTNAME=      python-gnupg-0.5.5
-PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/^python-//}
+DISTNAME=      python_gnupg-0.5.6
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/^python_//}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/python-gnupg/}
 
@@ -10,6 +10,8 @@ HOMEPAGE=     https://docs.red-dove.com/pyth
 COMMENT=       Wrapper for the Gnu Privacy Guard
 LICENSE=       modified-bsd
 
+WRKSRC=                ${WRKDIR}/${DISTNAME:S/_/-/}
+
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 DEPENDS+=      gnupg2>=2.2.0:../../security/gnupg2
 

Index: pkgsrc/security/py-gnupg/distinfo
diff -u pkgsrc/security/py-gnupg/distinfo:1.13 pkgsrc/security/py-gnupg/distinfo:1.14
--- pkgsrc/security/py-gnupg/distinfo:1.13      Tue Aug  5 05:55:38 2025
+++ pkgsrc/security/py-gnupg/distinfo   Thu Jan  1 09:09:00 2026
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.13 2025/08/05 05:55:38 adam Exp $
+$NetBSD: distinfo,v 1.14 2026/01/01 09:09:00 adam Exp $
 
-BLAKE2s (python-gnupg-0.5.5.tar.gz) = 21048d4c43e8a8728f4cd9cd667b64f0d75472ebdca997790fb6181dc823603c
-SHA512 (python-gnupg-0.5.5.tar.gz) = fd2012f644bb03566a9478256eb8df1024672a83fd94b3dada9ce47dcb56b71674aa7900e603ef487731d583c78fd677b56b56aac12c78d3594f893ba3fa53f5
-Size (python-gnupg-0.5.5.tar.gz) = 66467 bytes
+BLAKE2s (python_gnupg-0.5.6.tar.gz) = e62762c74de4968c293df9d6f36b7fe79c2ac7e24b8def6966c809b543bd3d85
+SHA512 (python_gnupg-0.5.6.tar.gz) = 45d6215bf9b1efa84b050645365bf673b3d538984415e53e28e0c3aaf393fef23482b2ac5947b68b51a33aa7b2c672e4367382d2ea3b4565be7d002b1662796e
+Size (python_gnupg-0.5.6.tar.gz) = 66825 bytes
 SHA1 (patch-gnupg.py) = e3557b796978b1ca830bd1221821c08f3fbc5769



Home | Main Index | Thread Index | Old Index