Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-tree-sitter for openSUSE:Factory checked in at 2026-07-28 18:05:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-tree-sitter (Old) and /work/SRC/openSUSE:Factory/.python-tree-sitter.new.2004 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-tree-sitter" Tue Jul 28 18:05:38 2026 rev:5 rq:1367961 version:0.26.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-tree-sitter/python-tree-sitter.changes 2025-11-10 19:19:32.029860372 +0100 +++ /work/SRC/openSUSE:Factory/.python-tree-sitter.new.2004/python-tree-sitter.changes 2026-07-28 18:06:46.719159938 +0200 @@ -1,0 +2,21 @@ +Mon Jul 27 09:36:54 UTC 2026 - Matej Cepl <[email protected]> + +- Update to 0.26.0: + - Additions: + - Point.edit() + - Point.__repr__() + - QueryCursor.set_containing_byte_range() + - QueryCursor.set_containing_point_range() + - Range.edit() + - tree_sitter.__version__ + - Removals: + - Language.version: use Language.abi_version ! + - Language.query(source): use Query(language, source) ! + - Parser.timeout_micros: use the progress_callback in parse() + ! + - QueryCursor.timeout_micros: use the progress_callback in + matches() or captures() ! + - Changes: + - Point is a tuple subclass rather than a namedtuple object + +------------------------------------------------------------------- Old: ---- tree-sitter-0.25.2.tar.gz New: ---- tree_sitter-0.26.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-tree-sitter.spec ++++++ --- /var/tmp/diff_new_pack.FDMCck/_old 2026-07-28 18:06:48.195211834 +0200 +++ /var/tmp/diff_new_pack.FDMCck/_new 2026-07-28 18:06:48.199211975 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-tree-sitter # -# Copyright (c) 2025 SUSE LLC and contributors +# 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 @@ -17,13 +17,14 @@ %{?sle15_python_module_pythons} +%define modname tree_sitter Name: python-tree-sitter -Version: 0.25.2 +Version: 0.26.0 Release: 0 Summary: Python bindings to the Tree-sitter parsing library License: MIT URL: https://github.com/tree-sitter/py-tree-sitter -Source: https://files.pythonhosted.org/packages/source/t/tree-sitter/tree-sitter-%{version}.tar.gz +Source: https://files.pythonhosted.org/packages/source/t/%{modname}/%{modname}-%{version}.tar.gz BuildRequires: %{python_module devel} BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools >= 43} @@ -36,7 +37,7 @@ This module provides Python bindings to the tree-sitter parsing library. %prep -%autosetup -p1 -n tree-sitter-%{version} +%autosetup -p1 -n %{modname}-%{version} %build %pyproject_wheel @@ -53,6 +54,6 @@ %files %{python_files} %doc README.md %license LICENSE -%{python_sitearch}/tree_sitter -%{python_sitearch}/tree_sitter-%{version}.dist-info +%{python_sitearch}/%{modname} +%{python_sitearch}/%{modname}-%{version}.dist-info
