Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-apache-tvm-ffi for 
openSUSE:Factory checked in at 2026-09-17 15:17:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-apache-tvm-ffi (Old)
 and      /work/SRC/openSUSE:Factory/.python-apache-tvm-ffi.new.383539 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-apache-tvm-ffi"

Thu Sep 17 15:17:41 2026 rev:6 rq:1378289 version:0.1.14

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-apache-tvm-ffi/python-apache-tvm-ffi.changes  
    2026-08-11 17:16:17.035880332 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-apache-tvm-ffi.new.383539/python-apache-tvm-ffi.changes
  2026-09-17 15:18:26.382496527 +0200
@@ -1,0 +2,17 @@
+Wed Sep 16 07:27:00 UTC 2026 - Martin Pluskal <[email protected]>
+
+- Update to 0.1.14:
+  * Add structural_map, StructuralVisit/Mutate and var_remap APIs,
+    with UnchangedOr to skip no-op refcount traffic
+  * Make ffi.Error picklable and stabilize Python annotation
+    metadata
+  * Add a core opaque-pointer handler map for third-party types
+    that cannot define __tvm_ffi_opaque_ptr__
+  * Publish native layout traits from ObjectDef; stubgen gained
+    a --check mode, prefix namespaces and a Rust backend
+  * Object::unique() now requires no weak references
+  * Support free-threaded Python cross-builds
+  * Raise typing-extensions floor to 4.13
+- Switch from update-alternatives to libalternatives
+
+-------------------------------------------------------------------

Old:
----
  apache_tvm_ffi-0.1.13.post3.tar.gz

New:
----
  apache_tvm_ffi-0.1.14.tar.gz

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

Other differences:
------------------
++++++ python-apache-tvm-ffi.spec ++++++
--- /var/tmp/diff_new_pack.z76dGG/_old  2026-09-17 15:18:27.847558024 +0200
+++ /var/tmp/diff_new_pack.z76dGG/_new  2026-09-17 15:18:27.853558276 +0200
@@ -16,9 +16,14 @@
 #
 
 
+%if 0%{?suse_version} > 1500
+%bcond_without libalternatives
+%else
+%bcond_with libalternatives
+%endif
 %{?sle15_python_module_pythons}
 Name:           python-apache-tvm-ffi
-Version:        0.1.13.post3
+Version:        0.1.14
 Release:        0
 Summary:        Minimal FFI runtime and ABI for machine learning systems
 License:        Apache-2.0
@@ -31,16 +36,21 @@
 BuildRequires:  %{python_module scikit-build-core >= 0.10.0}
 BuildRequires:  %{python_module setuptools-scm}
 BuildRequires:  %{python_module setuptools}
-BuildRequires:  %{python_module typing_extensions >= 4.5}
+BuildRequires:  %{python_module typing_extensions >= 4.13}
 BuildRequires:  %{python_module wheel}
 BuildRequires:  cmake >= 3.26
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  ninja >= 1.11
 BuildRequires:  python-rpm-macros
-Requires:       python-typing_extensions >= 4.5
+Requires:       python-typing_extensions >= 4.13
+%if %{with libalternatives}
+BuildRequires:  alts
+Requires:       alts
+%else
 Requires(post): update-alternatives
 Requires(postun): update-alternatives
+%endif
 %python_subpackages
 
 %description
@@ -67,7 +77,9 @@
 %python_expand rm -f %{buildroot}%{$python_sitearch}/tvm_ffi/.gitignore
 # Register the console entry points through the singlespec alternatives.
 %python_clone -a %{buildroot}%{_bindir}/tvm-ffi-config
+%python_group_libalternatives tvm-ffi-config
 %python_clone -a %{buildroot}%{_bindir}/tvm-ffi-stubgen
+%python_group_libalternatives tvm-ffi-stubgen
 %python_expand %fdupes %{buildroot}%{$python_sitearch}/tvm_ffi
 
 %check
@@ -78,6 +90,10 @@
 # Cython core extension and the bundled runtime shared library.
 %python_expand PYTHONPATH=%{buildroot}%{$python_sitearch} $python -Bc "import 
tvm_ffi; print(tvm_ffi.__version__)"
 
+%pre
+%python_libalternatives_reset_alternative tvm-ffi-config
+%python_libalternatives_reset_alternative tvm-ffi-stubgen
+
 %post
 %python_install_alternative tvm-ffi-config
 %python_install_alternative tvm-ffi-stubgen

++++++ apache_tvm_ffi-0.1.13.post3.tar.gz -> apache_tvm_ffi-0.1.14.tar.gz ++++++
++++ 27957 lines of diff (skipped)

Reply via email to