Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package deno for openSUSE:Factory checked in 
at 2024-11-08 12:00:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/deno (Old)
 and      /work/SRC/openSUSE:Factory/.deno.new.2017 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "deno"

Fri Nov  8 12:00:32 2024 rev:54 rq:1222601 version:2.0.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/deno/deno.changes        2024-11-04 
22:42:55.369272076 +0100
+++ /work/SRC/openSUSE:Factory/.deno.new.2017/deno.changes      2024-11-08 
12:04:55.539350366 +0100
@@ -1,0 +2,37 @@
+Thu Nov  7 11:32:30 UTC 2024 - Soc Virnyl Estela 
<uncomfyhaloma...@opensuse.org>
+
+- Update to version 2.0.5:
+  * fix: panic_hook hangs without procfs
+  * chore: deprecate run itests
+  * fix(install): handle invalid function error, and fallback to junctions 
regardless of the error
+  * fix: op_run_microtasks crash
+  * fix(add): better error message when adding package that only has 
pre-release versions
+  * chore: fix serve_watch_all test
+  * ci: use self-hosted mac arm runner for building on tags
+  * fix(workspace): support wildcard packages
+  * fix(ext/node): add `findSourceMap` to the default export of `node:module`
+  * fix(fmt): do not panic for jsx ignore container followed by jsx text
+  * fix(lsp): scope attribution for lazily loaded assets
+  * fix(types): missing `import` permission on `PermissionOptionsObject`
+  * fix(fmt): ignore file directive for YAML files
+  * refactor(runtime/permissions): use concrete error types
+  * chore: update dlint to v0.68.0 for internal
+  * perf(lsp): don't walk coverage directory
+  * fix(add): only add npm deps to package.json if it's at least as close as 
deno.json
+  * fix: improved support for cjs and cts modules
+  * chore: upgrade to rust 1.82 and LLVM 19
+  * fix(cli): set `npm_config_user_agent` when running npm packages or tasks
+  * fix(node): Implement `os.userInfo` properly, add missing `toPrimitive`
+  * fix(ext/node): resolve exports even if parent module filename isn't present
+  * fix(ext/node): convert errors from `fs.readFile/fs.readFileSync` to node 
format
+  * fix: surface package.json location on dep parse failure
+  * fix(coverage): exclude comment lines from coverage reports
+  * fix(fmt): fix several HTML and components issues
+  * fix(lsp): include unstable features from editor settings
+  * fix: clamp smi in fast calls by default
+  * fix: remove permission check in op_require_node_module_paths
+  * fix(ext/node): return `this` from `http.Server.ref/unref()`
+  * fix(serve): support serve hmr
+  * docs(console): Update docstrings for install and uninstall
+
+-------------------------------------------------------------------
@@ -4 +41,2 @@
-- Experiement with vendoring cargo home registry.
+- Experiment with vendoring cargo home registry. See the documentation at
+  
https://github.com/openSUSE-Rust/obs-service-cargo/blob/master/README.md#cargo-vendor-home-registry

Old:
----
  deno-2.0.4.tar.zst

New:
----
  deno-2.0.5.tar.zst

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ deno.spec ++++++
--- /var/tmp/diff_new_pack.RTWmGo/_old  2024-11-08 12:04:58.523475337 +0100
+++ /var/tmp/diff_new_pack.RTWmGo/_new  2024-11-08 12:04:58.523475337 +0100
@@ -20,7 +20,7 @@
 
 %global _lto_cflags %nil
 Name:           deno
-Version:        2.0.4
+Version:        2.0.5
 Release:        0
 Summary:        A secure JavaScript and TypeScript runtime
 License:        MIT

++++++ _service ++++++
--- /var/tmp/diff_new_pack.RTWmGo/_old  2024-11-08 12:04:58.559476845 +0100
+++ /var/tmp/diff_new_pack.RTWmGo/_new  2024-11-08 12:04:58.563477012 +0100
@@ -8,19 +8,21 @@
    <param name="url">https://github.com/denoland/deno</param>
    <!-- param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@</param -->
    <param name="versionformat">@PARENT_TAG@</param>
-   <param name="revision">v2.0.4</param>
+   <param name="revision">v2.0.5</param>
    <param name="versionrewrite-pattern">v(.*)</param>
    <param name="versionrewrite-replacement">\1</param>
    <param name="changesgenerate">enable</param>
  </service>
- <service name="cargo_vendor_home_registry" mode="manual">
+ <service name="cargo_vendor" mode="manual">
     <param name="update">false</param>
+    <param name="respect-lockfile">true</param>
+    <param name="method">registry</param>
     <param name="src">deno</param>
  </service>
  <service mode="manual" name="set_version"/>
  <service name="roast" mode="manual">
    <param name="target">deno</param>
-   <param name="outfile">deno-2.0.4.tar.zst</param>
+   <param name="outfile">deno-2.0.5.tar.zst</param>
    <param name="preserve-root">true</param>
    <param name="reproducible">true</param>
  </service>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.RTWmGo/_old  2024-11-08 12:04:58.583477850 +0100
+++ /var/tmp/diff_new_pack.RTWmGo/_new  2024-11-08 12:04:58.587478017 +0100
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param name="url">https://github.com/denoland/deno</param>
-              <param 
name="changesrevision">b7c282d2f80b12b0b2a435780fb0ea2b236ab224</param></service></servicedata>
+              <param 
name="changesrevision">78a799b4947461eb5c6092295cbcdabfe94053f7</param></service></servicedata>
 (No newline at EOF)
 

++++++ deno-2.0.4.tar.zst -> deno-2.0.5.tar.zst ++++++
/work/SRC/openSUSE:Factory/deno/deno-2.0.4.tar.zst 
/work/SRC/openSUSE:Factory/.deno.new.2017/deno-2.0.5.tar.zst differ: char 7, 
line 1

++++++ deno.obsinfo ++++++
--- /var/tmp/diff_new_pack.RTWmGo/_old  2024-11-08 12:04:58.623479525 +0100
+++ /var/tmp/diff_new_pack.RTWmGo/_new  2024-11-08 12:04:58.627479692 +0100
@@ -1,5 +1,5 @@
 name: deno
-version: 2.0.4
-mtime: 1730247335
-commit: b7c282d2f80b12b0b2a435780fb0ea2b236ab224
+version: 2.0.5
+mtime: 1730852345
+commit: 78a799b4947461eb5c6092295cbcdabfe94053f7
 

++++++ registry.tar.zst ++++++
/work/SRC/openSUSE:Factory/deno/registry.tar.zst 
/work/SRC/openSUSE:Factory/.deno.new.2017/registry.tar.zst differ: char 
7104016, line 27607

Reply via email to