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 Nov 19 14:20:08 UTC 2023

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

Log Message:
py-keyring: update to 24.3.0.

v24.3.0
=======

Features
--------

- Added bash completion support. (#643)


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/security/py-keyring/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/security/py-keyring/PLIST
cvs rdiff -u -r1.19 -r1.20 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.35 pkgsrc/security/py-keyring/Makefile:1.36
--- pkgsrc/security/py-keyring/Makefile:1.35    Sat Oct 28 19:57:14 2023
+++ pkgsrc/security/py-keyring/Makefile Sun Nov 19 14:20:08 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.35 2023/10/28 19:57:14 wiz Exp $
+# $NetBSD: Makefile,v 1.36 2023/11/19 14:20:08 wiz Exp $
 
-DISTNAME=      keyring-24.2.0
+DISTNAME=      keyring-24.3.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=k/keyring/}
 

Index: pkgsrc/security/py-keyring/PLIST
diff -u pkgsrc/security/py-keyring/PLIST:1.10 pkgsrc/security/py-keyring/PLIST:1.11
--- pkgsrc/security/py-keyring/PLIST:1.10       Sat Oct 28 19:57:14 2023
+++ pkgsrc/security/py-keyring/PLIST    Sun Nov 19 14:20:08 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2023/10/28 19:57:14 wiz Exp $
+@comment $NetBSD: PLIST,v 1.11 2023/11/19 14:20:08 wiz Exp $
 bin/keyring-${PYVERSSUFFIX}
 ${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
@@ -21,6 +21,7 @@ ${PYSITELIB}/keyring/_properties_compat.
 ${PYSITELIB}/keyring/backend.py
 ${PYSITELIB}/keyring/backend.pyc
 ${PYSITELIB}/keyring/backend.pyo
+${PYSITELIB}/keyring/backend_complete.bash
 ${PYSITELIB}/keyring/backend_complete.zsh
 ${PYSITELIB}/keyring/backends/SecretService.py
 ${PYSITELIB}/keyring/backends/SecretService.pyc

Index: pkgsrc/security/py-keyring/distinfo
diff -u pkgsrc/security/py-keyring/distinfo:1.19 pkgsrc/security/py-keyring/distinfo:1.20
--- pkgsrc/security/py-keyring/distinfo:1.19    Wed Jun 28 08:49:47 2023
+++ pkgsrc/security/py-keyring/distinfo Sun Nov 19 14:20:08 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.19 2023/06/28 08:49:47 wiz Exp $
+$NetBSD: distinfo,v 1.20 2023/11/19 14:20:08 wiz Exp $
 
-BLAKE2s (keyring-24.2.0.tar.gz) = 69812f032187af468210d3361644d0b9f037263b0392dceaa2728ddb1a031e9b
-SHA512 (keyring-24.2.0.tar.gz) = f212d8df880e1060a62f6556335f8c8fcac1ff2f0390fdb8fff970eb90713e011fdb72796cfeb84d0c9eee9f2f2a21c4795e046c961d250226ec750ece2dcfa4
-Size (keyring-24.2.0.tar.gz) = 59020 bytes
+BLAKE2s (keyring-24.3.0.tar.gz) = f89d566181bb4a084ba451a9356aa9303b340864b76577034b209f0f0f11166f
+SHA512 (keyring-24.3.0.tar.gz) = 22467924420cc8646ebb10e2aa851e734c0a2ba9a7298987eba0849dbcba0abd295705f3b80fb6975c24e07ec029c0e406213275fa209fe2ca3e5b0c114e1612
+Size (keyring-24.3.0.tar.gz) = 59666 bytes



Home | Main Index | Thread Index | Old Index