diff --git a/ollama-0.4.8.tar.gz b/ollama-0.4.8.tar.gz deleted file mode 100644 index 8e95d9d722556d6ea345da40f7eb7f9697a6436e..0000000000000000000000000000000000000000 Binary files a/ollama-0.4.8.tar.gz and /dev/null differ diff --git a/ollama-0.6.0.tar.gz b/ollama-0.6.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..dce77b03cc71fc2cea8922a5150c8b5bebfd487a Binary files /dev/null and b/ollama-0.6.0.tar.gz differ diff --git a/python-ollama.spec b/python-ollama.spec index 8dc23ea59dd867682931e8c0fa86b7ea1dfd31a4..e02618fa3e513267c3db9281360b356cbd5d479c 100644 --- a/python-ollama.spec +++ b/python-ollama.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-ollama -Version: 0.4.8 +Version: 0.6.0 Release: 1 Summary: The official Python client for Ollama. License: MIT URL: https://ollama.com -Source0: https://files.pythonhosted.org/packages/e2/64/709dc99030f8f46ec552f0a7da73bbdcc2da58666abfec4742ccdb2e800e/ollama-0.4.8.tar.gz +Source0: %{pypi_source ollama} BuildArch: noarch Requires: (python3-httpx<0.29 with python3-httpx>=0.27) @@ -24,13 +24,14 @@ BuildRequires: python3-setuptools BuildRequires: python3-pip BuildRequires: python3-wheel BuildRequires: python3-poetry-core +BuildRequires: python3-hatchling %description -n python3-ollama # Ollama Python Library The Ollama Python library provides the easiest way to integrate Python 3.8+ projects with [Ollama](https://github.com/ollama/ollama). %prep -%autosetup -n ollama-0.4.8 +%autosetup -n ollama-%{version} %build %pyproject_build @@ -66,5 +67,10 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Oct 24 2025 wang_kun - 0.6.0-1 +- update to 0.6.0 +- Fixed error that would occur when running snowflake-arctic-embed and snowflake-arctic-embed2 models +- Fixed issue where bf16 GGUF files could not be imported + * Wed May 07 2025 Python_Bot - 0.4.8-1 - Package Spec generated