From owner-dev-commits-ports-all@freebsd.org Sun Apr 25 15:49:19 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id ED74D6267E5; Sun, 25 Apr 2021 15:49:19 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FSssC6KcMz3lR6; Sun, 25 Apr 2021 15:49:19 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CC0F516E0D; Sun, 25 Apr 2021 15:49:19 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 13PFnJJO090969; Sun, 25 Apr 2021 15:49:19 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13PFnJBT090968; Sun, 25 Apr 2021 15:49:19 GMT (envelope-from git) Date: Sun, 25 Apr 2021 15:49:19 GMT Message-Id: <202104251549.13PFnJBT090968@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Yuri Victorovich Subject: git: e1796aeb9d6b - main - security/py-SecretStorage: Update 2.3.1 -> 3.3.1 required to unbrereak security/py-keyring PR: 255395 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yuri X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: e1796aeb9d6b1202b710918e15fca668a8a7df71 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Apr 2021 15:49:20 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=e1796aeb9d6b1202b710918e15fca668a8a7df71 commit e1796aeb9d6b1202b710918e15fca668a8a7df71 Author: Yuri Victorovich AuthorDate: 2021-04-25 15:46:45 +0000 Commit: Yuri Victorovich 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 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