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:           Tue Oct  8 18:10:00 UTC 2024

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

Log Message:
py-gnupg: updated to 0.5.3

0.5.3

Fix: Add WKD (Web Key Directory) support for auto-locating keys.
Fix: Ensure local variable is initialized even when an exception occurs.
Fix: Remove logging of decryption result.


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/security/py-gnupg/Makefile
cvs rdiff -u -r1.10 -r1.11 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.37 pkgsrc/security/py-gnupg/Makefile:1.38
--- pkgsrc/security/py-gnupg/Makefile:1.37      Sun Dec 17 16:13:59 2023
+++ pkgsrc/security/py-gnupg/Makefile   Tue Oct  8 18:10:00 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.37 2023/12/17 16:13:59 adam Exp $
+# $NetBSD: Makefile,v 1.38 2024/10/08 18:10:00 adam Exp $
 
-DISTNAME=      python-gnupg-0.5.2
+DISTNAME=      python-gnupg-0.5.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/^python-//}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/python-gnupg/}
@@ -16,8 +16,6 @@ DEPENDS+=     gnupg2>=2.2.0:../../security/g
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 TEST_ENV+=     GPGBINARY=${LOCALBASE}/bin/gpg2
 
 .include "../../lang/python/wheel.mk"

Index: pkgsrc/security/py-gnupg/distinfo
diff -u pkgsrc/security/py-gnupg/distinfo:1.10 pkgsrc/security/py-gnupg/distinfo:1.11
--- pkgsrc/security/py-gnupg/distinfo:1.10      Sun Dec 17 16:13:59 2023
+++ pkgsrc/security/py-gnupg/distinfo   Tue Oct  8 18:10:00 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2023/12/17 16:13:59 adam Exp $
+$NetBSD: distinfo,v 1.11 2024/10/08 18:10:00 adam Exp $
 
-BLAKE2s (python-gnupg-0.5.2.tar.gz) = 758c09dfbad38de36dc46b207f62703c03e14b40861b901650642d8519a48e66
-SHA512 (python-gnupg-0.5.2.tar.gz) = 9ccfb1dad7895cd08b86f9d220a58d67d83a8acead830364d51d49733d442e7d36e8b68541f3f867a4f11c964293b084a316c1caeb45165af2882b8603742846
-Size (python-gnupg-0.5.2.tar.gz) = 64531 bytes
+BLAKE2s (python-gnupg-0.5.3.tar.gz) = a948714abe7fa166e7ecd53cd186748b098c72d63cb08a623f35205875c23753
+SHA512 (python-gnupg-0.5.3.tar.gz) = 88a2d754df7265aefac6b9a0651c7e933125ba7f8170bda7e867f5dd8bb54272609c26d0ce17a15afa7710baebe06fa3ab211e2af1d1d84eb1f1c65ba7a1dd6a
+Size (python-gnupg-0.5.3.tar.gz) = 65457 bytes
 SHA1 (patch-gnupg.py) = e3557b796978b1ca830bd1221821c08f3fbc5769



Home | Main Index | Thread Index | Old Index