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 2024-12-11 21:01:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tree-sitter-python (Old) and /work/SRC/openSUSE:Factory/.tree-sitter-python.new.29675 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tree-sitter-python" Wed Dec 11 21:01:38 2024 rev:3 rq:1229554 version:0.23.4 Changes: -------- --- /work/SRC/openSUSE:Factory/tree-sitter-python/tree-sitter-python.changes 2024-04-30 17:29:08.698066066 +0200 +++ /work/SRC/openSUSE:Factory/.tree-sitter-python.new.29675/tree-sitter-python.changes 2024-12-11 21:05:34.884089868 +0100 @@ -1,0 +2,27 @@ +Wed Dec 4 23:18:53 UTC 2024 - Richard Rahl <rra...@opensuse.org> + +- update to 0.23.4: + * ci(publish): add attestations and generate parser +- update to 0.23.3: + * build: update bindings +- update to 0.23.2: + * chore: regenerate + * build: update bindings + * fix: correct test +- update to 0.23.1: + * build: update bindings +- update to 0.23.0: + * build: regenerate and update bindings + * fix(go): correct test + * fix: move go.mod to root dir + * fix: allow "not in" & "is not" to be queried + * fix: give match the same priority as normal identifiers + * fix: allow octal escapes with 1 to 3 digits + * fix(build): correct Makefile version + * chore: update gitignore & remove build remnant + * build: update makefile for macos installation +- switch to download_files service +- add neovim links +- add devel package + +------------------------------------------------------------------- Old: ---- _service tree-sitter-python-0.21.0.tar.gz New: ---- tree-sitter-python-0.23.4.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tree-sitter-python.spec ++++++ --- /var/tmp/diff_new_pack.WsbaJN/_old 2024-12-11 21:05:36.080139784 +0100 +++ /var/tmp/diff_new_pack.WsbaJN/_new 2024-12-11 21:05:36.084139951 +0100 @@ -17,14 +17,13 @@ %define _name python -Summary: Python grammar for tree-sitter -Name: tree-sitter-%{_name} -Version: 0.21.0 +Name: tree-sitter-python +Version: 0.23.4 Release: 0 +Summary: Python grammar for tree-sitter License: MIT -Group: Development/Tools/Other URL: https://github.com/tree-sitter/tree-sitter-python -Source0: %{name}-%{version}.tar.gz +Source0: %{url}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: tree-sitter %treesitter_grammars %{_name} @@ -32,7 +31,7 @@ %{summary}. %prep -%autosetup -p1 +%autosetup %build %treesitter_configure @@ -40,8 +39,19 @@ %install %treesitter_install +%treesitter_devel_install + +#neovim stuff +install -d %{buildroot}%{_libdir}/tree_sitter +ln -s %{_libdir}/lib%{name}.so %{buildroot}%{_libdir}/tree_sitter/%{_name}.so %files %license LICENSE -%{treesitter_files} +%treesitter_files +%{_libdir}/tree_sitter/%{_name}.so +%if 0%{?suse_version} < 1600 +%dir %{_libdir}/tree_sitter +%endif + +%treesitter_devel_package ++++++ tree-sitter-python-0.21.0.tar.gz -> tree-sitter-python-0.23.4.tar.gz ++++++ ++++ 173755 lines of diff (skipped)