Accepting request 1029625 from devel:languages:javascript

- update to 1.26.2

OBS-URL: https://build.opensuse.org/request/show/1029625
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/deno?expand=0&rev=6
This commit is contained in:
Dominique Leuenberger 2022-10-18 10:44:47 +00:00 committed by Git OBS Bridge
commit f3c37b5bf8
6 changed files with 99 additions and 10 deletions

View File

@ -13,8 +13,8 @@
<service name="tar_scm" mode="manual"> <service name="tar_scm" mode="manual">
<param name="scm">git</param> <param name="scm">git</param>
<param name="url">https://github.com/denoland/deno</param> <param name="url">https://github.com/denoland/deno</param>
<param name="revision">v1.26.0</param> <param name="revision">v1.26.2</param>
<param name="version">1.26.0</param> <param name="version">1.26.2</param>
<!-- remove large docs --> <!-- remove large docs -->
<param name="exclude">docs</param> <param name="exclude">docs</param>
@ -37,8 +37,8 @@
<service name="tar_scm" mode="manual"> <service name="tar_scm" mode="manual">
<param name="scm">git</param> <param name="scm">git</param>
<param name="url">https://github.com/denoland/rusty_v8</param> <param name="url">https://github.com/denoland/rusty_v8</param>
<param name="revision">v0.51.0</param> <param name="revision">v0.53.1</param>
<param name="version">0.51.0</param> <param name="version">0.53.1</param>
<param name="exclude">.github</param> <param name="exclude">.github</param>
<!-- <!--

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:097fb5b5eb7d1fb138180904818ba4895432f2341ac8a73f387c490819dd528e
size 8908076

3
deno-1.26.2.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e3ecead6b7a56b80181fe52c9012b8c6ced8cb0485747b30be4faab71d15e670
size 8932020

View File

@ -1,3 +1,92 @@
-------------------------------------------------------------------
Mon Oct 17 20:29:27 UTC 2022 - Avindra Goolcharan <avindra@opensuse.org>
- update to 1.26.2:
* refactor(napi): simplify napi_value interface (#16170)
* fix(napi): move napi symbols file (#16179)
* chore: upgrade rusty_v8 to 0.52.0 (#16183)
* fix(ext/ffi): Fix usize and isize FFI callback parameters missing mat
* chore(napi): Add README explainer for cli/napi_sym and cli/napi (#16187)
* perf(napi): optimize primitive napi functions (#16163)
* fix(ext/fetch): support empty formdata (#16165)
* feat(core): Reorder extension initialization (#16136)
* chore(napi_sym): fix readme path (#16203)
* fix(serde_v8): avoid creating unsound slice reference (#16189)
* test(ext/fetch): enable fetch/content-type/multipart.window WPT (#16209)
* fix(ext/fetch): reject immediately on aborted signal (#16190)
* perf(ext/crypto): optimize getRandomValues (#16212)
* feat(core): improve resource read & write traits (#16115)
* fix(npm): support compiling on linux/aarch64 (#16208)
* perf(ext/cache): set journal_mode=wal (#16231)
* feat(core): add Deno.core.writeAll(rid, chunk) (#16228)
* fix sparse array inspection (#16204)
* fix(ext/fetch): fix illegal header regex (#16236)
* fix(cli): skip removing the latter part if @ appears at the beginning (#16244)
* fix(ext/fetch): throw TypeError on read failure (#16219)
* chore(ext/web): fix typo (#16248)
* chore: Added onbeforeunload to window type definition (#16251)
* fix(cli): allow importMap to be an absolute URL within the deno
config file (#16234)
* fix(ext/ffi): Invalid 'function' return type check logic, remove U32x
* fix(ext/web/streams): resolve cancelPromise in ReadableStreamTee (#16266
* fix(ext/fetch): throw TypeError on non-Uint8Array chunk (#16262)
* fix(ext/web/streams): enqueue to second branch before closing (#16269)
* fix(lsp): properly handle snippets on completions (#16274)
* chore: upgrade rusty_v8 to 0.53.0 (#16272)
* fix(ext/crypto): correct HMAC get key length op (#16201)
* fix(ext/websocket): panic on no next ws message from an already close
* bench: avoid port collision (#16285)
* fix(ext/ffi): Fix UnsafeCallback ref'ing making Deno enter a
live-loop (#16216)
* bench: don't show output (#16288)
* chore: fix windows-only clippy errors (#16289)
* refactor(core): use isolate get_data/set_data instead of slots (#16286)
* refactor(build): better handle old glibc (#16238)
* fix(docs): Documentation improvements related to JsRealm. (#16247)
* feat(unstable/task): add INIT_CWD env var (#16110)
* refactor: Add default implementation for WorkerOptions (#14860)
* chore: upgrade rusty_v8 to 0.53.1 (#16303)
* fix(npm): disable loading native module for "fsevents" package (#16273)
* refactor(core): make borrow_mut more explicit in the ops macro (#16025
* fix(ext/cache): illegal constructor (#16205)
* fix: add error cause in recursive cause tail (#16306)
* fix(cli/bench): skip strace table border (#16310)
* fix(build) fix linux symbols export list format (#16313)
* fix(lsp): treat empty import map value config as none (#16224)
* perf(ext/web): optimize op_cancel_handle (#16318)
-------------------------------------------------------------------
Sat Oct 8 23:09:47 UTC 2022 - Avindra Goolcharan <avindra@opensuse.org>
- update to 1.26.1:
* feat(npm): implement Node API (#13633)
* feat(unstable): add supp;rt for npm specifier cli arguments for
'deno cache' (#16141)
* fix(build): don't export all symbols to dynamic symbol table (#16171)
* fix(ext/cache): acquire reader lock before async op (#16126)
* fix(ext/cache): close resource on error (#16129)
* fix(ext/cache): prevent cache insert if body is not fully written (#16138)
* fix(ext/crypto): ECDH and X25519 non byte length and 0 length fixes (#16146)
* fix(ext/crypto): curve25519 import export (#16140)
* fix(ext/crypto): deriveBits for ECDH not taking length into account (#16128)
* fix(ext/crypto): ecdh spki key import/export roundtrip (#16152)
* fix(ext/crypto): fix importKey error when leading zeroes (#16009)
* fix(ext/crypto): interoperable import/export (#16153)
* fix(ext/crypto): use correct handle for public keys (#16099)
* fix(ext/fetch): Body#bodyUsed for static body (#16080)
* fix(ext/flash): Avoid sending Content-Length when status code is 204 (#15901)
* fix(node): add dns/promises and stream/consumers (#16169)
* fix(npm): better error is version is specified after subpath (#16131)
* fix(npm): handle json files in require (#16125)
* fix(npm): panic on invalid package name (#16123)
* fix(runtime): no FastStream for unrefable streams (#16095)
* fix(serde_v8): Implement MapAccess for StructAccess (#15962)
* fix(serde_v8): serialize objects with numeric keys correctly (#15946)
* fix: move Deno.hostname() from denoNsUnstable to denoNs (#16086)
* lsp: use deno:/asset instead of deno:asset (#16023)
* perf(ext/fetch): consume body using ops (#16038)
* perf: node cjs & esm analysis cache (#16097)
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Sep 29 19:17:45 UTC 2022 - Avindra Goolcharan <avindra@opensuse.org> Thu Sep 29 19:17:45 UTC 2022 - Avindra Goolcharan <avindra@opensuse.org>

View File

@ -19,7 +19,7 @@
Name: deno Name: deno
Version: 1.26.0 Version: 1.26.2
Release: 0 Release: 0
Summary: A secure JavaScript and TypeScript runtime Summary: A secure JavaScript and TypeScript runtime
License: MIT License: MIT

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:873746d09cb4d01cb86b8eec2e48fa4a91585ee891a33a07a132f41145d9aebf oid sha256:34009236109be902f5ac378937f9e561dd833229a537db6d1aafd4abbea472a5
size 67256140 size 68423588