pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-secretstorage



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Nov 30 14:10:27 UTC 2025

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

Log Message:
py-secretstorage: update to 3.5.0.

SecretStorage 3.5.0, 2025-11-23
===============================

* Added ``timeout`` argument to the ``unlock()`` methods of ``Collection``
  and ``Item`` [`#33`_].
* Removed ``int_to_bytes()`` function in favor of the built-in method.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/security/py-secretstorage/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/security/py-secretstorage/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-secretstorage/Makefile
diff -u pkgsrc/security/py-secretstorage/Makefile:1.5 pkgsrc/security/py-secretstorage/Makefile:1.6
--- pkgsrc/security/py-secretstorage/Makefile:1.5       Wed Nov 12 11:08:57 2025
+++ pkgsrc/security/py-secretstorage/Makefile   Sun Nov 30 14:10:27 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2025/11/12 11:08:57 adam Exp $
+# $NetBSD: Makefile,v 1.6 2025/11/30 14:10:27 wiz Exp $
 
-DISTNAME=      secretstorage-3.4.1
+DISTNAME=      secretstorage-3.5.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=S/SecretStorage/}
@@ -16,8 +16,8 @@ DEPENDS+=     ${PYPKGPREFIX}-jeepney>=0.6:..
 
 USE_LANGUAGES= # none
 
-# as of 3.4.0
-# 21 failed, 1 passed, 6 skipped
+# as of 3.5.0
+# 21 failed, 6 skipped
 
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/security/py-secretstorage/distinfo
diff -u pkgsrc/security/py-secretstorage/distinfo:1.4 pkgsrc/security/py-secretstorage/distinfo:1.5
--- pkgsrc/security/py-secretstorage/distinfo:1.4       Wed Nov 12 11:08:57 2025
+++ pkgsrc/security/py-secretstorage/distinfo   Sun Nov 30 14:10:27 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2025/11/12 11:08:57 adam Exp $
+$NetBSD: distinfo,v 1.5 2025/11/30 14:10:27 wiz Exp $
 
-BLAKE2s (secretstorage-3.4.1.tar.gz) = 356d9a778bfa8c5b6d3f5a7d3a00d1c8beef1debf19a550a9dcecd780297ef2e
-SHA512 (secretstorage-3.4.1.tar.gz) = 2e15b1b0fea5bbda5dc51cdca0963b36099d9e2e9045e9b991e76f54add99b62debfaa8c9fea7e0a94f495a049c2c108a07e18125c1d5a7415ea2a242d2571d1
-Size (secretstorage-3.4.1.tar.gz) = 19871 bytes
+BLAKE2s (secretstorage-3.5.0.tar.gz) = af078285dfb4d3aade799cafa0761377374c5fc0cd6b522c662206335e77de08
+SHA512 (secretstorage-3.5.0.tar.gz) = c90d44f2907d30d28061822f484416688a1e7981f32678f1ae726312814019d1356292e4a35a82da5804c58d4197da3548cfb33eab67c944609710966e8f5d4a
+Size (secretstorage-3.5.0.tar.gz) = 19884 bytes



Home | Main Index | Thread Index | Old Index