Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

tree-sitter-scala-0.26.0-1.1 RPM for x86_64

From OpenSuSE Tumbleweed for x86_64

Name: tree-sitter-scala Distribution: openSUSE Tumbleweed
Version: 0.26.0 Vendor: openSUSE
Release: 1.1 Build date: Thu Aug 20 11:05:31 2026
Group: Unspecified Build host: reproducible
Size: 4992371 Source RPM: tree-sitter-scala-0.26.0-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/tree-sitter/tree-sitter-scala
Summary: Scala grammar for tree-sitter
Python binding for the scala tree-sitter grammar.

Provides

Requires

License

MIT

Changelog

* Thu Aug 20 2026 Martin Pluskal <mpluskal@suse.com>
  - Convert the Python binding to the shared loader pattern
    (%treesitter_python_install only, singlespec
    python_subpackage_only): generate a _binding.py that loads
    the grammar library this package ships instead of compiling
    the upstream C extension. Drop the C-extension Python
    BuildRequires (devel/pip/setuptools/wheel).
  - The python subpackage now Requires %{name} =
    %{version}-%{release}.
  - Suggests python-tree-sitter >= 0.22 instead of Requires,
    matching tree-sitter-bash, so ring1/product installcheck
    does not demand a non-ring package.
  - Run a functional %check pars