forked from pool/python-SecretStorage
Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 015a870d94 | |||
| b93068d893 | |||
| 24709b153d | |||
| 54daf06f89 | |||
| d7ac7bac3e | |||
| 3712801d3c |
BIN
SecretStorage-3.3.3.tar.gz
LFS
BIN
SecretStorage-3.3.3.tar.gz
LFS
Binary file not shown.
@@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 17 09:42:41 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to 3.4.1
|
||||
* Make sure public key length is exactly 128 bytes [`#48`_].
|
||||
This fixes ``Client public key size is invalid`` error from KWallet.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 31 12:35:16 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to 3.4.0
|
||||
* Handle D-Bus ``UnknownObject`` error when no collection is found [`#43`_].
|
||||
Thanks to Renato Alencar for the pull request!
|
||||
* Added ``__repr__`` methods to Collection and Item classes [`#47`_].
|
||||
* Moved project metadata to ``pyproject.toml``.
|
||||
* Python ≥ 3.10 and setuptools ≥ 77.0 are now required.
|
||||
* Various code modernizations.
|
||||
Thanks to Hugo van Kemenade and Tomasz Kłoczko for the pull requests!
|
||||
- Adjust upstream source name in spec file
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 12 14:53:35 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
|
||||
@@ -27,12 +27,12 @@
|
||||
%endif
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-SecretStorage%{psuffix}
|
||||
Version: 3.3.3
|
||||
Version: 3.4.1
|
||||
Release: 0
|
||||
Summary: Python bindings to FreeDesktoporg Secret Service API
|
||||
License: BSD-3-Clause
|
||||
URL: https://github.com/mitya57/secretstorage
|
||||
Source: https://files.pythonhosted.org/packages/source/S/SecretStorage/SecretStorage-%{version}.tar.gz
|
||||
Source: https://files.pythonhosted.org/packages/source/s/secretstorage/secretstorage-%{version}.tar.gz
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module wheel}
|
||||
@@ -72,7 +72,7 @@ The documentation can be found on `pythonhosted.org`_.
|
||||
.. _`pythonhosted.org`: https://pythonhosted.org/SecretStorage/
|
||||
|
||||
%prep
|
||||
%setup -q -n SecretStorage-%{version}
|
||||
%setup -q -n secretstorage-%{version}
|
||||
|
||||
%build
|
||||
%pyproject_wheel
|
||||
|
||||
3
secretstorage-3.4.1.tar.gz
Normal file
3
secretstorage-3.4.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a799acf5be9fb93db609ebaa4ab6e8f1f3ed5ae640e0fa732bfea59e9c3b50e8
|
||||
size 19871
|
||||
Reference in New Issue
Block a user