git: 8999a44bd64d - main - security/py-SecretStorage: update to 3.3.3
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 03 Sep 2024 11:53:58 UTC
The branch main has been updated by rm: URL: https://cgit.FreeBSD.org/ports/commit/?id=8999a44bd64db7c4d53a1fe629af51d05f3876ec commit 8999a44bd64db7c4d53a1fe629af51d05f3876ec Author: Ruslan Makhmatkhanov <rm@FreeBSD.org> AuthorDate: 2024-09-03 11:52:57 +0000 Commit: Ruslan Makhmatkhanov <rm@FreeBSD.org> CommitDate: 2024-09-03 11:52:57 +0000 security/py-SecretStorage: update to 3.3.3 update to 3.3.3 and convert to pep517. changelog: https://github.com/mitya57/secretstorage/blob/master/changelog This update fixes warning on starting gajim: /usr/local/lib/python3.11/site-packages/secretstorage/util.py:46: UserWarning: Passing unwrap= to .send_and_get_reply() is deprecated and will break in a future version of Jeepney. return self._connection.send_and_get_reply(msg, unwrap=True) PR: 280683 Approved by: maintainer timeout --- security/py-SecretStorage/Makefile | 7 +++++-- security/py-SecretStorage/distinfo | 6 +++--- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/security/py-SecretStorage/Makefile b/security/py-SecretStorage/Makefile index 89fdb5e69b55..3cc44e3cbbb0 100644 --- a/security/py-SecretStorage/Makefile +++ b/security/py-SecretStorage/Makefile @@ -1,5 +1,5 @@ PORTNAME= SecretStorage -PORTVERSION= 3.3.1 +PORTVERSION= 3.3.3 CATEGORIES= security python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,11 +11,14 @@ WWW= https://pypi.org/project/SecretStorage/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>=0.84.0:devel/py-dbus@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}jeepney>=0.6:devel/py-jeepney@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist cryptography distutils +USE_PYTHON= autoplist cryptography pep517 NO_ARCH= yes diff --git a/security/py-SecretStorage/distinfo b/security/py-SecretStorage/distinfo index 91a693486e9b..0a04bbdd828a 100644 --- a/security/py-SecretStorage/distinfo +++ b/security/py-SecretStorage/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1619364894 -SHA256 (SecretStorage-3.3.1.tar.gz) = fd666c51a6bf200643495a04abb261f83229dcb6fd8472ec393df7ffc8b6f195 -SIZE (SecretStorage-3.3.1.tar.gz) = 19566 +TIMESTAMP = 1723108570 +SHA256 (SecretStorage-3.3.3.tar.gz) = 2403533ef369eca6d2ba81718576c5e0f564d5cca1b58f73a8b23e7d4eeebd77 +SIZE (SecretStorage-3.3.3.tar.gz) = 19739