Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-huggingface-hub for 
openSUSE:Factory checked in at 2025-08-02 00:42:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-huggingface-hub (Old)
 and      /work/SRC/openSUSE:Factory/.python-huggingface-hub.new.1085 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-huggingface-hub"

Sat Aug  2 00:42:21 2025 rev:3 rq:1296949 version:0.26.3

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-huggingface-hub/python-huggingface-hub.changes
    2024-12-06 14:27:43.571876740 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-huggingface-hub.new.1085/python-huggingface-hub.changes
  2025-08-02 00:43:08.053978331 +0200
@@ -1,0 +2,5 @@
+Fri Aug  1 04:58:30 UTC 2025 - Steve Kowalik <[email protected]>
+
+- Use pyproject macros to build and install.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-huggingface-hub.spec ++++++
--- /var/tmp/diff_new_pack.CXXJWU/_old  2025-08-02 00:43:08.722006084 +0200
+++ /var/tmp/diff_new_pack.CXXJWU/_new  2025-08-02 00:43:08.722006084 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-huggingface-hub
 #
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -28,10 +28,12 @@
 BuildRequires:  %{python_module filelock}
 BuildRequires:  %{python_module fsspec >= 2023.5.0}
 BuildRequires:  %{python_module packaging >= 20.9}
+BuildRequires:  %{python_module pip}
 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:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-PyYAML >= 5.1
@@ -51,10 +53,10 @@
 %setup -q -n huggingface_hub-%{version}
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_clone -a %{buildroot}%{_bindir}/huggingface-cli
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
@@ -67,5 +69,5 @@
 %files %{python_files}
 %python_alternative %{_bindir}/huggingface-cli
 %{python_sitelib}/huggingface_hub
-%{python_sitelib}/huggingface_hub-%{version}*info
+%{python_sitelib}/huggingface_hub-%{version}.dist-info
 

Reply via email to