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:   adam
Date:           Thu Mar 16 17:35:21 UTC 2023

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

Log Message:
py-secretstorage: updated to 3.3.3

SecretStorage 3.3.3, 2022-08-13
* Handle case when CreateItem method returns a prompt.
* Reformatted code in accordance with :PEP:`8` standard.

SecretStorage 3.3.2, 2022-04-19
* Fixed a deprecation warning with jeepney 0.8.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/py-secretstorage/Makefile \
    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.1 pkgsrc/security/py-secretstorage/Makefile:1.2
--- pkgsrc/security/py-secretstorage/Makefile:1.1       Sun Mar 12 13:55:17 2023
+++ pkgsrc/security/py-secretstorage/Makefile   Thu Mar 16 17:35:21 2023
@@ -1,25 +1,21 @@
-# $NetBSD: Makefile,v 1.1 2023/03/12 13:55:17 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2023/03/16 17:35:21 adam Exp $
 
-DISTNAME=      secretstorage-3.3.1
-PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+DISTNAME=      SecretStorage-3.3.3
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=    security python
-MASTER_SITES=  ${MASTER_SITE_GITHUB:=mitya57/}
-GITHUB_PROJECT=        secretstorage
-GITHUB_TAG=    ${PKGVERSION_NOREV}
+MASTER_SITES=  ${MASTER_SITE_PYPI:=S/SecretStorage/}
 
 MAINTAINER=    bsiegert%NetBSD.org@localhost
-HOMEPAGE=      https://github.com/mitya57/secretstorage/
+HOMEPAGE=      https://github.com/mitya57/secretstorage
 COMMENT=       Module for securely storing passwords and secrets
 LICENSE=       modified-bsd
 
 DEPENDS+=      ${PYPKGPREFIX}-cryptography>=2.0:../../security/py-cryptography
-DEPENDS+=      ${PYPKGPREFIX}-jeepney>=0.6.0:../../sysutils/py-jeepney
-
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
-EGG_NAME=      SecretStorage-${PKGVERSION_NOREV}
+DEPENDS+=      ${PYPKGPREFIX}-jeepney>=0.6:../../sysutils/py-jeepney
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/security/py-secretstorage/distinfo
diff -u pkgsrc/security/py-secretstorage/distinfo:1.1 pkgsrc/security/py-secretstorage/distinfo:1.2
--- pkgsrc/security/py-secretstorage/distinfo:1.1       Sun Mar 12 13:55:17 2023
+++ pkgsrc/security/py-secretstorage/distinfo   Thu Mar 16 17:35:21 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2023/03/12 13:55:17 wiz Exp $
+$NetBSD: distinfo,v 1.2 2023/03/16 17:35:21 adam Exp $
 
-BLAKE2s (secretstorage-3.3.1.tar.gz) = 57b21f294d6445af8ff0b53ba99cca3cc0bf498142a074c97e7015c9c06ea9da
-SHA512 (secretstorage-3.3.1.tar.gz) = 77a82f3b218d707a3f7e7deb336e5ab7b7ab67694dcd51b4d731a490de22814e1c6b7c7b448d2b05d93e91dfa59c5429a165ac349da99c39d15d5285219614aa
-Size (secretstorage-3.3.1.tar.gz) = 17909 bytes
+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



Home | Main Index | Thread Index | Old Index