From 10564b8a0cb37a5d26baa34d2daf343fee526ae15c9e90a077930d8eb8a42584 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Mon, 3 Nov 2025 12:27:15 +0000 Subject: [PATCH] Accepting request 1314816 from home:glaubitz:branches:devel:languages:python MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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/request/show/1314816 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SecretStorage?expand=0&rev=46 --- SecretStorage-3.3.3.tar.gz | 3 --- python-SecretStorage.changes | 13 +++++++++++++ python-SecretStorage.spec | 6 +++--- secretstorage-3.4.0.tar.gz | 3 +++ 4 files changed, 19 insertions(+), 6 deletions(-) delete mode 100644 SecretStorage-3.3.3.tar.gz create mode 100644 secretstorage-3.4.0.tar.gz diff --git a/SecretStorage-3.3.3.tar.gz b/SecretStorage-3.3.3.tar.gz deleted file mode 100644 index 3527833..0000000 --- a/SecretStorage-3.3.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2403533ef369eca6d2ba81718576c5e0f564d5cca1b58f73a8b23e7d4eeebd77 -size 19739 diff --git a/python-SecretStorage.changes b/python-SecretStorage.changes index c93f152..b196783 100644 --- a/python-SecretStorage.changes +++ b/python-SecretStorage.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Fri Oct 31 12:35:16 UTC 2025 - John Paul Adrian Glaubitz + +- 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á diff --git a/python-SecretStorage.spec b/python-SecretStorage.spec index 55ff6c8..50f78e2 100644 --- a/python-SecretStorage.spec +++ b/python-SecretStorage.spec @@ -27,12 +27,12 @@ %endif %{?sle15_python_module_pythons} Name: python-SecretStorage%{psuffix} -Version: 3.3.3 +Version: 3.4.0 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 diff --git a/secretstorage-3.4.0.tar.gz b/secretstorage-3.4.0.tar.gz new file mode 100644 index 0000000..d1ef8f1 --- /dev/null +++ b/secretstorage-3.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c46e216d6815aff8a8a18706a2fbfd8d53fcbb0dce99301881687a1b0289ef7c +size 19748