Script 'mail_helper' called by obssrc
Hello community,

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

Package is "tree-sitter-bash"

Fri Aug 21 16:52:20 2026 rev:5 rq:1372184 version:0.25.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/tree-sitter-bash/tree-sitter-bash.changes        
2026-02-17 16:44:50.705153751 +0100
+++ 
/work/SRC/openSUSE:Factory/.tree-sitter-bash.new.1258/tree-sitter-bash.changes  
    2026-08-21 16:53:22.486085415 +0200
@@ -1,0 +2,10 @@
+Thu Aug 20 08:48:28 UTC 2026 - Martin Pluskal <[email protected]>
+
+- Convert the Python binding to the shared
+  %treesitter_python_build/_install macros with the singlespec
+  python_subpackage_only template; binary package names and
+  contents are unchanged
+- Suggests python-tree-sitter instead of Requires so ring1
+  installcheck does not demand a non-ring package
+
+-------------------------------------------------------------------

New:
----
  _scmsync.obsinfo
  _service
  build.specials.obscpio

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

Other differences:
------------------
++++++ tree-sitter-bash.spec ++++++
--- /var/tmp/diff_new_pack.Emdjrs/_old  2026-08-21 16:53:23.278113588 +0200
+++ /var/tmp/diff_new_pack.Emdjrs/_new  2026-08-21 16:53:23.279113623 +0200
@@ -27,6 +27,7 @@
 BuildRequires:  tree-sitter
 
 BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module installer}
 BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools >= 42}
 BuildRequires:  %{python_module wheel}
@@ -41,12 +42,12 @@
 %description
 %{summary}.
 
-%package -n python-tree-sitter-bash
-Summary:        Python bindings for tree-sitter-bash
-Requires:       %{name} = %{version}
+%package -n python-%{name}
+Summary:        Python binding for the %{name} grammar
 
-%description -n python-tree-sitter-bash
-Python bindings for tree-sitter-bash.
+%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
@@ -55,17 +56,13 @@
 %treesitter_configure
 %treesitter_build
 
-export CFLAGS="%{optflags}"
-%pyproject_wheel
+%treesitter_python_build
 
 %install
 %treesitter_install
 %treesitter_devel_install
 
-%pyproject_install
-%{python_expand rm %{buildroot}%{$python_sitearch}/tree_sitter_bash/binding.c
-%fdupes %{buildroot}%{$python_sitearch}
-}
+%treesitter_python_install
 
 %files
 %license LICENSE
@@ -73,8 +70,7 @@
 
 %treesitter_devel_package
 
-%files %{python_files tree-sitter-bash}
+%files %{python_files %{name}}
 %license LICENSE
-%{python_sitearch}/tree_sitter_bash
-%{python_sitearch}/tree_sitter_bash-%{version}.dist-info
+%{python_sitearch}/tree_sitter_*
 

++++++ _scmsync.obsinfo ++++++
mtime: 1787216312
commit: f07337634133a8d4e914fc90d560ea1feab21d55df65e94faa4405c6babe5613
url: https://src.opensuse.org/tree-sitter/tree-sitter-bash
revision: f07337634133a8d4e914fc90d560ea1feab21d55df65e94faa4405c6babe5613
projectscmsync: https://src.opensuse.org/tree-sitter/_ObsPrj

++++++ _service ++++++
<!-- -*- xml -*- !-->
<services>
  <service name="obs_scm" mode="disabled">
        <param name="versionformat">@PARENT_TAG@</param>
    <param name="versionrewrite-pattern">v(.*)</param>
    <param name="revision">@PARENT_TAG@</param>
        <param 
name="url">https://github.com/tree-sitter/tree-sitter-bash.git</param>
        <param name="scm">git</param>
    <param name="changesgenerate">enable</param>
    <param name="changesauthor">Björn Bidar 
&#60;[email protected]&#62;</param>
  </service>
  <service mode="disabled" name="tar" />
  <service mode="disabled" name="recompress">
    <param name="file">*.tar</param>
    <param name="compression">gz</param>
  </service>
  <service name="set_version" mode="disabled"/>
</services>

++++++ 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 10:58:32.000000000 +0200
@@ -0,0 +1,4 @@
+*.obscpio
+*.osc
+_build.*
+.pbuild

Reply via email to