1.7.3 -> 1.7.5+
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/deno?expand=0&rev=8
This commit is contained in:
parent
a9596ce8db
commit
41ee2bfc99
8
_service
8
_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.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>
|
||||
|
||||
<!--
|
||||
|
@ -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
3
deno-1.7.5.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:73ab1773189f17074d25f0115bc0ed6bf676bc50e4488780498a904a370af7fa
|
||||
size 6007716
|
24
deno.changes
24
deno.changes
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e25d74dc762008d0d175e6bcd2d40602b16e1748dd3a649e652b6d0778b6899f
|
||||
size 33708500
|
||||
oid sha256:9f41a1f4e644abcce206a6f6c55431cba58334753fd8f69918f324b301b7360f
|
||||
size 48101444
|
||||
|
Loading…
Reference in New Issue
Block a user