pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-keyring



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Oct 30 14:36:54 UTC 2024

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

Log Message:
py-keyring: update to 25.5.0.

v25.5.0
=======

Features
--------

- When parsing ``keyring_path`` from the config, the home directory is now expanded from ``~``. (#696)

Bugfixes
--------

- In get_credential, now returns None when the indicated username is not found. (#698)


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 pkgsrc/security/py-keyring/Makefile
cvs rdiff -u -r1.27 -r1.28 pkgsrc/security/py-keyring/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-keyring/Makefile
diff -u pkgsrc/security/py-keyring/Makefile:1.44 pkgsrc/security/py-keyring/Makefile:1.45
--- pkgsrc/security/py-keyring/Makefile:1.44    Mon Oct 14 06:08:40 2024
+++ pkgsrc/security/py-keyring/Makefile Wed Oct 30 14:36:54 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.44 2024/10/14 06:08:40 wiz Exp $
+# $NetBSD: Makefile,v 1.45 2024/10/30 14:36:54 wiz Exp $
 
-DISTNAME=      keyring-25.4.1
+DISTNAME=      keyring-25.5.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=k/keyring/}
@@ -23,8 +23,8 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-test-flake
 
 USE_LANGUAGES= # none
 
-# as of 25.4.1
-# 2 failed, 32 passed, 89 skipped
+# as of 25.5.0
+# 2 failed, 32 passed, 95 skipped
 
 .include "../../lang/python/pyversion.mk"
 

Index: pkgsrc/security/py-keyring/distinfo
diff -u pkgsrc/security/py-keyring/distinfo:1.27 pkgsrc/security/py-keyring/distinfo:1.28
--- pkgsrc/security/py-keyring/distinfo:1.27    Sun Sep 22 16:15:00 2024
+++ pkgsrc/security/py-keyring/distinfo Wed Oct 30 14:36:54 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.27 2024/09/22 16:15:00 wiz Exp $
+$NetBSD: distinfo,v 1.28 2024/10/30 14:36:54 wiz Exp $
 
-BLAKE2s (keyring-25.4.1.tar.gz) = 53906daa1c0e62ddd4bdb32cc48faaeec23731f248a74afe700626c6223d4721
-SHA512 (keyring-25.4.1.tar.gz) = 19df186202220a234ab3d7b3bdb2b31ffc78ccc9c569841a96876048d65d1f7ac5573028f3e6cbf31b598001edf592fa02e19bd036af2f5af9baa7d746175ee7
-Size (keyring-25.4.1.tar.gz) = 62491 bytes
+BLAKE2s (keyring-25.5.0.tar.gz) = 36a5060acce59d7b54580ef65eb0cc1b94af5460eeeb62db9e99995c21887a88
+SHA512 (keyring-25.5.0.tar.gz) = bd8b792781bde9bb5d609acd9516b66486bd785231b81239bf9add483aefaa864ebe541d30c9977216c7a635e3f9161a55da15ba1070d8aab06bb86769fca476
+Size (keyring-25.5.0.tar.gz) = 62675 bytes



Home | Main Index | Thread Index | Old Index