Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-huggingface-hub for
openSUSE:Leap:16.0 checked in at 2025-07-24 08:30:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:16.0/python-huggingface-hub (Old)
and /work/SRC/openSUSE:Leap:16.0/.python-huggingface-hub.new.8875 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-huggingface-hub"
Thu Jul 24 08:30:53 2025 rev:2 rq:1293698 version:0.26.3
Changes:
--------
---
/work/SRC/openSUSE:Leap:16.0/python-huggingface-hub/python-huggingface-hub.changes
2025-03-19 11:55:31.843884515 +0100
+++
/work/SRC/openSUSE:Leap:16.0/.python-huggingface-hub.new.8875/python-huggingface-hub.changes
2025-07-24 08:30:57.093683147 +0200
@@ -1,0 +2,20 @@
+Tue Dec 3 13:47:08 UTC 2024 - Markéta Machová <[email protected]>
+
+- Update to 0.26.3
+ * release the huggingface-cli upload-large-folder command
+ * Add 'gated' search parameter
+ * InferenceClient.conversational task has been removed in favor of
+ InferenceClient.chat_completion. Also removed ConversationalOutput
+ data class.
+ * All InferenceClient output values are now dataclasses, not dictionaries.
+ * Multiple access tokens support
+ * Conversational VLMs support
+ * More complete support for inference parameters
+ * cached_download(), url_to_filename(), filename_to_url() methods are now
+ completely removed. From now on, you will have to use hf_hub_download()
+ to benefit from the new cache layout.
+- Improve packaging
+ * expand glob in %files
+ * shorten the Summary
+
+-------------------------------------------------------------------
Old:
----
huggingface_hub-0.23.4.tar.gz
New:
----
huggingface_hub-0.26.3.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-huggingface-hub.spec ++++++
--- /var/tmp/diff_new_pack.iWpMrB/_old 2025-07-24 08:30:58.381736700 +0200
+++ /var/tmp/diff_new_pack.iWpMrB/_new 2025-07-24 08:30:58.389737033 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package python-huggingface_hub
+# spec file for package python-huggingface-hub
#
# Copyright (c) 2024 SUSE LLC
#
@@ -18,26 +18,26 @@
%{?sle15_python_module_pythons}
Name: python-huggingface-hub
-Version: 0.23.4
+Version: 0.26.3
Release: 0
-Summary: Client library to download and publish models, datasets and
other repos on the huggingfaceco hub
+Summary: Client library for interaction with the huggingface hub
License: Apache-2.0
URL: https://github.com/huggingface/huggingface_hub
Source:
https://github.com/huggingface/huggingface_hub/archive/refs/tags/v%{version}.tar.gz#/huggingface_hub-%{version}.tar.gz
-BuildRequires: python-rpm-macros
-BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module PyYAML >= 5.1}
BuildRequires: %{python_module filelock}
BuildRequires: %{python_module fsspec >= 2023.5.0}
BuildRequires: %{python_module packaging >= 20.9}
-BuildRequires: %{python_module PyYAML >= 5.1}
BuildRequires: %{python_module requests}
+BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module tqdm >= 4.42.1}
BuildRequires: %{python_module typing-extensions >= 3.7.4.3}
BuildRequires: fdupes
+BuildRequires: python-rpm-macros
+Requires: python-PyYAML >= 5.1
Requires: python-filelock
Requires: python-fsspec >= 2023.5.0
Requires: python-packaging >= 20.9
-Requires: python-PyYAML >= 5.1
Requires: python-requests
Requires: python-tqdm >= 4.42.1
Requires: python-typing-extensions >= 3.7.4.3
@@ -66,5 +66,6 @@
%files %{python_files}
%python_alternative %{_bindir}/huggingface-cli
-%{python_sitelib}/*
+%{python_sitelib}/huggingface_hub
+%{python_sitelib}/huggingface_hub-%{version}*info
++++++ huggingface_hub-0.23.4.tar.gz -> huggingface_hub-0.26.3.tar.gz ++++++
++++ 34665 lines of diff (skipped)