Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-girder-client for
openSUSE:Factory checked in at 2026-05-17 18:57:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-girder-client (Old)
and /work/SRC/openSUSE:Factory/.python-girder-client.new.1966 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-girder-client"
Sun May 17 18:57:06 2026 rev:10 rq:1353589 version:5.0.6
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-girder-client/python-girder-client.changes
2024-02-04 19:11:31.341626466 +0100
+++
/work/SRC/openSUSE:Factory/.python-girder-client.new.1966/python-girder-client.changes
2026-05-17 18:57:26.441810606 +0200
@@ -1,0 +2,9 @@
+Sun May 17 14:02:34 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 5.0.6:
+ * Replaced pkg_resources usage with importlib.metadata.
+ * Added a 'list' command to the CLI for browsing resources.
+ * Updated Python requirement to >= 3.10.
+ * Updated tarball directory name to girder_client.
+
+-------------------------------------------------------------------
Old:
----
girder-client-3.2.1.tar.gz
New:
----
girder_client-5.0.6.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-girder-client.spec ++++++
--- /var/tmp/diff_new_pack.yphJRy/_old 2026-05-17 18:57:26.925830353 +0200
+++ /var/tmp/diff_new_pack.yphJRy/_new 2026-05-17 18:57:26.925830353 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-girder-client
#
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,12 +18,12 @@
%{?sle15_python_module_pythons}
Name: python-girder-client
-Version: 3.2.1
+Version: 5.0.6
Release: 0
Summary: Python Girder client
License: Apache-2.0
URL: https://girder.readthedocs.io/en/latest/python-client.html
-Source:
https://files.pythonhosted.org/packages/source/g/girder-client/girder-client-%{version}.tar.gz
+Source:
https://files.pythonhosted.org/packages/source/g/girder-client/girder_client-%{version}.tar.gz
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools_scm}
BuildRequires: %{python_module setuptools}
@@ -46,7 +46,7 @@
with Girder servers
%prep
-%setup -q -n girder-client-%{version}
+%setup -q -n girder_client-%{version}
sed -i -e '/^#!\//, 1d' girder_client/*.py
%build