Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package eza for openSUSE:Factory checked in 
at 2024-09-19 21:17:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/eza (Old)
 and      /work/SRC/openSUSE:Factory/.eza.new.29891 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "eza"

Thu Sep 19 21:17:11 2024 rev:48 rq:1201854 version:0.19.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/eza/eza.changes  2024-09-12 16:58:44.794820508 
+0200
+++ /work/SRC/openSUSE:Factory/.eza.new.29891/eza.changes       2024-09-19 
21:17:29.458839825 +0200
@@ -1,0 +2,9 @@
+Wed Sep 18 19:37:55 UTC 2024 - Michael Vetter <mvet...@suse.com>
+
+- Update to 0.19.4:
+  Bug Fixes:
+  * Remove non_alpha from percent encoding to fix hyprlinks
+  Features:
+  * Pass from serde_yaml to serde_norway
+
+-------------------------------------------------------------------

Old:
----
  eza-0.19.3+0.obscpio

New:
----
  eza-0.19.4.obscpio

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

Other differences:
------------------
++++++ eza.spec ++++++
--- /var/tmp/diff_new_pack.Hb6INY/_old  2024-09-19 21:17:31.422921241 +0200
+++ /var/tmp/diff_new_pack.Hb6INY/_new  2024-09-19 21:17:31.426921407 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           eza
-Version:        0.19.3+0
+Version:        0.19.4
 Release:        0
 Summary:        Replacement for ls written in Rust
 License:        MIT

++++++ _service ++++++
--- /var/tmp/diff_new_pack.Hb6INY/_old  2024-09-19 21:17:31.458922733 +0200
+++ /var/tmp/diff_new_pack.Hb6INY/_new  2024-09-19 21:17:31.458922733 +0200
@@ -1,9 +1,9 @@
 <services>
   <service mode="manual" name="obs_scm">
     <param name="url">https://github.com/eza-community/eza.git</param>
-    <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
+    <param name="versionformat">@PARENT_TAG@</param>
     <param name="scm">git</param>
-    <param name="revision">v0.19.3</param>
+    <param name="revision">v0.19.4</param>
     <param name="match-tag">*</param>
     <param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
     <param name="versionrewrite-replacement">\1</param>

++++++ eza-0.19.3+0.obscpio -> eza-0.19.4.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/eza-0.19.3+0/CHANGELOG.md new/eza-0.19.4/CHANGELOG.md
--- old/eza-0.19.3+0/CHANGELOG.md       2024-09-12 07:20:55.000000000 +0200
+++ new/eza-0.19.4/CHANGELOG.md 2024-09-18 15:53:01.000000000 +0200
@@ -1,5 +1,15 @@
 # Changelog
 
+## [0.19.4] - 2024-09-18
+
+### Bug Fixes
+
+- Remove non_alpha from percent encoding to fix hyprlinks
+
+### Features
+
+- Pass from serde_yaml to serde_norway
+
 ## [0.19.3] - 2024-09-12
 
 ### Bug Fixes
@@ -19,6 +29,7 @@
 ### Miscellaneous Tasks
 
 - Rename justfile
+- Eza v0.19.3 changelogs, version bump
 
 ### Refactor
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/eza-0.19.3+0/Cargo.lock new/eza-0.19.4/Cargo.lock
--- old/eza-0.19.3+0/Cargo.lock 2024-09-12 07:20:55.000000000 +0200
+++ new/eza-0.19.4/Cargo.lock   2024-09-18 15:53:01.000000000 +0200
@@ -408,7 +408,7 @@
 
 [[package]]
 name = "eza"
-version = "0.19.3"
+version = "0.19.4"
 dependencies = [
  "ansi-width",
  "chrono",
@@ -431,7 +431,7 @@
  "proc-mounts",
  "rayon",
  "serde",
- "serde_yaml",
+ "serde_norway",
  "terminal_size",
  "timeago",
  "trycmd",
@@ -577,9 +577,9 @@
 
 [[package]]
 name = "indexmap"
-version = "2.1.0"
+version = "2.5.0"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "d530e1a18b1cb4c484e6e34556a0d948706958449fca0cab753d649f2bce3d1f"
+checksum = "68b900aa2f7301e21c36462b170ee99994de34dff39a4a6a528e80e7376d07e5"
 dependencies = [
  "equivalent",
  "hashbrown",
@@ -1116,18 +1116,18 @@
 
 [[package]]
 name = "serde"
-version = "1.0.193"
+version = "1.0.210"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "25dd9975e68d0cb5aa1120c288333fc98731bd1dd12f561e468ea4728c042b89"
+checksum = "c8e3592472072e6e22e0a54d5904d9febf8508f65fb8552499a1abc7d1078c3a"
 dependencies = [
  "serde_derive",
 ]
 
 [[package]]
 name = "serde_derive"
-version = "1.0.193"
+version = "1.0.210"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "43576ca501357b9b071ac53cdc7da8ef0cbd9493d8df094cd821777ea6e894d3"
+checksum = "243902eda00fad750862fc144cea25caca5e20d615af0a81bee94ca738f1df1f"
 dependencies = [
  "proc-macro2",
  "quote",
@@ -1146,25 +1146,25 @@
 ]
 
 [[package]]
-name = "serde_spanned"
-version = "0.6.5"
+name = "serde_norway"
+version = "0.9.38"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "eb3622f419d1296904700073ea6cc23ad690adbd66f13ea683df73298736f0c1"
+checksum = "46ed7109f6112481319ad20539e5c4411125c0e8133502a35dc0f80d19d9beb5"
 dependencies = [
+ "indexmap",
+ "itoa",
+ "ryu",
  "serde",
+ "unsafe-libyaml",
 ]
 
 [[package]]
-name = "serde_yaml"
-version = "0.9.29"
+name = "serde_spanned"
+version = "0.6.5"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "a15e0ef66bf939a7c890a0bf6d5a733c70202225f9888a89ed5c62298b019129"
+checksum = "eb3622f419d1296904700073ea6cc23ad690adbd66f13ea683df73298736f0c1"
 dependencies = [
- "indexmap",
- "itoa",
- "ryu",
  "serde",
- "unsafe-libyaml",
 ]
 
 [[package]]
@@ -1403,9 +1403,9 @@
 
 [[package]]
 name = "unsafe-libyaml"
-version = "0.2.10"
+version = "0.2.11"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "ab4c90930b95a82d00dc9e9ac071b4991924390d46cbd0dfe566148667605e4b"
+checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
 
 [[package]]
 name = "url"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/eza-0.19.3+0/Cargo.toml new/eza-0.19.4/Cargo.toml
--- old/eza-0.19.3+0/Cargo.toml 2024-09-12 07:20:55.000000000 +0200
+++ new/eza-0.19.4/Cargo.toml   2024-09-18 15:53:01.000000000 +0200
@@ -16,7 +16,7 @@
 homepage = "https://github.com/eza-community/eza";
 license = "MIT"
 repository = "https://github.com/eza-community/eza";
-version = "0.19.3"
+version = "0.19.4"
 
 
 [package.metadata.deb]
@@ -96,8 +96,9 @@
 zoneinfo_compiled = "0.5.1"
 ansi-width = "0.1.0"
 serde = { version = "1.0.193", features = ["derive"] }
-serde_yaml = "0.9.29"
 dirs = "5.0.1"
+serde_norway = "0.9"
+
 [dependencies.git2]
 version = "0.19"
 optional = true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/eza-0.19.3+0/src/options/config.rs 
new/eza-0.19.4/src/options/config.rs
--- old/eza-0.19.3+0/src/options/config.rs      2024-09-12 07:20:55.000000000 
+0200
+++ new/eza-0.19.4/src/options/config.rs        2024-09-18 15:53:01.000000000 
+0200
@@ -2,7 +2,7 @@
 use crate::theme::*;
 use nu_ansi_term::{Color, Style};
 use serde::{Deserialize, Deserializer, Serialize};
-use serde_yaml;
+use serde_norway;
 use std::collections::HashMap;
 use std::path::PathBuf;
 
@@ -605,11 +605,11 @@
             ConfigLoc::Default => {
                 let path = dirs::config_dir()?.join("eza").join("theme.yml");
                 let file = std::fs::File::open(path).ok()?;
-                serde_yaml::from_reader(&file).ok()
+                serde_norway::from_reader(&file).ok()
             }
             ConfigLoc::Env(path) => {
                 let file = std::fs::File::open(path).ok()?;
-                serde_yaml::from_reader(&file).ok()
+                serde_norway::from_reader(&file).ok()
             }
         };
         FromOverride::from(ui_styles_override, Some(UiStyles::default()))
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/eza-0.19.3+0/src/output/file_name.rs 
new/eza-0.19.4/src/output/file_name.rs
--- old/eza-0.19.3+0/src/output/file_name.rs    2024-09-12 07:20:55.000000000 
+0200
+++ new/eza-0.19.4/src/output/file_name.rs      2024-09-18 15:53:01.000000000 
+0200
@@ -402,7 +402,7 @@
         &self,
         style_override: Option<Style>,
     ) -> Vec<ANSIString<'unused>> {
-        use percent_encoding::{utf8_percent_encode, NON_ALPHANUMERIC};
+        use percent_encoding::{utf8_percent_encode, CONTROLS};
 
         const HYPERLINK_START: &str = "\x1B]8;;";
         const HYPERLINK_END: &str = "\x1B\x5C";
@@ -417,7 +417,7 @@
                 .absolute_path()
                 .and_then(|p| p.as_os_str().to_str())
             {
-                let abs_path = utf8_percent_encode(abs_path, 
NON_ALPHANUMERIC).to_string();
+                let abs_path = utf8_percent_encode(abs_path, 
CONTROLS).to_string();
 
                 // On Windows, `std::fs::canonicalize` adds the Win32 File 
prefix, which we need to remove
                 #[cfg(target_os = "windows")]

++++++ eza.obsinfo ++++++
--- /var/tmp/diff_new_pack.Hb6INY/_old  2024-09-19 21:17:31.842938651 +0200
+++ /var/tmp/diff_new_pack.Hb6INY/_new  2024-09-19 21:17:31.842938651 +0200
@@ -1,5 +1,5 @@
 name: eza
-version: 0.19.3+0
-mtime: 1726118455
-commit: b4ccf534ae0cd083b5571b69ab8a098548814b48
+version: 0.19.4
+mtime: 1726667581
+commit: eb2fe2c6f34e4ad97ee8af5871f221048000dee3
 

++++++ vendor.tar.zst ++++++
/work/SRC/openSUSE:Factory/eza/vendor.tar.zst 
/work/SRC/openSUSE:Factory/.eza.new.29891/vendor.tar.zst differ: char 414308, 
line 1692

Reply via email to