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-07-25 15:39:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/eza (Old) and /work/SRC/openSUSE:Factory/.eza.new.1882 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "eza" Thu Jul 25 15:39:59 2024 rev:42 rq:1189574 version:0.18.23+0 Changes: -------- --- /work/SRC/openSUSE:Factory/eza/eza.changes 2024-07-18 19:19:31.614735112 +0200 +++ /work/SRC/openSUSE:Factory/.eza.new.1882/eza.changes 2024-07-25 16:22:11.395052927 +0200 @@ -1,0 +2,13 @@ +Thu Jul 25 09:59:58 UTC 2024 - Michael Vetter <mvet...@suse.com> + +- Update to 0.18.23: + Bug Fixes: + * Disable broken freebsd tests + Documentation: + * Clear up confusion around ls + Build: + * Bump log from 0.4.21 to 0.4.22 + * Bump DeterminateSystems/nix-installer-action from 12 to 13 + * Bump plist from 1.6.1 to 1.7.0 + +------------------------------------------------------------------- Old: ---- eza-0.18.22+0.obscpio New: ---- eza-0.18.23+0.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ eza.spec ++++++ --- /var/tmp/diff_new_pack.lgDHTj/_old 2024-07-25 16:22:30.099806879 +0200 +++ /var/tmp/diff_new_pack.lgDHTj/_new 2024-07-25 16:22:30.099806879 +0200 @@ -17,7 +17,7 @@ Name: eza -Version: 0.18.22+0 +Version: 0.18.23+0 Release: 0 Summary: Replacement for ls written in Rust License: MIT ++++++ _service ++++++ --- /var/tmp/diff_new_pack.lgDHTj/_old 2024-07-25 16:22:30.135808330 +0200 +++ /var/tmp/diff_new_pack.lgDHTj/_new 2024-07-25 16:22:30.139808491 +0200 @@ -3,7 +3,7 @@ <param name="url">https://github.com/eza-community/eza.git</param> <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param> <param name="scm">git</param> - <param name="revision">v0.18.22</param> + <param name="revision">v0.18.23</param> <param name="match-tag">*</param> <param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param> <param name="versionrewrite-replacement">\1</param> ++++++ eza-0.18.22+0.obscpio -> eza-0.18.23+0.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/eza-0.18.22+0/.github/workflows/flake.yml new/eza-0.18.23+0/.github/workflows/flake.yml --- old/eza-0.18.22+0/.github/workflows/flake.yml 2024-07-18 06:24:29.000000000 +0200 +++ new/eza-0.18.23+0/.github/workflows/flake.yml 2024-07-25 11:22:37.000000000 +0200 @@ -40,7 +40,7 @@ steps: - uses: actions/checkout@v4 - name: Install Nix - uses: DeterminateSystems/nix-installer-action@v12 + uses: DeterminateSystems/nix-installer-action@v13 - name: Setup Nix cache uses: DeterminateSystems/magic-nix-cache-action@main - name: Nix Flake Check @@ -57,7 +57,7 @@ steps: - uses: actions/checkout@v4 - name: Install Nix - uses: DeterminateSystems/nix-installer-action@v12 + uses: DeterminateSystems/nix-installer-action@v13 - name: Setup Nix cache uses: DeterminateSystems/magic-nix-cache-action@main - name: Nix Build diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/eza-0.18.22+0/.github/workflows/unit-tests-bsd.yml new/eza-0.18.23+0/.github/workflows/unit-tests-bsd.yml --- old/eza-0.18.22+0/.github/workflows/unit-tests-bsd.yml 2024-07-18 06:24:29.000000000 +0200 +++ new/eza-0.18.23+0/.github/workflows/unit-tests-bsd.yml 2024-07-25 11:22:37.000000000 +0200 @@ -21,29 +21,30 @@ cancel-in-progress: true jobs: - unit-tests-freebsd: - runs-on: ubuntu-22.04 - timeout-minutes: 20 - steps: - - uses: actions/checkout@v4 - with: - submodules: recursive - - name: Compile - uses: vmactions/freebsd-vm@v1 - with: - release: '14.1' - usesh: true - prepare: | - pkg install -y rust git - cargo install cargo-hack - git config --global --add safe.directory /home/runner/work/eza/eza - run: | - set -e - export CARGO_TERM_COLOR="always" - export RUSTFLAGS="--deny warnings" - cargo fmt --check - cargo clippy -- -D warnings - cargo hack test + # BUG: These tests are broken + # unit-tests-freebsd: + # runs-on: ubuntu-22.04 + # timeout-minutes: 20 + # steps: + # - uses: actions/checkout@v4 + # with: + # submodules: recursive + # - name: Compile + # uses: vmactions/freebsd-vm@v1 + # with: + # release: '14.1' + # usesh: true + # prepare: | + # pkg install -y rust git + # cargo install cargo-hack + # git config --global --add safe.directory /home/runner/work/eza/eza + # run: | + # set -e + # export CARGO_TERM_COLOR="always" + # export RUSTFLAGS="--deny warnings" + # cargo fmt --check + # cargo clippy -- -D warnings + # cargo hack test unit-tests-netbsd: runs-on: ubuntu-22.04 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/eza-0.18.22+0/CHANGELOG.md new/eza-0.18.23+0/CHANGELOG.md --- old/eza-0.18.22+0/CHANGELOG.md 2024-07-18 06:24:29.000000000 +0200 +++ new/eza-0.18.23+0/CHANGELOG.md 2024-07-25 11:22:37.000000000 +0200 @@ -1,5 +1,21 @@ # Changelog +## [0.18.23] - 2024-07-25 + +### Bug Fixes + +- Disable broken freebsd tests + +### Documentation + +- Clear up confusion around ls + +### Build + +- Bump log from 0.4.21 to 0.4.22 +- Bump DeterminateSystems/nix-installer-action from 12 to 13 +- Bump plist from 1.6.1 to 1.7.0 + ## [0.18.22] - 2024-07-18 ### Bug Fixes @@ -10,6 +26,10 @@ - Add non-nix pre-commit rustfmt and clippy hooks +### Miscellaneous Tasks + +- Release eza v0.18.22 + ### Ci - Bump FreeBSD version. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/eza-0.18.22+0/Cargo.lock new/eza-0.18.23+0/Cargo.lock --- old/eza-0.18.22+0/Cargo.lock 2024-07-18 06:24:29.000000000 +0200 +++ new/eza-0.18.23+0/Cargo.lock 2024-07-25 11:22:37.000000000 +0200 @@ -117,9 +117,9 @@ [[package]] name = "base64" -version = "0.21.5" +version = "0.22.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "35636a1494ede3b646cc98f74f8e62c773a38a659ebc777a2cf26b9b74171df9" +checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" [[package]] name = "bitflags" @@ -387,7 +387,7 @@ [[package]] name = "eza" -version = "0.18.22" +version = "0.18.23" dependencies = [ "ansi-width", "chrono", @@ -626,12 +626,6 @@ ] [[package]] -name = "line-wrap" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd1bc4d24ad230d21fb898d1116b1801d7adfc449d42026475862ab48b11e70e" - -[[package]] name = "linux-raw-sys" version = "0.4.11" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -648,9 +642,9 @@ [[package]] name = "log" -version = "0.4.21" +version = "0.4.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c" +checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" [[package]] name = "matches" @@ -848,13 +842,12 @@ [[package]] name = "plist" -version = "1.6.1" +version = "1.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d9d34169e64b3c7a80c8621a48adaf44e0cf62c78a9b25dd9dd35f1881a17cf9" +checksum = "42cf17e9a1800f5f396bc67d193dc9411b59012a5876445ef450d449881e1016" dependencies = [ "base64", "indexmap", - "line-wrap", "quick-xml", "time", ] @@ -913,9 +906,9 @@ [[package]] name = "quick-xml" -version = "0.31.0" +version = "0.32.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1004a344b30a54e2ee58d66a71b32d2db2feb0a31f9a2d302bf0536f15de2a33" +checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2" dependencies = [ "memchr", ] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/eza-0.18.22+0/Cargo.toml new/eza-0.18.23+0/Cargo.toml --- old/eza-0.18.22+0/Cargo.toml 2024-07-18 06:24:29.000000000 +0200 +++ new/eza-0.18.23+0/Cargo.toml 2024-07-25 11:22:37.000000000 +0200 @@ -16,7 +16,7 @@ homepage = "https://github.com/eza-community/eza" license = "MIT" repository = "https://github.com/eza-community/eza" -version = "0.18.22" +version = "0.18.23" [package.metadata.deb] @@ -84,7 +84,7 @@ once_cell = "1.19.0" percent-encoding = "2.3.1" phf = { version = "0.11.2", features = ["macros"] } -plist = { version = "1.6.1", default-features = false } +plist = { version = "1.7.0", default-features = false } uutils_term_grid = "0.6.0" terminal_size = "0.3.0" timeago = { version = "0.4.2", default-features = false } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/eza-0.18.22+0/README.md new/eza-0.18.23+0/README.md --- old/eza-0.18.22+0/README.md 2024-07-18 06:24:29.000000000 +0200 +++ new/eza-0.18.23+0/README.md 2024-07-25 11:22:37.000000000 +0200 @@ -2,8 +2,7 @@ # eza -A modern, maintained replacement for ls. - +A modern replacement for ls. <a href="https://matrix.to/#/#eza-community:gitter.im"><img alt="Gitter" src="https://img.shields.io/gitter/room/eza-community/eza?logo=element&link=https%3A%2F%2Fapp.gitter.im%2F%23%2Froom%2F%23eza%3Agitter.im&link=Gitter%20matrix%20room%20for%20Eza" width=200></a> ++++++ eza.obsinfo ++++++ --- /var/tmp/diff_new_pack.lgDHTj/_old 2024-07-25 16:22:30.527824131 +0200 +++ /var/tmp/diff_new_pack.lgDHTj/_new 2024-07-25 16:22:30.531824292 +0200 @@ -1,5 +1,5 @@ name: eza -version: 0.18.22+0 -mtime: 1721276669 -commit: 1e8fce66233bc2770d37cafc12adf384214e6adf +version: 0.18.23+0 +mtime: 1721899357 +commit: 65a08a672ad9fe92cf12f508c0ea8b38e82ccf11 ++++++ vendor.tar.zst ++++++ /work/SRC/openSUSE:Factory/eza/vendor.tar.zst /work/SRC/openSUSE:Factory/.eza.new.1882/vendor.tar.zst differ: char 426421, line 1788