Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package eza for openSUSE:Factory checked in at 2025-02-28 17:39:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/eza (Old) and /work/SRC/openSUSE:Factory/.eza.new.19136 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "eza" Fri Feb 28 17:39:04 2025 rev:65 rq:1249081 version:0.20.23 Changes: -------- --- /work/SRC/openSUSE:Factory/eza/eza.changes 2025-02-21 21:38:52.326495216 +0100 +++ /work/SRC/openSUSE:Factory/.eza.new.19136/eza.changes 2025-02-28 17:39:57.466170611 +0100 @@ -1,0 +2,12 @@ +Thu Feb 27 19:37:14 UTC 2025 - Michael Vetter <mvet...@suse.com> + +- Update to 0.20.23: + Bug Fixes: + * Add Pixi installation instructions + Build: + * Bump libc from 0.2.169 to 0.2.170 + * Bump serde from 1.0.217 to 1.0.218 + * Bump log from 0.4.25 to 0.4.26 + * Bump trycmd from 0.15.8 to 0.15.9 + +------------------------------------------------------------------- Old: ---- eza-0.20.22.obscpio New: ---- eza-0.20.23.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ eza.spec ++++++ --- /var/tmp/diff_new_pack.Rt5yz3/_old 2025-02-28 17:39:58.590217653 +0100 +++ /var/tmp/diff_new_pack.Rt5yz3/_new 2025-02-28 17:39:58.590217653 +0100 @@ -17,7 +17,7 @@ Name: eza -Version: 0.20.22 +Version: 0.20.23 Release: 0 Summary: Replacement for ls written in Rust License: EUPL-1.2 ++++++ _service ++++++ --- /var/tmp/diff_new_pack.Rt5yz3/_old 2025-02-28 17:39:58.630219327 +0100 +++ /var/tmp/diff_new_pack.Rt5yz3/_new 2025-02-28 17:39:58.634219494 +0100 @@ -3,7 +3,7 @@ <param name="url">https://github.com/eza-community/eza.git</param> <param name="versionformat">@PARENT_TAG@</param> <param name="scm">git</param> - <param name="revision">v0.20.22</param> + <param name="revision">v0.20.23</param> <param name="match-tag">*</param> <param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param> <param name="versionrewrite-replacement">\1</param> ++++++ eza-0.20.22.obscpio -> eza-0.20.23.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/eza-0.20.22/.github/workflows/unit-tests.yml new/eza-0.20.23/.github/workflows/unit-tests.yml --- old/eza-0.20.22/.github/workflows/unit-tests.yml 2025-02-20 06:49:00.000000000 +0100 +++ new/eza-0.20.23/.github/workflows/unit-tests.yml 2025-02-27 10:36:43.000000000 +0100 @@ -180,8 +180,6 @@ - uses: actions/checkout@v4 - name: Install Nix uses: DeterminateSystems/nix-installer-action@v16 - - name: Setup Nix cache - uses: DeterminateSystems/magic-nix-cache-action@main - name: Nix Flake Check run: nix build .#checks.${{ matrix.target }}.${{ matrix.checks }} -L flake-build: @@ -196,7 +194,5 @@ - uses: actions/checkout@v4 - name: Install Nix uses: DeterminateSystems/nix-installer-action@v16 - - name: Setup Nix cache - uses: DeterminateSystems/magic-nix-cache-action@main - name: Nix Build run: nix build .#packages.${{ matrix.target }}.default -L diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/eza-0.20.22/CHANGELOG.md new/eza-0.20.23/CHANGELOG.md --- old/eza-0.20.22/CHANGELOG.md 2025-02-20 06:49:00.000000000 +0100 +++ new/eza-0.20.23/CHANGELOG.md 2025-02-27 10:36:43.000000000 +0100 @@ -6,6 +6,23 @@ --> # Changelog +## [0.20.23] - 2025-02-27 + +### Bug Fixes + +- Add Pixi installation instructions + +### Build + +- Bump libc from 0.2.169 to 0.2.170 +- Bump serde from 1.0.217 to 1.0.218 +- Bump log from 0.4.25 to 0.4.26 +- Bump trycmd from 0.15.8 to 0.15.9 + +### Ci + +- Remove magic nix cache + ## [0.20.22] - 2025-02-20 ### Features @@ -17,6 +34,10 @@ - Add renovate icon for renovate.json - Add elixir icon for *.eex, *.leex and mix.lock +### Miscellaneous Tasks + +- Eza v0.20.22 changelogs, version bump + ### Build - Bump once_cell from 1.20.2 to 1.20.3 @@ -815,16 +836,6 @@ ## [0.18.13] - 2024-04-25 -### Features - -- Generate completion/manpage tarballs on release - -### Miscellaneous Tasks - -- Release eza v0.18.13 - -## [0.18.12] - 2024-04-22 - ### Bug Fixes - Allow unused imports for freebsd @@ -833,6 +844,11 @@ ### Features - Add scheme filetype and icons +- Generate completion/manpage tarballs on release + +### Miscellaneous Tasks + +- Release eza v0.18.13 ## [0.18.11] - 2024-04-19 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/eza-0.20.22/Cargo.lock new/eza-0.20.23/Cargo.lock --- old/eza-0.20.22/Cargo.lock 2025-02-20 06:49:00.000000000 +0100 +++ new/eza-0.20.23/Cargo.lock 2025-02-27 10:36:43.000000000 +0100 @@ -434,7 +434,7 @@ [[package]] name = "eza" -version = "0.20.22" +version = "0.20.23" dependencies = [ "ansi-width", "backtrace", @@ -814,9 +814,9 @@ [[package]] name = "libc" -version = "0.2.169" +version = "0.2.170" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a" +checksum = "875b3680cb2f8f71bdcf9a30f38d48282f5d3c95cbf9b3fa57269bb5d5c06828" [[package]] name = "libgit2-sys" @@ -877,9 +877,9 @@ [[package]] name = "log" -version = "0.4.25" +version = "0.4.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "04cbf5b083de1c7e0222a7a51dbfdba1cbe1c6ab0b15e29fff3f6c077fd9cd9f" +checksum = "30bde2b3dc3671ae49d8e2e9f044c7c005836e7a023ee57cffa25ab82764bb9e" [[package]] name = "memchr" @@ -1304,18 +1304,18 @@ [[package]] name = "serde" -version = "1.0.217" +version = "1.0.218" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "02fc4265df13d6fa1d00ecff087228cc0a2b5f3c0e87e258d8b94a156e984c70" +checksum = "e8dfc9d19bdbf6d17e22319da49161d5d0108e4188e8b680aef6299eed22df60" dependencies = [ "serde_derive", ] [[package]] name = "serde_derive" -version = "1.0.217" +version = "1.0.218" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5a9bf7cf98d04a2b28aead066b7496853d4779c9cc183c440dbac457641e19a0" +checksum = "f09503e191f4e797cb8aac08e9a4a4695c5edf6a2e70e376d961ddd5c969f82b" dependencies = [ "proc-macro2", "quote", @@ -1584,9 +1584,9 @@ [[package]] name = "trycmd" -version = "0.15.8" +version = "0.15.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "656073a28690a4b8dfd578d1df087826cf8fa53c8161dbd90130d092570a21e1" +checksum = "a8b5cf29388862aac065d6597ac9c8e842d1cc827cb50f7c32f11d29442eaae4" dependencies = [ "anstream", "automod", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/eza-0.20.22/Cargo.toml new/eza-0.20.23/Cargo.toml --- old/eza-0.20.22/Cargo.toml 2025-02-20 06:49:00.000000000 +0100 +++ new/eza-0.20.23/Cargo.toml 2025-02-27 10:36:43.000000000 +0100 @@ -29,7 +29,7 @@ homepage = "https://github.com/eza-community/eza" license = "EUPL-1.2" repository = "https://github.com/eza-community/eza" -version = "0.20.22" +version = "0.20.23" [package.metadata.deb] @@ -108,7 +108,7 @@ unicode-width = "0.2" zoneinfo_compiled = "0.5.1" ansi-width = "0.1.0" -serde = { version = "1.0.215", features = ["derive"] } +serde = { version = "1.0.218", features = ["derive"] } dirs = "6.0.0" serde_norway = "0.9" backtrace = "0.3" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/eza-0.20.22/INSTALL.md new/eza-0.20.23/INSTALL.md --- old/eza-0.20.22/INSTALL.md 2025-02-20 06:49:00.000000000 +0100 +++ new/eza-0.20.23/INSTALL.md 2025-02-27 10:36:43.000000000 +0100 @@ -158,6 +158,16 @@ sudo ln -s /usr/local/bin/eza /usr/local/bin/exa ``` +### Pixi (Linux, MacOS, and Windows) + +[](https://prefix.dev/channels/conda-forge/packages/eza) + +Eza is available in the conda-forge repository and can be installed using [Pixi](https://pixi.sh/latest/): + +```shell +pixi global install eza +``` + ### Brew (MacOS) [](https://repology.org/project/eza/versions) ++++++ eza.obsinfo ++++++ --- /var/tmp/diff_new_pack.Rt5yz3/_old 2025-02-28 17:39:58.986234226 +0100 +++ /var/tmp/diff_new_pack.Rt5yz3/_new 2025-02-28 17:39:58.990234394 +0100 @@ -1,5 +1,5 @@ name: eza -version: 0.20.22 -mtime: 1740030540 -commit: 8692b1be0038b4736a16ff387cd211fe4f5e3704 +version: 0.20.23 +mtime: 1740649003 +commit: 6ff233abbcb8af390c6356791c34a8676d3e4caa ++++++ vendor.tar.zst ++++++ /work/SRC/openSUSE:Factory/eza/vendor.tar.zst /work/SRC/openSUSE:Factory/.eza.new.19136/vendor.tar.zst differ: char 7, line 1