1.42.1
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/deno?expand=0&rev=183
This commit is contained in:
parent
b24ff8cedc
commit
00009fe283
4
_service
4
_service
@ -13,8 +13,8 @@
|
||||
<service name="tar_scm" mode="manual">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://github.com/denoland/deno</param>
|
||||
<param name="revision">v1.42.0</param>
|
||||
<param name="version">1.42.0</param>
|
||||
<param name="revision">v1.42.1</param>
|
||||
<param name="version">1.42.1</param>
|
||||
|
||||
<!-- remove large docs -->
|
||||
<param name="exclude">docs</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:550d28b2c067adbcb0791e5423ca5dce76a2460218874a0a0c3f10fce0c34883
|
||||
size 81724632
|
3
deno-1.42.1.tar.xz
Normal file
3
deno-1.42.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3ea9beef0d13e2444fe54ede413f16edc07aad18b00627f66f3603456311a076
|
||||
size 81728020
|
17
deno.changes
17
deno.changes
@ -1,6 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 4 19:01:31 UTC 2024 - Avindra Goolcharan <avindra@opensuse.org>
|
||||
|
||||
- update to 1.42.1:
|
||||
* fix(check): ignore certain diagnostics in remote modules and
|
||||
when publishing (#23119)
|
||||
* fix(ext/node): support stdin: "inherit" in node:child_process (#23110)
|
||||
* fix(ext/node): use tty stdin from ext/io (#23044)
|
||||
* fix(jsr): exclude yanked versions from 'deno add' and completions (#23113)
|
||||
* fix(lsp): don't apply preload limit to workspace walk (#23123)
|
||||
* fix(lsp): implement missing ts server host apis (#23131)
|
||||
* fix(node): handle empty 'main' entry in pkg json (#23155)
|
||||
* fix(node): remove unwrap in op_require_node_module_paths (#23114)
|
||||
* fix: deno_graph 0.69.10 (#23147)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 28 22:30:04 UTC 2024 - Avindra Goolcharan <avindra@opensuse.org>
|
||||
|
||||
|
||||
- update to 1.42.0:
|
||||
* feat(add): always produce multiline config file (#23077)
|
||||
* feat(ext/node): add riscv64 in process.arch (#23016)
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
|
||||
Name: deno
|
||||
Version: 1.42.0
|
||||
Version: 1.42.1
|
||||
Release: 0
|
||||
Summary: A secure JavaScript and TypeScript runtime
|
||||
License: MIT
|
||||
@ -69,12 +69,13 @@ updated with the --reload flag.
|
||||
|
||||
%prep
|
||||
%autosetup -a1 -p1
|
||||
cp %{SOURCE2} .cargo/config
|
||||
# Drop lock file due to revendor_source.sh breaking check
|
||||
rm Cargo.lock
|
||||
# drop checksum for ICU 72 -> 73
|
||||
echo '{"files":{},"package":""}' > vendor/deno_core/.cargo-checksum.json
|
||||
|
||||
cp %{SOURCE2} .cargo/config
|
||||
|
||||
%build
|
||||
export V8_FROM_SOURCE=1
|
||||
export CLANG_BASE_PATH=%{_prefix}
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e9ba8c71e077ebb5c657625fb6345f5a1471f118e1fe8acf54891e23983ae796
|
||||
size 85742448
|
||||
oid sha256:881e2fec5728d60ff3008e28c30ca6b8d944932371b209ae652ff8a9454490fc
|
||||
size 103333852
|
||||
|
Loading…
Reference in New Issue
Block a user