Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package tree-sitter-python for
openSUSE:Factory checked in at 2026-09-16 17:41:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tree-sitter-python (Old)
and /work/SRC/openSUSE:Factory/.tree-sitter-python.new.383539 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tree-sitter-python"
Wed Sep 16 17:41:44 2026 rev:7 rq:1378120 version:0.23.6
Changes:
--------
--- /work/SRC/openSUSE:Factory/tree-sitter-python/tree-sitter-python.changes
2026-08-21 16:53:36.225574139 +0200
+++
/work/SRC/openSUSE:Factory/.tree-sitter-python.new.383539/tree-sitter-python.changes
2026-09-16 17:43:07.593996382 +0200
@@ -1,0 +2,13 @@
+Tue Sep 15 06:20:32 UTC 2026 - Martin Pluskal <[email protected]>
+
+- Ship the grammar queries in a new noarch -queries subpackage
+ (highlights.scm and friends, next to the -wasm modules)
+
+-------------------------------------------------------------------
+Mon Sep 14 18:14:24 UTC 2026 - Martin Pluskal <[email protected]>
+
+- Build the grammars to WebAssembly modules as well (BuildRequires
+ clang, lld and wasi-libc): new -wasm subpackage for
+ web-tree-sitter consumers
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ tree-sitter-python.spec ++++++
--- /var/tmp/diff_new_pack.cMT7Zg/_old 2026-09-16 17:43:09.180061687 +0200
+++ /var/tmp/diff_new_pack.cMT7Zg/_new 2026-09-16 17:43:09.181061728 +0200
@@ -29,6 +29,9 @@
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildRequires: tree-sitter
+BuildRequires: clang
+BuildRequires: lld
+BuildRequires: wasi-libc
%treesitter_grammars %{_name}
%if 0%{?suse_version} >= 1699
# Only for the functional test in %%check; python-tree-sitter does not
@@ -55,9 +58,12 @@
%build
%treesitter_configure
%treesitter_build
+%treesitter_wasm_build
%install
%treesitter_install
+%treesitter_wasm_install
+%treesitter_queries_install
%treesitter_devel_install
%treesitter_python_install
@@ -78,6 +84,9 @@
%license LICENSE
%treesitter_files
+%treesitter_wasm_package
+
+%treesitter_queries_package
%treesitter_devel_package
%files %{python_files %{name}}
++++++ _scmsync.obsinfo ++++++
--- /var/tmp/diff_new_pack.cMT7Zg/_old 2026-09-16 17:43:09.226063582 +0200
+++ /var/tmp/diff_new_pack.cMT7Zg/_new 2026-09-16 17:43:09.231063787 +0200
@@ -1,6 +1,6 @@
-mtime: 1787216981
-commit: 7ba73d93d9e73bdea2019d7c917f38f6fb85884c214101568a59d72868238cf6
+mtime: 1789462151
+commit: 6a5ab02b2eed378f510c6d235bfd80c451336db656e7d6df308a74974788aa54
url: https://src.opensuse.org/tree-sitter/tree-sitter-python
-revision: 7ba73d93d9e73bdea2019d7c917f38f6fb85884c214101568a59d72868238cf6
+revision: 6a5ab02b2eed378f510c6d235bfd80c451336db656e7d6df308a74974788aa54
projectscmsync: https://src.opensuse.org/tree-sitter/_ObsPrj
++++++ build.specials.obscpio ++++++
++++++ build.specials.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/.gitignore new/.gitignore
--- old/.gitignore 1970-01-01 01:00:00.000000000 +0100
+++ new/.gitignore 2026-09-15 10:49:11.000000000 +0200
@@ -0,0 +1,4 @@
+*.obscpio
+*.osc
+_build.*
+.pbuild