Avindra Goolcharan 2021-02-20 21:28:01 +00:00 committed by Git OBS Bridge
parent a9596ce8db
commit 41ee2bfc99
7 changed files with 35 additions and 11 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.7.3</param>
<param name="version">1.7.3</param>
<param name="revision">0cf952e7fbcabb90b0b9999eabd12d22a458f933</param>
<param name="version">1.7.5</param>
<!-- remove large docs -->
<param name="exclude">docs</param>
@ -37,8 +37,8 @@
<service name="tar_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://github.com/denoland/rusty_v8</param>
<param name="revision">v0.17.0</param>
<param name="version">0.17.0</param>
<param name="revision">v0.19.0</param>
<param name="version">0.19.0</param>
<param name="exclude">.github</param>
<!--

View File

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

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

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

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Sat Feb 20 20:18:54 UTC 2021 - Avindra Goolcharan <avindra@opensuse.org>
- update to v1.7.5
* fix: align btoa to spec
* fix: Don't use file names from source maps
* fix: Make dynamic import async errors catchable
* fix: webidl utils and align Event to spec
* fix(lsp): document spans use original range
* fix(lsp): handle cached type dependencies properly
* fix(lsp): handle data URLs properly
* std updated to v0.88.0:
+ BREAKING(encoding): remove module utf8.ts
+ chore: fix typo in contributing section
+ docs(bytes): improve README.md
+ feat(node): add native module polyfills: url, crypto
+ feat(node): add tty module
+ feat(node): support conditional exports
+ fix(std/testing) : Handle Symbols correctly in deep equalities
+ test(node): run external tests with --quiet
- includes v1.7.4
* nothing different since 1.7.3
- includes revision with rusty_v8 0.19.0
-------------------------------------------------------------------
Fri Feb 12 17:23:17 UTC 2021 - Avindra Goolcharan <avindra@opensuse.org>

View File

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

View File

@ -62,5 +62,5 @@ tar -cf - vendor/ | xz -9 -c - > vendor-merged.tar.xz
echo "done"
echo "Inspect the tarball and replace the"
echo "existing one if it's ok. Should be under 30MB."
echo "existing one if it's ok. Should be ~40MB."
ls -lh "$wd/vendor-merged.tar.xz"

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e25d74dc762008d0d175e6bcd2d40602b16e1748dd3a649e652b6d0778b6899f
size 33708500
oid sha256:9f41a1f4e644abcce206a6f6c55431cba58334753fd8f69918f324b301b7360f
size 48101444