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: Sun Sep 22 16:15:00 UTC 2024
Modified Files:
pkgsrc/security/py-keyring: Makefile distinfo
Log Message:
py-keyring: update to 25.4.1.
v25.4.1
=======
Bugfixes
--------
- Fixed ValueError for AnonymousCredentials in CLI. (#694)
v25.4.0
=======
Features
--------
- Refined type spec and interfaces on credential objects. Introduced AnonymousCredential to model a secret without a username. (#689)
To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/security/py-keyring/Makefile
cvs rdiff -u -r1.26 -r1.27 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.42 pkgsrc/security/py-keyring/Makefile:1.43
--- pkgsrc/security/py-keyring/Makefile:1.42 Tue Aug 6 12:42:12 2024
+++ pkgsrc/security/py-keyring/Makefile Sun Sep 22 16:15:00 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.42 2024/08/06 12:42:12 wiz Exp $
+# $NetBSD: Makefile,v 1.43 2024/09/22 16:15:00 wiz Exp $
-DISTNAME= keyring-25.3.0
+DISTNAME= keyring-25.4.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_PYPI:=k/keyring/}
@@ -23,7 +23,8 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-test-flake
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27
+# as of 25.4.1
+# 2 failed, 32 passed, 89 skipped
.include "../../lang/python/pyversion.mk"
Index: pkgsrc/security/py-keyring/distinfo
diff -u pkgsrc/security/py-keyring/distinfo:1.26 pkgsrc/security/py-keyring/distinfo:1.27
--- pkgsrc/security/py-keyring/distinfo:1.26 Tue Aug 6 12:42:12 2024
+++ pkgsrc/security/py-keyring/distinfo Sun Sep 22 16:15:00 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.26 2024/08/06 12:42:12 wiz Exp $
+$NetBSD: distinfo,v 1.27 2024/09/22 16:15:00 wiz Exp $
-BLAKE2s (keyring-25.3.0.tar.gz) = 54f1da0907aa68e44130bff6a32d7653801a8515994a2a709c506cb3b7cf4b58
-SHA512 (keyring-25.3.0.tar.gz) = 80f3be5990f18aced25d6f75a8ca2b2033930a6bc622d44ab8732dfdf17343bfc9a19e5818dd170ce5c8a528b87f911522ed94c0237ce8fb2f39f97b6ad2ceda
-Size (keyring-25.3.0.tar.gz) = 61495 bytes
+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
Home |
Main Index |
Thread Index |
Old Index