Created attachment 252605 [details] 3.3.3 update 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)
A commit in branch main references this bug: 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(-)
Committed