Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-SecretStorage for
openSUSE:Factory checked in at 2025-11-05 16:17:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-SecretStorage (Old)
and /work/SRC/openSUSE:Factory/.python-SecretStorage.new.1980 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-SecretStorage"
Wed Nov 5 16:17:49 2025 rev:19 rq:1315288 version:3.4.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-SecretStorage/python-SecretStorage.changes
2025-05-23 14:27:06.299825166 +0200
+++
/work/SRC/openSUSE:Factory/.python-SecretStorage.new.1980/python-SecretStorage.changes
2025-11-05 16:19:43.257650692 +0100
@@ -1,0 +2,13 @@
+Fri Oct 31 12:35:16 UTC 2025 - John Paul Adrian Glaubitz
<[email protected]>
+
+- 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
+
+-------------------------------------------------------------------
Old:
----
SecretStorage-3.3.3.tar.gz
New:
----
secretstorage-3.4.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-SecretStorage.spec ++++++
--- /var/tmp/diff_new_pack.eXaMNf/_old 2025-11-05 16:19:44.213690960 +0100
+++ /var/tmp/diff_new_pack.eXaMNf/_new 2025-11-05 16:19:44.213690960 +0100
@@ -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 @@
.. _`pythonhosted.org`: https://pythonhosted.org/SecretStorage/
%prep
-%setup -q -n SecretStorage-%{version}
+%setup -q -n secretstorage-%{version}
%build
%pyproject_wheel