forked from pool/tree-sitter-python
Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 48df06a62d | |||
|
|
d118c615e4 | ||
| 25b6afc466 | |||
|
|
38b5f050b8 |
18
_service
18
_service
@@ -1,18 +0,0 @@
|
||||
<!-- -*- 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-python.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="changesauthor">Björn Bidar <bjorn.bidar@thaodan.de></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>
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7b09af6a5df7bc712edc1fa13316d4395e125af089bb13b23fc13eb5306e1734
|
||||
size 278544
|
||||
3
tree-sitter-python-0.23.6.tar.gz
Normal file
3
tree-sitter-python-0.23.6.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:630a0f45eccd9b69a66a07bf47d1568e96a9c855a2f30e0921c8af7121e8af96
|
||||
size 269613
|
||||
@@ -1,3 +1,43 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 31 09:40:40 UTC 2024 - Richard Rahl <rrahl0@opensuse.org>
|
||||
|
||||
- update to 0.23.5:
|
||||
* build(npm): update deps
|
||||
- update to 0.23.6:
|
||||
* feat(highlights): highlight decorator names as a function
|
||||
* feat: add left and right fields to type_alias_statement
|
||||
* feat: allow type in generic types
|
||||
* feat: add fields in except_clause
|
||||
* build(npm): bump deps
|
||||
* chore: regenerate
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 4 23:18:53 UTC 2024 - Richard Rahl <rrahl0@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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 29 22:04:04 UTC 2024 - Björn Bidar <bjorn.bidar@thaodan.de>
|
||||
|
||||
|
||||
@@ -16,15 +16,14 @@
|
||||
#
|
||||
|
||||
|
||||
%define _name python
|
||||
Summary: Python grammar for tree-sitter
|
||||
Name: tree-sitter-%{_name}
|
||||
Version: 0.21.0
|
||||
%define _name python
|
||||
Name: tree-sitter-python
|
||||
Version: 0.23.6
|
||||
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 @@ BuildRequires: tree-sitter
|
||||
%{summary}.
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
%autosetup
|
||||
|
||||
%build
|
||||
%treesitter_configure
|
||||
@@ -40,9 +39,20 @@ BuildRequires: tree-sitter
|
||||
|
||||
%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
|
||||
|
||||
%changelog
|
||||
|
||||
Reference in New Issue
Block a user