Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-modelscope-hub for
openSUSE:Factory checked in at 2026-08-29 17:43:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-modelscope-hub (Old)
and /work/SRC/openSUSE:Factory/.python-modelscope-hub.new.1265 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-modelscope-hub"
Sat Aug 29 17:43:41 2026 rev:2 rq:1374589 version:0.3.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-modelscope-hub/python-modelscope-hub.changes
2026-08-24 15:43:50.481186313 +0200
+++
/work/SRC/openSUSE:Factory/.python-modelscope-hub.new.1265/python-modelscope-hub.changes
2026-08-29 17:44:46.735174588 +0200
@@ -1,0 +2,24 @@
+Sat Aug 29 07:17:11 UTC 2026 - Martin Pluskal <[email protected]>
+
+- Update to 0.3.0:
+ * New built-in studio subcommand, previously contributed by the
+ modelscope SDK as a plugin, and a new logout subcommand that
+ clears persisted credentials
+ * Upstream reclaimed the modelscope and ms console scripts from
+ the umbrella SDK, so all four aliases now come from this dist
+ * Agent visibility API changed; new agent_visibility_label()
+ and agent_last_modified() read the renamed metadata fields
+ * Look up the current username from the OIDC-style
+ preferred_username/name claims the server now returns
+ * Walk truncated repo file listings: the repo/files endpoint
+ silently caps at 3000 entries with no truncation flag
+ * Write credential files under ~/.modelscope atomically with
+ mode 0600 instead of relying on the process umask
+ * Fix the download lock file path, and revision defaulting for
+ local_files_only lookups
+ * Assorted fixes to the legacy compat API
+- Do not install the new modelscope and ms scripts: Factory's
+ python-modelscope still owns those paths and requires this
+ package, so shipping both would be a file conflict
+
+-------------------------------------------------------------------
Old:
----
modelscope_hub-0.2.0.tar.gz
New:
----
modelscope_hub-0.3.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-modelscope-hub.spec ++++++
--- /var/tmp/diff_new_pack.xHZ6N8/_old 2026-08-29 17:44:47.353196448 +0200
+++ /var/tmp/diff_new_pack.xHZ6N8/_new 2026-08-29 17:44:47.354196484 +0200
@@ -19,7 +19,7 @@
%bcond_without libalternatives
%{?sle15_python_module_pythons}
Name: python-modelscope-hub
-Version: 0.2.0
+Version: 0.3.0
Release: 0
Summary: Official Python client for ModelScope Hub
License: Apache-2.0
@@ -60,6 +60,10 @@
%install
%pyproject_install
+# 0.3.0 reclaimed the modelscope/ms scripts from the umbrella SDK, but
Factory's
+# python-modelscope still ships them and Requires us -> co-installed file
+# conflict. Drop ours until python-modelscope stops installing them.
+rm %{buildroot}%{_bindir}/modelscope %{buildroot}%{_bindir}/ms
%python_clone -a %{buildroot}%{_bindir}/modelscope-hub
%python_clone -a %{buildroot}%{_bindir}/ms-hub
%python_group_libalternatives modelscope-hub
++++++ modelscope_hub-0.2.0.tar.gz -> modelscope_hub-0.3.0.tar.gz ++++++
++++ 3033 lines of diff (skipped)