0.20.0 -> 0.21.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/rusty_v8?expand=0&rev=6
This commit is contained in:
parent
558db41afa
commit
35e2c5c8bb
4
_service
4
_service
@ -2,8 +2,8 @@
|
|||||||
<service name="tar_scm" mode="manual">
|
<service name="tar_scm" mode="manual">
|
||||||
<param name="url">https://github.com/denoland/rusty_v8</param>
|
<param name="url">https://github.com/denoland/rusty_v8</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="revision">v0.20.0</param>
|
<param name="revision">v0.21.0</param>
|
||||||
<param name="version">0.20.0</param>
|
<param name="version">0.21.0</param>
|
||||||
<param name="exclude">.git</param>
|
<param name="exclude">.git</param>
|
||||||
<param name="exclude">.github</param>
|
<param name="exclude">.github</param>
|
||||||
<param name="exclude">.gitignore</param>
|
<param name="exclude">.gitignore</param>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:53f255689751158aa232cf11058c2aa2c1d761ad872ade4fa40b23b654890623
|
|
||||||
size 45678540
|
|
3
rusty_v8-0.21.0.tar.xz
Normal file
3
rusty_v8-0.21.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7cc140f860c37035f2844f8cf0819bec7a7ec8ceb21a18a0fe1f3b4976ac12d4
|
||||||
|
size 45695984
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 21 21:45:52 UTC 2021 - Avindra Goolcharan <avindra@opensuse.org>
|
||||||
|
|
||||||
|
- bump to 0.21
|
||||||
|
* add code cache api
|
||||||
|
* add ScriptCompiler::{Compile,CompileUnboundScript} apis
|
||||||
|
* support for external v8 strings
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Feb 25 22:51:49 UTC 2021 - Avindra Goolcharan <avindra@opensuse.org>
|
Thu Feb 25 22:51:49 UTC 2021 - Avindra Goolcharan <avindra@opensuse.org>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: rusty_v8
|
Name: rusty_v8
|
||||||
Version: 0.20.0
|
Version: 0.21.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Build tooling for Deno (do not install or use!)
|
Summary: Build tooling for Deno (do not install or use!)
|
||||||
License: MIT
|
License: MIT
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:1cf3089b5e0c89c90b1cd4cd7b8dd9496510a59eb8cc19008bd4db6f68058b57
|
oid sha256:2458696a6fad8ab1cba3f8eeffdad984da9ff3ec843f8df596b0f29fb11d4e9c
|
||||||
size 1760316
|
size 1760580
|
||||||
|
Loading…
Reference in New Issue
Block a user