mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
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
This commit is contained in:
parent
3167fab6dc
commit
8999a44bd6
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user