Date: Sun, 25 Apr 2021 15:49:19 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: e1796aeb9d6b - main - security/py-SecretStorage: Update 2.3.1 -> 3.3.1 required to unbrereak security/py-keyring PR: 255395 Message-ID: <202104251549.13PFnJBT090968@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=e1796aeb9d6b1202b710918e15fca668a8a7df71 commit e1796aeb9d6b1202b710918e15fca668a8a7df71 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2021-04-25 15:46:45 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2021-04-25 15:49:17 +0000 security/py-SecretStorage: Update 2.3.1 -> 3.3.1 required to unbrereak security/py-keyring PR: 255395 --- security/py-SecretStorage/Makefile | 7 ++++--- security/py-SecretStorage/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/security/py-SecretStorage/Makefile b/security/py-SecretStorage/Makefile index cceb64aa4ff4..f7e0c88645b2 100644 --- a/security/py-SecretStorage/Makefile +++ b/security/py-SecretStorage/Makefile @@ -1,7 +1,7 @@ # Created by: Douglas Thrift <douglas@douglasthrift.net> PORTNAME= SecretStorage -PORTVERSION= 2.3.1 +PORTVERSION= 3.3.1 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,8 +12,9 @@ COMMENT= Store passwords using the SecretService DBus API LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>0:security/py-cryptography@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}dbus>=0.84.0:devel/py-dbus@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=2.0:security/py-cryptography@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}dbus>=0.84.0:devel/py-dbus@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}jeepney>=0.6:devel/py-jeepney@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= autoplist distutils diff --git a/security/py-SecretStorage/distinfo b/security/py-SecretStorage/distinfo index 07ebd11d9922..91a693486e9b 100644 --- a/security/py-SecretStorage/distinfo +++ b/security/py-SecretStorage/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1480203823 -SHA256 (SecretStorage-2.3.1.tar.gz) = 3af65c87765323e6f64c83575b05393f9e003431959c9395d1791d51497f29b6 -SIZE (SecretStorage-2.3.1.tar.gz) = 16073 +TIMESTAMP = 1619364894 +SHA256 (SecretStorage-3.3.1.tar.gz) = fd666c51a6bf200643495a04abb261f83229dcb6fd8472ec393df7ffc8b6f195 +SIZE (SecretStorage-3.3.1.tar.gz) = 19566
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104251549.13PFnJBT090968>