Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package tree-sitter-ruby for 
openSUSE:Factory checked in at 2026-08-21 16:50:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tree-sitter-ruby (Old)
 and      /work/SRC/openSUSE:Factory/.tree-sitter-ruby.new.1258 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tree-sitter-ruby"

Fri Aug 21 16:50:14 2026 rev:6 rq:1372195 version:0.23.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/tree-sitter-ruby/tree-sitter-ruby.changes        
2026-06-12 19:25:46.621798065 +0200
+++ 
/work/SRC/openSUSE:Factory/.tree-sitter-ruby.new.1258/tree-sitter-ruby.changes  
    2026-08-21 16:50:54.379807920 +0200
@@ -1,0 +2,10 @@
+Thu Aug 20 08:51:53 UTC 2026 - Martin Pluskal <[email protected]>
+
+- Build the upstream Python binding as pythonXYZ flavor
+  subpackages: the shared %treesitter_python_build/_install
+  macros plus the singlespec python_subpackage_only template
+- Suggests python-tree-sitter instead of Requires, matching
+  tree-sitter-bash, so ring1 installcheck does not demand a
+  non-ring package.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ tree-sitter-ruby.spec ++++++
--- /var/tmp/diff_new_pack.b9HMty/_old  2026-08-21 16:50:55.395844410 +0200
+++ /var/tmp/diff_new_pack.b9HMty/_new  2026-08-21 16:50:55.401844625 +0200
@@ -16,6 +16,7 @@
 #
 
 
+%define python_subpackage_only 1
 %define         _name ruby
 Name:           tree-sitter-ruby
 Version:        0.23.1
@@ -24,25 +25,43 @@
 License:        MIT
 URL:            https://github.com/tree-sitter/tree-sitter-ruby
 Source0:        %{url}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
+BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module installer}
+BuildRequires:  %{python_module pip}
+BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
+BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
 BuildRequires:  tree-sitter
 %treesitter_grammars %{_name}
+%python_subpackages
 
 %description
 %{summary}.
 
+%package -n python-%{name}
+Summary:        Python binding for the %{name} grammar
+Suggests:       python-tree-sitter
+
+%description -n python-%{name}
+The tree_sitter_* Python module for the %{name} grammar, loadable
+with the Language()/Parser() API from python-tree-sitter.
+
 %prep
 %autosetup
 
 %build
 %treesitter_configure
 %treesitter_build
+%treesitter_python_build
 
 %install
 %treesitter_install
 %treesitter_devel_install
+%treesitter_python_install
 
 %check
-make test
+%make_build test
 
 %files
 %license LICENSE
@@ -50,3 +69,7 @@
 
 %treesitter_devel_package
 
+%files %{python_files %{name}}
+%license LICENSE
+%{python_sitearch}/tree_sitter_*
+

++++++ _scmsync.obsinfo ++++++
--- /var/tmp/diff_new_pack.b9HMty/_old  2026-08-21 16:50:55.454846528 +0200
+++ /var/tmp/diff_new_pack.b9HMty/_new  2026-08-21 16:50:55.458846672 +0200
@@ -1,6 +1,6 @@
-mtime: 1781194435
-commit: aeba54b63f541e7e6be2e109aa251a4e45186ce57560b6f564d64305ff9f0510
+mtime: 1787216464
+commit: c54a9911039ba554e3d07b86a9981b7cbfeada6f89f9cd106019fa20f07e10ce
 url: https://src.opensuse.org/tree-sitter/tree-sitter-ruby
-revision: aeba54b63f541e7e6be2e109aa251a4e45186ce57560b6f564d64305ff9f0510
+revision: c54a9911039ba554e3d07b86a9981b7cbfeada6f89f9cd106019fa20f07e10ce
 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-08-20 11:01:04.000000000 +0200
@@ -0,0 +1,8 @@
+*.obscpio
+*.osc
+_build.*
+.pbuild
+.assets
+*.obsinfo
+_service:*
+tree-sitter-ruby-*-build/

Reply via email to