Skip to content

Commit

Permalink
sysutils/eza: Update to 0.13.0
Browse files Browse the repository at this point in the history
Changes since 0.12.0:

eza v0.13.0

Description breaking changes

Another Monday, another eza.

We're very close to having integration testing sorted, very very close.
That means clap is soon gonna be merged, and then we'll be proper into
the release candidate. Until then, we only had a slight breaking change,
and we assumed users would prefer getting updates.

    BREAKING CHANGE: The style codes for huge file and units where
    documented to be nt and ut but the code was using nh and uh.
    The code has been updated to match the documented style codes.
    EXA_COLORS using style codes nh and uh will need to be updated to
    use nt and ut.

Changelog

Features

  * Add completion files in deb packaging script
  * Adds filtering for Windows hidden files
  * Support --mount option on Mac
  * Lazy loading of a files extended attributes and absolute path

Bug Fixes

  * Crate can't contain broken symlink
  * Remove executable flag from fish completion file
  * Use proc_mounts only on linux
  * Hotfix harmful documentation
  * Fix hyperlinks on Windows
  * Nix flake check also builds the package
  * [breaking] Change number_huge and unit_huge to match the man page short codes

Documentation

  * Added cafkafk suggestions
  * Fix codeblocks in zsh completions
  * Update README.md
  * Document filetypes theme and rename trait
  * Link directly to space
  * Add Mac support for the --mount option in the man page
  * Add SAFETY comments to unsafe code blocks
  * Update deb instructions to use keyring
  * Fix chmod in deb installation instructions
  * Add potential gpg install to deb installation instructions
  * Document character style pairs in the code and match with man page
  * Add install instructions for Void Linux
  * Documentation of 'sn' and 'sb' conflicted with later docs
  * Document dimmed and italic style codes

Miscellaneous Tasks

  * Augment gitter size in README

Performance

  * Add criterion for benchmarking

Refactor

  * Refactor just in crossfile
  * DRY up justfile
  * Ignore missing MSVC docker image
  * Removed unused imports, mark mods as allow unused
  * Format code
  * Move ALL_MOUNTS to fs::mounts
  * Migrate ALL_MOUNTS from lazy_static to OnceLock

Testing

  * Stabalised unit-tests.yml
  * Autogenerate testing dir
  * Autogenerate test dirs
  * Generate device files
  * Add unit tests that test both exa and ls style codes together
  * Address variable names

Build

  * Add musl binary for linux
  * Fix checksums
  * Add TODOs to targets
  * Set optlevel to 3

Ci

  * Add nix Flake check to flake.yml
  * Removed nix build in favor of nix flake check
  * Include bash completion script in treefmt and fixed shellcheck formatting in completion script
  * Fix windows build
  * Fix spelling attemps -> attempts

New Contributors

  * @cocoliliace made their first contribution in #322
  * @raylu made their first contribution in #332
  * @tranzystorek-io made their first contribution in #363

Full Changelog: eza-community/eza@v0.12.0...v0.13.0
  • Loading branch information
fraggerfox committed Sep 24, 2023
1 parent 94c5504 commit 2e4beb7
Show file tree
Hide file tree
Showing 6 changed files with 152 additions and 15 deletions.
4 changes: 2 additions & 2 deletions sysutils/eza/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.6 2023/09/15 05:55:50 fox Exp $
# $NetBSD: Makefile,v 1.7 2023/09/24 14:22:46 fox Exp $

DISTNAME= eza-0.12.0
DISTNAME= eza-0.13.0
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_GITHUB:=eza-community/}
GITHUB_TAG= v${PKGVERSION_NOREV}
Expand Down
28 changes: 27 additions & 1 deletion sysutils/eza/cargo-depends.mk
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# $NetBSD: cargo-depends.mk,v 1.4 2023/09/15 05:55:50 fox Exp $
# $NetBSD: cargo-depends.mk,v 1.5 2023/09/24 14:22:46 fox Exp $

CARGO_CRATE_DEPENDS+= aho-corasick-1.0.5
CARGO_CRATE_DEPENDS+= android-tzdata-0.1.1
CARGO_CRATE_DEPENDS+= android_system_properties-0.1.5
CARGO_CRATE_DEPENDS+= anes-0.1.6
CARGO_CRATE_DEPENDS+= ansiterm-0.12.2
CARGO_CRATE_DEPENDS+= anstream-0.5.0
CARGO_CRATE_DEPENDS+= anstyle-1.0.3
Expand All @@ -13,12 +15,21 @@ CARGO_CRATE_DEPENDS+= bitflags-1.3.2
CARGO_CRATE_DEPENDS+= bitflags-2.4.0
CARGO_CRATE_DEPENDS+= bumpalo-3.13.0
CARGO_CRATE_DEPENDS+= byteorder-1.4.3
CARGO_CRATE_DEPENDS+= cast-0.3.0
CARGO_CRATE_DEPENDS+= cc-1.0.79
CARGO_CRATE_DEPENDS+= cfg-if-1.0.0
CARGO_CRATE_DEPENDS+= chrono-0.4.30
CARGO_CRATE_DEPENDS+= ciborium-0.2.1
CARGO_CRATE_DEPENDS+= ciborium-io-0.2.1
CARGO_CRATE_DEPENDS+= ciborium-ll-0.2.1
CARGO_CRATE_DEPENDS+= clap-4.4.3
CARGO_CRATE_DEPENDS+= clap_builder-4.4.2
CARGO_CRATE_DEPENDS+= clap_lex-0.5.1
CARGO_CRATE_DEPENDS+= colorchoice-1.0.0
CARGO_CRATE_DEPENDS+= content_inspector-0.2.4
CARGO_CRATE_DEPENDS+= core-foundation-sys-0.8.4
CARGO_CRATE_DEPENDS+= criterion-0.5.1
CARGO_CRATE_DEPENDS+= criterion-plot-0.5.0
CARGO_CRATE_DEPENDS+= crossbeam-channel-0.5.8
CARGO_CRATE_DEPENDS+= crossbeam-deque-0.8.3
CARGO_CRATE_DEPENDS+= crossbeam-epoch-0.9.15
Expand All @@ -35,6 +46,7 @@ CARGO_CRATE_DEPENDS+= form_urlencoded-1.0.1
CARGO_CRATE_DEPENDS+= gethostname-0.4.3
CARGO_CRATE_DEPENDS+= git2-0.18.0
CARGO_CRATE_DEPENDS+= glob-0.3.1
CARGO_CRATE_DEPENDS+= half-1.8.2
CARGO_CRATE_DEPENDS+= hashbrown-0.14.0
CARGO_CRATE_DEPENDS+= hermit-abi-0.3.2
CARGO_CRATE_DEPENDS+= humantime-2.1.0
Expand All @@ -44,6 +56,9 @@ CARGO_CRATE_DEPENDS+= iana-time-zone-haiku-0.1.2
CARGO_CRATE_DEPENDS+= idna-0.2.3
CARGO_CRATE_DEPENDS+= indexmap-2.0.0
CARGO_CRATE_DEPENDS+= io-lifetimes-1.0.11
CARGO_CRATE_DEPENDS+= is-terminal-0.4.9
CARGO_CRATE_DEPENDS+= itertools-0.10.5
CARGO_CRATE_DEPENDS+= itoa-1.0.9
CARGO_CRATE_DEPENDS+= jobserver-0.1.22
CARGO_CRATE_DEPENDS+= js-sys-0.3.64
CARGO_CRATE_DEPENDS+= lazy_static-1.4.0
Expand All @@ -63,6 +78,7 @@ CARGO_CRATE_DEPENDS+= num-traits-0.2.14
CARGO_CRATE_DEPENDS+= num_cpus-1.16.0
CARGO_CRATE_DEPENDS+= number_prefix-0.4.0
CARGO_CRATE_DEPENDS+= once_cell-1.18.0
CARGO_CRATE_DEPENDS+= oorandom-11.1.3
CARGO_CRATE_DEPENDS+= openssl-src-111.26.0+1.1.1u
CARGO_CRATE_DEPENDS+= openssl-sys-0.9.61
CARGO_CRATE_DEPENDS+= os_pipe-1.1.4
Expand All @@ -73,6 +89,9 @@ CARGO_CRATE_DEPENDS+= phf_generator-0.11.2
CARGO_CRATE_DEPENDS+= phf_macros-0.11.2
CARGO_CRATE_DEPENDS+= phf_shared-0.11.2
CARGO_CRATE_DEPENDS+= pkg-config-0.3.19
CARGO_CRATE_DEPENDS+= plotters-0.3.5
CARGO_CRATE_DEPENDS+= plotters-backend-0.3.5
CARGO_CRATE_DEPENDS+= plotters-svg-0.3.5
CARGO_CRATE_DEPENDS+= proc-macro2-1.0.66
CARGO_CRATE_DEPENDS+= proc-mounts-0.3.0
CARGO_CRATE_DEPENDS+= quote-1.0.33
Expand All @@ -82,13 +101,18 @@ CARGO_CRATE_DEPENDS+= rayon-1.7.0
CARGO_CRATE_DEPENDS+= rayon-core-1.11.0
CARGO_CRATE_DEPENDS+= redox_syscall-0.1.57
CARGO_CRATE_DEPENDS+= redox_syscall-0.3.5
CARGO_CRATE_DEPENDS+= regex-1.9.5
CARGO_CRATE_DEPENDS+= regex-automata-0.3.8
CARGO_CRATE_DEPENDS+= regex-syntax-0.7.5
CARGO_CRATE_DEPENDS+= rustix-0.37.23
CARGO_CRATE_DEPENDS+= rustix-0.38.13
CARGO_CRATE_DEPENDS+= ryu-1.0.15
CARGO_CRATE_DEPENDS+= same-file-1.0.6
CARGO_CRATE_DEPENDS+= scoped_threadpool-0.1.9
CARGO_CRATE_DEPENDS+= scopeguard-1.2.0
CARGO_CRATE_DEPENDS+= serde-1.0.188
CARGO_CRATE_DEPENDS+= serde_derive-1.0.188
CARGO_CRATE_DEPENDS+= serde_json-1.0.107
CARGO_CRATE_DEPENDS+= serde_spanned-0.6.3
CARGO_CRATE_DEPENDS+= shlex-1.2.0
CARGO_CRATE_DEPENDS+= similar-2.2.1
Expand All @@ -102,6 +126,7 @@ CARGO_CRATE_DEPENDS+= terminal_size-0.2.6
CARGO_CRATE_DEPENDS+= thiserror-1.0.48
CARGO_CRATE_DEPENDS+= thiserror-impl-1.0.48
CARGO_CRATE_DEPENDS+= timeago-0.4.1
CARGO_CRATE_DEPENDS+= tinytemplate-1.2.1
CARGO_CRATE_DEPENDS+= tinyvec-1.2.0
CARGO_CRATE_DEPENDS+= tinyvec_macros-0.1.0
CARGO_CRATE_DEPENDS+= toml_datetime-0.6.3
Expand All @@ -123,6 +148,7 @@ CARGO_CRATE_DEPENDS+= wasm-bindgen-backend-0.2.87
CARGO_CRATE_DEPENDS+= wasm-bindgen-macro-0.2.87
CARGO_CRATE_DEPENDS+= wasm-bindgen-macro-support-0.2.87
CARGO_CRATE_DEPENDS+= wasm-bindgen-shared-0.2.87
CARGO_CRATE_DEPENDS+= web-sys-0.3.64
CARGO_CRATE_DEPENDS+= winapi-0.3.9
CARGO_CRATE_DEPENDS+= winapi-i686-pc-windows-gnu-0.4.0
CARGO_CRATE_DEPENDS+= winapi-util-0.1.5
Expand Down
Loading

0 comments on commit 2e4beb7

Please sign in to comment.