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:           Sun Dec 17 16:13:59 UTC 2023

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

Log Message:
py-gnupg: updated to 0.5.2

0.5.2

* Fix 228: Clarify documentation for encryption/decryption.
* Make I/O buffer size configurable via ``buffer_size`` attribute on a ``GPG`` instance.


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/security/py-gnupg/Makefile
cvs rdiff -u -r1.9 -r1.10 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.36 pkgsrc/security/py-gnupg/Makefile:1.37
--- pkgsrc/security/py-gnupg/Makefile:1.36      Sat Oct 28 19:57:14 2023
+++ pkgsrc/security/py-gnupg/Makefile   Sun Dec 17 16:13:59 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.36 2023/10/28 19:57:14 wiz Exp $
+# $NetBSD: Makefile,v 1.37 2023/12/17 16:13:59 adam Exp $
 
-DISTNAME=      python-gnupg-0.5.1
+DISTNAME=      python-gnupg-0.5.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/^python-//}
-PKGREVISION=   1
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/python-gnupg/}
 
@@ -20,8 +19,6 @@ USE_LANGUAGES=        # none
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 TEST_ENV+=     GPGBINARY=${LOCALBASE}/bin/gpg2
-do-test:
-       cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHONBIN} -m unittest discover -v
 
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/security/py-gnupg/distinfo
diff -u pkgsrc/security/py-gnupg/distinfo:1.9 pkgsrc/security/py-gnupg/distinfo:1.10
--- pkgsrc/security/py-gnupg/distinfo:1.9       Tue Jul 25 08:08:54 2023
+++ pkgsrc/security/py-gnupg/distinfo   Sun Dec 17 16:13:59 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2023/07/25 08:08:54 adam Exp $
+$NetBSD: distinfo,v 1.10 2023/12/17 16:13:59 adam Exp $
 
-BLAKE2s (python-gnupg-0.5.1.tar.gz) = 0849f40d47567b8506ed5c94a88ffec79e94be7ff9f3a6aec136cd766c254df8
-SHA512 (python-gnupg-0.5.1.tar.gz) = 7be68c2f8aad0e0923fd27e53bbbfaea8fe7b3816ff231ab6a06a52efd3a4a594af27355abcf0a453e1d0556ad8c02e960ff7c84cb0ce7d053a1adc91131eea0
-Size (python-gnupg-0.5.1.tar.gz) = 64377 bytes
+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
 SHA1 (patch-gnupg.py) = e3557b796978b1ca830bd1221821c08f3fbc5769



Home | Main Index | Thread Index | Old Index