Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-chroma-hnswlib for
openSUSE:Factory checked in at 2026-04-18 21:37:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-chroma-hnswlib (Old)
and /work/SRC/openSUSE:Factory/.python-chroma-hnswlib.new.11940 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-chroma-hnswlib"
Sat Apr 18 21:37:10 2026 rev:5 rq:1347940 version:0.8.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-chroma-hnswlib/python-chroma-hnswlib.changes
2024-11-19 22:24:45.316048791 +0100
+++
/work/SRC/openSUSE:Factory/.python-chroma-hnswlib.new.11940/python-chroma-hnswlib.changes
2026-04-18 21:37:42.880883632 +0200
@@ -1,0 +2,14 @@
+Sat Apr 11 12:07:06 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 0.8.2:
+ * [ENH] Change assertions in integrity validation to exceptions
+ * [ENH] add Rust bindings
+ * [ENH]: Added functionality to use a in-memory intermediary to load
+ * [ENH]: Added functionality to use an in-memory intermediary to load
+ * [ENH]: Use a builder pattern to construct HnswData structs
+ * [ENH]: Use a builder pattern to construct HnswData structs
+ * [BUG]: Allow HnswDataBuilder to take in an empty link list buffer
+ * [ENH]: Add a different config struct to load without disk intermediary
+ * [BUG] Set minimum element size
+
+-------------------------------------------------------------------
Old:
----
chroma_hnswlib-0.7.6.tar.gz
New:
----
chroma_hnswlib-0.8.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-chroma-hnswlib.spec ++++++
--- /var/tmp/diff_new_pack.URAtOE/_old 2026-04-18 21:37:43.740918675 +0200
+++ /var/tmp/diff_new_pack.URAtOE/_new 2026-04-18 21:37:43.752919164 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-chroma-hnswlib
#
-# Copyright (c) 2024 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,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-chroma-hnswlib
-Version: 0.7.6
+Version: 0.8.2
Release: 0
Summary: Chromas fork of hnswlib
License: Apache-2.0
@@ -44,6 +44,9 @@
%prep
%autosetup -p1 -n hnswlib-%{version}
+# fix version in setup.py as it was forgotten by upstream
+sed -i 's/__version__ = "0.7.6"/__version__ = "%{version}"/' setup.py
+sed -i 's/__version__ = "0.7.6"/__version__ = "%{version}"/'
python_bindings/setup.py
%build
export HNSWLIB_NO_NATIVE=1
@@ -53,7 +56,6 @@
%install
%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitearch}
-%python_expand rm -f
%{buildroot}%{$python_sitearch}/chroma_hnswlib-0.7.5.dist-info/REQUESTED
%check
%python_expand export
PYTHONPATH=$PYTHONPATH:%{buildroot}%{$python_sitelib}:%{buildroot}%{$python_sitearch}
++++++ chroma_hnswlib-0.7.6.tar.gz -> chroma_hnswlib-0.8.2.tar.gz ++++++
++++ 3383 lines of diff (skipped)