17
0

6 Commits

Author SHA256 Message Date
015a870d94 Accepting request 1318260 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1318260
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-SecretStorage?expand=0&rev=20
2025-11-18 14:29:41 +00:00
b93068d893 - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SecretStorage?expand=0&rev=48
2025-11-17 15:10:02 +00:00
24709b153d Accepting request 1315288 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1315288
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-SecretStorage?expand=0&rev=19
2025-11-05 15:17:49 +00:00
54daf06f89 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SecretStorage?expand=0&rev=46
2025-11-03 12:27:15 +00:00
d7ac7bac3e Accepting request 1276909 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1276909
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-SecretStorage?expand=0&rev=18
2025-05-23 12:27:05 +00:00
3712801d3c - Convert to pip-based build
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SecretStorage?expand=0&rev=44
2025-05-12 15:17:38 +00:00
4 changed files with 40 additions and 13 deletions

Binary file not shown.

View File

@@ -1,3 +1,28 @@
-------------------------------------------------------------------
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>
- Convert to pip-based build
-------------------------------------------------------------------
Fri Apr 21 12:21:20 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file
# spec file for package python-SecretStorage
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,7 +16,6 @@
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
%global flavor @BUILD_FLAVOR@%{nil}
%if "%{flavor}" == "test"
@@ -28,13 +27,15 @@
%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}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-cryptography
@@ -44,10 +45,10 @@ BuildArch: noarch
BuildRequires: %{python_module SecretStorage = %{version}}
BuildRequires: %{python_module cryptography}
BuildRequires: %{python_module jeepney >= 0.6}
BuildRequires: gnome-keyring
%if %{?suse_version} >= 1550
BuildRequires: dbus-1-daemon
%endif
BuildRequires: gnome-keyring
%endif
%python_subpackages
@@ -71,14 +72,14 @@ 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
%python_build
%pyproject_wheel
%install
%if !%{with test}
%python_install
%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%endif
@@ -93,7 +94,8 @@ mkdir -p $HOME/.cache
%files %{python_files}
%license LICENSE
%doc changelog README.rst
%{python_sitelib}/*
%{python_sitelib}/[Ss]ecret[Ss]torage
%{python_sitelib}/[Ss]ecret[Ss]torage-%{version}*-info
%endif
%changelog

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a799acf5be9fb93db609ebaa4ab6e8f1f3ed5ae640e0fa732bfea59e9c3b50e8
size 19871