Bug 280683 - security/py-SecretStorage: update to 3.3.3
Summary: security/py-SecretStorage: update to 3.3.3
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Ruslan Makhmatkhanov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-08-08 09:28 UTC by Ruslan Makhmatkhanov
Modified: 2024-09-03 11:55 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (douglas)


Attachments
3.3.3 update (1.45 KB, patch)
2024-08-08 09:28 UTC, Ruslan Makhmatkhanov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2024-08-08 09:28:57 UTC
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)
Comment 1 commit-hook freebsd_committer freebsd_triage 2024-09-03 11:54:47 UTC
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(-)
Comment 2 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2024-09-03 11:55:20 UTC
Committed