forked from pool/python-tree-sitter
Accepting request 1240742 from home:glaubitz:branches:devel:languages:python
- Update to 0.24.0
* Additions:
- Language.copy()
- Language.node_kind_is_supertype(id)
- Language.__copy__()
- LogType (enum)
- Node.child_with_descendant(descendant)
- Node.field_name_for_named_child(descendant)
- Parser.print_dot_graphs(file)
- Parser.logger (getter + setter)
- Tree.copy()
- Tree.print_dot_graph(file)
- Tree.__copy__()
* Deprecations:
- Language(ptr: int)
- Node.child_containing_descendant(descendant):
use Node.child_with_descendant(descendant)
OBS-URL: https://build.opensuse.org/request/show/1240742
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tree-sitter?expand=0&rev=4
This commit is contained in:
@@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 28 09:15:06 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to 0.24.0
|
||||
* Additions:
|
||||
- Language.copy()
|
||||
- Language.node_kind_is_supertype(id)
|
||||
- Language.__copy__()
|
||||
- LogType (enum)
|
||||
- Node.child_with_descendant(descendant)
|
||||
- Node.field_name_for_named_child(descendant)
|
||||
- Parser.print_dot_graphs(file)
|
||||
- Parser.logger (getter + setter)
|
||||
- Tree.copy()
|
||||
- Tree.print_dot_graph(file)
|
||||
- Tree.__copy__()
|
||||
* Deprecations:
|
||||
- Language(ptr: int)
|
||||
- Node.child_containing_descendant(descendant):
|
||||
use Node.child_with_descendant(descendant)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 3 13:45:51 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-tree-sitter
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-tree-sitter
|
||||
Version: 0.23.2
|
||||
Version: 0.24.0
|
||||
Release: 0
|
||||
Summary: Python bindings to the Tree-sitter parsing library
|
||||
License: MIT
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:66bae8dd47f1fed7bdef816115146d3a41c39b5c482d7bad36d9ba1def088450
|
||||
size 166800
|
||||
3
tree-sitter-0.24.0.tar.gz
Normal file
3
tree-sitter-0.24.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:abd95af65ca2f4f7eca356343391ed669e764f37748b5352946f00f7fc78e734
|
||||
size 168304
|
||||
Reference in New Issue
Block a user