Accepting request 1079305 from devel:languages:javascript

- update to 1.32.4:
  * Revert "fix(cli): don't store blob and data urls in the module cache (#18261)"
    (#18572)
  * feat(core): sync io ops in core (#18603)
  * feat(ext/http): add an op to perform raw HTTP upgrade (#18511)
  * fix(core): preserve syntax error locations in dynamic imports (#18664)
  * fix(ext/cache): cache.put overwrites previous call (#18649)
  * fix(ext/kv): keys must be arrays (#18655)
  * fix(ext/node): add X509Certificate (#18625)
  * fix(ext/node): add symmetric keygen (#18609)
  * fix(ext/node): fix unable to resolve fraction.js (#18544)
  * fix(ext/node): implement hkdf-expand (#18612)
  * fix(ext/node): json encode binary command name (#18596)
  * fix(npm): cache bust npm specifiers more aggressively (#18636)
  * fix(npm): do not "npm install" when npm specifier happens to
    match package.json entry (#18660)
  * fix(npm): reload an npm package's dependency's information
    when version not found (#18622)
  * perf(ext/io): remove a data copy from File write (#18601)
  * perf(ext/websocket): replace tokio_tungstenite server with
    fastwebsockets (#18587)

OBS-URL: https://build.opensuse.org/request/show/1079305
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/deno?expand=0&rev=13
This commit is contained in:
Dominique Leuenberger 2023-04-14 11:13:27 +00:00 committed by Git OBS Bridge
commit 358a36d3c6
6 changed files with 33 additions and 8 deletions

View File

@ -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.32.3</param>
<param name="version">1.32.3</param>
<param name="revision">v1.32.4</param>
<param name="version">1.32.4</param>
<!-- remove large docs -->
<param name="exclude">docs</param>

View File

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

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

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

View File

@ -1,3 +1,28 @@
-------------------------------------------------------------------
Thu Apr 13 21:58:41 UTC 2023 - Avindra Goolcharan <avindra@opensuse.org>
- update to 1.32.4:
* Revert "fix(cli): don't store blob and data urls in the module cache (#18261)"
(#18572)
* feat(core): sync io ops in core (#18603)
* feat(ext/http): add an op to perform raw HTTP upgrade (#18511)
* fix(core): preserve syntax error locations in dynamic imports (#18664)
* fix(ext/cache): cache.put overwrites previous call (#18649)
* fix(ext/kv): keys must be arrays (#18655)
* fix(ext/node): add X509Certificate (#18625)
* fix(ext/node): add symmetric keygen (#18609)
* fix(ext/node): fix unable to resolve fraction.js (#18544)
* fix(ext/node): implement hkdf-expand (#18612)
* fix(ext/node): json encode binary command name (#18596)
* fix(npm): cache bust npm specifiers more aggressively (#18636)
* fix(npm): do not "npm install" when npm specifier happens to
match package.json entry (#18660)
* fix(npm): reload an npm package's dependency's information
when version not found (#18622)
* perf(ext/io): remove a data copy from File write (#18601)
* perf(ext/websocket): replace tokio_tungstenite server with
fastwebsockets (#18587)
-------------------------------------------------------------------
Sun Apr 2 02:45:22 UTC 2023 - Avindra Goolcharan <avindra@opensuse.org>

View File

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

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cc4c3468aa9703f61ba0555278fe3edd0aee67a9a697a9ec3773c47cda15b316
size 68831456
oid sha256:59ff3bfde1a27c82b8b45031c1fa1ff55de9cd610bddd75520a6b2a4bbc22f79
size 68710904