Skip to content

Commit 10a2822

Browse files
committed
Restore ability to set libsecret.Keyring.collection. Ref #581.
1 parent f20bdd9 commit 10a2822

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES.rst

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
v23.8.2
2+
-------
3+
4+
* #581: Corrected regression in ``libsecret`` tests (``.collection`` property).
5+
16
v23.8.1
27
-------
38

keyring/backends/libsecret.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def schema(self):
4444
),
4545
)
4646

47-
@property
47+
@properties.NonDataProperty
4848
def collection(self):
4949
return Secret.COLLECTION_DEFAULT
5050

0 commit comments

Comments
 (0)