-------------------------------------------------------------------
Wed Dec  3 23:38:33 UTC 2025 - Guang Yee <gyee@suse.com>

- Update to 0.34.0
  * See https://github.com/huggingface/huggingface_hub/releases/tag/v0.34.0
    for release details. It's too long to list them all here! 

-------------------------------------------------------------------
Mon Jun 30 15:05:22 UTC 2025 - Stefan Haas <stefan.haas@suse.com>

- Update to 0.33.1
  * [Tiny agents] Add tool call to messages
  * fix: update payload preparation to merge parameters into the output dictionary
  * fix(inference_endpoints): use GET healthRoute instead of GET / to check status
  * Recursive filter_none in Inference Providers  

-------------------------------------------------------------------
Tue Dec  3 13:47:08 UTC 2024 - Markéta Machová <mmachova@suse.com>

- 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

-------------------------------------------------------------------
Fri Aug 30 05:11:39 UTC 2024 - Simon Lees <sflees@suse.de>

- Drop suggests from package
- Use %{?sle15_python_module_pythons} rather then 
  %{?!python_module:%define python_module() python-%{**} python3-%{**}}
- set name to huggingface-hub to match pypi

-------------------------------------------------------------------
Wed Jul  3 09:55:20 UTC 2024 - Christian Goll <cgoll@suse.com>

- initial commit of huggingface_hub
