Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-ollama for openSUSE:Factory 
checked in at 2026-05-04 12:55:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-ollama (Old)
 and      /work/SRC/openSUSE:Factory/.python-ollama.new.30200 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-ollama"

Mon May  4 12:55:07 2026 rev:5 rq:1350626 version:0.6.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-ollama/python-ollama.changes      
2025-04-15 16:48:41.118086691 +0200
+++ /work/SRC/openSUSE:Factory/.python-ollama.new.30200/python-ollama.changes   
2026-05-04 12:58:55.026814334 +0200
@@ -1,0 +2,39 @@
+Sun May  3 19:26:35 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 0.6.2:
+  * docs(readme): add Cloud Models Python usage and Cloud API
+    example
+  * client: expose resource cleanup methods
+- update to 0.6.1:
+  * client/types: add logprobs support
+- update to 0.6.0:
+  * client: add web search and web crawl capabilities
+  * client: load OLLAMA_API_KEY on init
+  * client/types: update web search and fetch API
+  * examples: add mcp server for web_search web_crawl
+  * examples: gpt oss browser tool
+- update to 0.5.4:
+  * examples: add gpt-oss browser example
+  * build(deps): bump actions/checkout from 4 to 5
+  * examples/gpt-oss: fix examples
+  * Fix link for thinking-levels.py in documentation
+  * examples: fix gpt-oss-tools-stream for adding tool calls
+  * examples: resolve invalid tool usage status code 400 if llm
+    makes a mistake gpt-oss
+  * build(deps): bump actions/setup-python from 5 to 6
+  * feat: add dimensions to embed request
+- update to 0.5.3:
+  * add support for 'high'/'medium'/'low' think values
+- update to 0.5.2:
+  * types/examples: add tool_name to message and examples
+  * types: add `context_length` to ProcessResponse
+  * types: relax type for tools
+  * add license metadata to package
+
+-------------------------------------------------------------------
+Tue Jun  3 06:28:36 UTC 2025 - Adrian Schröter <[email protected]>
+
+- update to version 0.5.1
+  * add support for thinking
+
+-------------------------------------------------------------------
@@ -15,0 +55,7 @@
+
+-------------------------------------------------------------------
+Thu Jan 16 09:59:06 UTC 2025 - Adrian Schröter <[email protected]>
+
+- update to version 0.4.6
+  * add create api changes to support ollama v0.5.5
+- enforce right pydantic version (2.10 is breaking ollama)

Old:
----
  ollama-0.4.7.tar.gz

New:
----
  ollama-0.6.2.tar.gz

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

Other differences:
------------------
++++++ python-ollama.spec ++++++
--- /var/tmp/diff_new_pack.JA9Zgz/_old  2026-05-04 12:58:55.438831291 +0200
+++ /var/tmp/diff_new_pack.JA9Zgz/_new  2026-05-04 12:58:55.442831455 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-ollama
 #
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,21 +18,24 @@
 
 %{?sle15_python_module_pythons}
 Name:           python-ollama
-Version:        0.4.7
+Version:        0.6.2
 Release:        0
 License:        MIT
 Summary:        Ollama python bindings
 Group:          Development/Languages/Python
 URL:            https://github.com/ollama/ollama-python
 Source:         
https://files.pythonhosted.org/packages/source/o/ollama/ollama-%{version}.tar.gz
+BuildRequires:  %{python_module hatch-vcs}
+BuildRequires:  %{python_module hatchling}
 BuildRequires:  %{python_module httpx >= 0.27.0}
 BuildRequires:  %{python_module pip}
-BuildRequires:  %{python_module poetry-core}
-BuildRequires:  %{python_module pytest-asyncio}
+BuildRequires:  %{python_module pydantic >= 2.9}
+BuildRequires:  %{python_module pytest-httpserver}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-httpx >= 0.27.0
+Requires:       python-pydantic >= 2.9
 BuildArch:      noarch
 %python_subpackages
 
@@ -49,9 +52,9 @@
 %pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
-# Tests require python-pydantic, which is not in Factory yet
-#%%check
-#%%pytest
+%check
+# requires a running ollama server
+#pytest
 
 %files %{python_files}
 %license LICENSE

++++++ ollama-0.4.7.tar.gz -> ollama-0.6.2.tar.gz ++++++
++++ 6067 lines of diff (skipped)

Reply via email to