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 Sep 21 16:15:27 UTC 2025
Modified Files:
pkgsrc/security/py-secretstorage: Makefile distinfo
Log Message:
py-secretstorage: update to 3.4.0.
SecretStorage 3.4.0, 2025-09-09
===============================
* Handle D-Bus ``UnknownObject`` error when no collection is found [`#43`_].
Thanks to Renato Alencar for the pull request!
* Added ``__repr__`` methods to Collection and Item classes [`#47`_].
* Moved project metadata to ``pyproject.toml``.
* Python ≥ 3.10 and setuptools ≥ 77.0 are now required.
* Various code modernizations.
Thanks to Hugo van Kemenade and Tomasz Kłoczko for the pull requests!
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/security/py-secretstorage/Makefile
cvs rdiff -u -r1.2 -r1.3 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.3 pkgsrc/security/py-secretstorage/Makefile:1.4
--- pkgsrc/security/py-secretstorage/Makefile:1.3 Tue Apr 22 20:33:04 2025
+++ pkgsrc/security/py-secretstorage/Makefile Sun Sep 21 16:15:27 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2025/04/22 20:33:04 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2025/09/21 16:15:27 wiz Exp $
-DISTNAME= SecretStorage-3.3.3
-PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
-PKGREVISION= 1
+DISTNAME= secretstorage-3.4.0
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_PYPI:=S/SecretStorage/}
@@ -17,10 +16,8 @@ DEPENDS+= ${PYPKGPREFIX}-jeepney>=0.6:..
USE_LANGUAGES= # none
-WHEEL_NAME+= ${DISTNAME:tl}
-
-# as of 3.3.3
-# 19 failed, 1 passed, 6 skipped
+# as of 3.4.0
+# 21 failed, 1 passed, 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.2 pkgsrc/security/py-secretstorage/distinfo:1.3
--- pkgsrc/security/py-secretstorage/distinfo:1.2 Thu Mar 16 17:35:21 2023
+++ pkgsrc/security/py-secretstorage/distinfo Sun Sep 21 16:15:27 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2023/03/16 17:35:21 adam Exp $
+$NetBSD: distinfo,v 1.3 2025/09/21 16:15:27 wiz Exp $
-BLAKE2s (SecretStorage-3.3.3.tar.gz) = 27bc70b3f69d228b4b52ec26ec9a6982e76c409a60adef087ca8e302cc698a22
-SHA512 (SecretStorage-3.3.3.tar.gz) = 9a048c8245cfb01babebdd85dbbe84f9634b9b28188f7d11d3abad841109cfa307861de05e529199e409e595864ff3e097fcc961fcff210040d214a50f932f6e
-Size (SecretStorage-3.3.3.tar.gz) = 19739 bytes
+BLAKE2s (secretstorage-3.4.0.tar.gz) = c7bfb4181dd31f84fa79150a9785720c301bcc7521b6894538df2c4bb76328b2
+SHA512 (secretstorage-3.4.0.tar.gz) = 10d45317fa60bd6c2eb699b59b13da4c3001afa3a6c2fade113d1871172535e45698307b696abaa4f680b272afc5e1dfc1456ed50b079d3c4d14002e6f41c622
+Size (secretstorage-3.4.0.tar.gz) = 19748 bytes
Home |
Main Index |
Thread Index |
Old Index