Skip to content

Commit

Permalink
Restore ability to set libsecret.Keyring.collection. Ref #581.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Aug 8, 2022
1 parent f20bdd9 commit 10a2822
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.rst
@@ -1,3 +1,8 @@
v23.8.2
-------

* #581: Corrected regression in ``libsecret`` tests (``.collection`` property).

v23.8.1
-------

Expand Down
2 changes: 1 addition & 1 deletion keyring/backends/libsecret.py
Expand Up @@ -44,7 +44,7 @@ def schema(self):
),
)

@property
@properties.NonDataProperty
def collection(self):
return Secret.COLLECTION_DEFAULT

Expand Down

0 comments on commit 10a2822

Please sign in to comment.