diff --git a/_service b/_service index 546b7da..7877e0c 100644 --- a/_service +++ b/_service @@ -3,25 +3,25 @@ --> - - git - https://github.com/denoland/deno - - @PARENT_TAG@ - v2.0.2 - v(.*) - \1 - enable + + git + https://github.com/denoland/deno + + @PARENT_TAG@ + v2.0.3 + v(.*) + \1 + enable + + + deno + false + + + + deno + deno-2.0.3.tar.zst + true - - - deno-*.tar - zst - - - - deno - false - diff --git a/_servicedata b/_servicedata index 177b9fd..c3f41ec 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/denoland/deno - 22a79ea420e67e783d996d5d1d64983192cb3dd8 \ No newline at end of file + 997bd47fc27ad920f3388c94a95829ff45394c84 \ No newline at end of file diff --git a/deno-2.0.2.tar.zst b/deno-2.0.2.tar.zst deleted file mode 100644 index db4931b..0000000 --- a/deno-2.0.2.tar.zst +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:43bc789ba5c5da561f624ad6eb201547ed799876b790a7be8308324f2349512a -size 106742140 diff --git a/deno-2.0.3.tar.zst b/deno-2.0.3.tar.zst new file mode 100644 index 0000000..88477e9 --- /dev/null +++ b/deno-2.0.3.tar.zst @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:393aaa6aa470610e43c62b339fdd18e331bfb4c2d55d19dd4319a84442153fc5 +size 98937744 diff --git a/deno.changes b/deno.changes index be20d28..7790c17 100644 --- a/deno.changes +++ b/deno.changes @@ -1,3 +1,70 @@ +------------------------------------------------------------------- +Sun Oct 27 03:44:59 UTC 2024 - Soc Virnyl Estela + +- Update to version 2.0.3: + * fix(install): don't cache json exports of JSR packages (for now) + * chore: remove print debugging from test server + * fix(ext/node): refactor http.ServerResponse into function class + * bench: remove http benchmarks + * fix: add 'fmt-component' to unstable features in schema file + * perf(compile): pass module source data from binary directly to v8 + * fix(fmt): --ext flag requires to pass files + * fix: `.npmrc` settings not being passed to install/add command + * refactor(ext/node): use concrete error types + * Revert "fix(runtime): send ws ping frames from inspector server (#263… + * fix(config): schemas for lint rule and tag autocompletion + * fix(node/util): support array formats in `styleText` + * feat: support node-api in denort + * fix(ext/node): cancel pending ipc writes on channel close + * fix(ext/node): only set our end of child process pipe to nonblocking mode + * fix(ext/ffi): return u64/i64 as bigints from nonblocking ffi calls + * fix(install): cache all exports of JSR packages listed in `deno.json` + * fix(install): cache type only module deps in `deno install` + * fix(node:tls): set TLSSocket.alpnProtocol for client connections + * fix: share inotify fd across watchers + * fix(ext/node): map `ERROR_INVALID_NAME` to `ENOENT` on windows + * fix(check): support `--frozen` on deno check + * refactor: add 'docs' suggestion + * fix(cli): increase size of blocking task threadpool on windows + * fix: unpin tokio version + * fix(fmt): upgrade formatters + * fix(ext/console): ignore casing for named colors in css parsing + * refactor(runtime/ops): use concrete error types + * fix(install): update lockfile when using package.json + * fix(lsp): import-map-remap quickfix for type imports + * fix(npm): support version ranges with && or comma + * fix(install): better json editing + * feat(lsp): interactive inlay hints + * fix(ext/node): use primordials in `ext/node/polyfills/https.ts` + * chore: update nix crate + * chore: update release doc template + * perf: avoid multiple calls to runMicrotask + * refactor(ext/webgpu): use concrete error type + * refactor(ext/fetch): use concrete error types + * Revert "ci: use self-hosted mac arm runner" + * refactor(ext/http): use concrete error types + * refactor(ext/crypto): use concrete error types + * fix(ext/node): stub HTTPParser internal binding + * fix(info): resolve workspace member mappings + * refactor(ext/websocket): use concrete error type + * fix(npm): ensure scoped package name is encoded in URLs + * fix(ext/node): properly map reparse point error in readlink + * refactor(ext/fs): use concrete error types + * fix(help): missing package specifier + +------------------------------------------------------------------- +Mon Oct 21 14:02:42 UTC 2024 - Soc Virnyl Estela + +- Experiment on obs-service-roast to generate tarball from cloned + repository. Note that obs-service-roast is not yet in openSUSE. + I still plan to add it once other things are finalised such as + managing version names. + +------------------------------------------------------------------- +Sun Oct 20 07:35:50 UTC 2024 - Soc Virnyl Estela + +- Update _service file to use recomprizz instead of recompress + ------------------------------------------------------------------- Fri Oct 18 03:59:38 UTC 2024 - Soc Virnyl Estela diff --git a/deno.obsinfo b/deno.obsinfo index f3e0ea5..f12af31 100644 --- a/deno.obsinfo +++ b/deno.obsinfo @@ -1,4 +1,4 @@ name: deno -version: 2.0.2 -mtime: 1729207716 -commit: 22a79ea420e67e783d996d5d1d64983192cb3dd8 +version: 2.0.3 +mtime: 1729817872 +commit: 997bd47fc27ad920f3388c94a95829ff45394c84 diff --git a/deno.spec b/deno.spec index cc9e7bb..7343eb3 100644 --- a/deno.spec +++ b/deno.spec @@ -20,7 +20,7 @@ %global _lto_cflags %nil Name: deno -Version: 2.0.2 +Version: 2.0.3 Release: 0 Summary: A secure JavaScript and TypeScript runtime License: MIT @@ -97,7 +97,7 @@ Remote code is fetched and cached on first execution, and only updated with the --reload flag. %prep -%autosetup -a1 -p1 +%autosetup -a1 -p1 -n %{name} # From archlinux. We are using a patched v8 from our build unlink $PWD/rusty_v8 || true diff --git a/vendor.tar.zst b/vendor.tar.zst index df67c40..ea29a76 100644 --- a/vendor.tar.zst +++ b/vendor.tar.zst @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4b9c842b5a6d1825b288da11b210a26d6720ed97a7e89ffebeef9d26c32591d8 -size 94956458 +oid sha256:7b68689da277f9b4392e84586fee43563d6830d4504a6a6f0fd5cc956514b958 +size 94796764