Accepting request 1008407 from home:dirkmueller:Factory

- update to 0.2.4:
  * python: Fix missing argument from build_query_tree
  * python: Use setuptools to build python library
  * python: Add python files to gitignore
  * python: Add unit tests
  * Run tests on github actions
  * Python: Expose C++ argument to python bindings
  * ci: Improve github actions
  * result: make captures public

OBS-URL: https://build.opensuse.org/request/show/1008407
OBS-URL: https://build.opensuse.org/package/show/devel:tools/weggli?expand=0&rev=8
This commit is contained in:
2022-10-06 13:39:40 +00:00
committed by Git OBS Bridge
parent 7c345d0998
commit 82ecb810ec
8 changed files with 29 additions and 13 deletions
+10 -2
View File
@@ -1,7 +1,15 @@
-------------------------------------------------------------------
Thu Aug 4 21:01:07 UTC 2022 - Dirk Müller <dmueller@suse.com>
Thu Oct 6 13:35:06 UTC 2022 - Dirk Müller <dmueller@suse.com>
- test commit, do not accept
- update to 0.2.4:
* python: Fix missing argument from build_query_tree
* python: Use setuptools to build python library
* python: Add python files to gitignore
* python: Add unit tests
* Run tests on github actions
* Python: Expose C++ argument to python bindings
* ci: Improve github actions
* result: make captures public
-------------------------------------------------------------------
Mon Jun 20 03:30:05 UTC 2022 - William Brown <william.brown@suse.com>
+3 -3
View File
@@ -19,18 +19,18 @@
%global rustflags '-Clink-arg=-Wl,-z,relro,-z,now'
Name: weggli
Version: 0.2.3
Version: 0.2.4
Release: 0
Summary: weggli is a fast and robust semantic search tool for C and C++ codebases
License: Apache-2.0
URL: https://github.com/googleprojectzero/weggli
Source: https://github.com/googleprojectzero/weggli/archive/refs/tags/v%{version}.tar.gz
Source1: vendor.tar.xz
Source1: vendor.tar.zst
Source2: cargo_config
Patch: weggli.patch
BuildRequires: cargo
BuildRequires: gcc-c++
BuildRequires: rust >= 1.55
BuildRequires: zstd
%description
weggli is a fast and robust semantic search tool for C and C++ codebases. It is
+10 -1
View File
@@ -1,2 +1,11 @@
<services>
</services>
<service name="download_files" mode="disabled"/>
<service name="cargo_vendor" mode="disabled">
<param name="srcdir">weggli-0.2.4</param>
<param name="compression">zst</param>
<param name="update">true</param>
</service>
<service name="cargo_audit" mode="disabled">
<param name="srcdir">hellorust</param>
</service>
</services>
-3
View File
@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:240ccf2914533d7c2114901792240b95a6b632432ddd91d1fe3bbb060e010322
size 992747
+3
View File
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:12fde9a0dca2852d5f819eeb9de85c4d11c5c384822f93ac66b2b7b166c3af78
size 1049807
-3
View File
@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9c14aa93747bb9a4735ee22e811665ba813f1d3c7cf835c25c2f01e816fca2a8
size 15586768
+3
View File
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:49d1329e4b66fb37613e9c15f7b1cce811b047dcce4704aecccc66d2d1b2264d
size 12004033
-1
View File
@@ -1 +0,0 @@