Skip to content

Commit

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

eza v0.12.0 (final rust v1.65 release)

Changelog

Bug Fixes

  * Expand --all help
  * RUSTSEC-2020-0071
  * Generalize gitignore to ignore all eza deb packages
  * Canonicalize errors when the destination of a symbolic link is bad
  * Handle other canonicalize errors in hyperlinks and git
  * Fix windows build when canonicalize returns an error
  * Change trycmd config to use test/itest folder for testing
  * Revert to old apt install command suggestion and add hint
  * Remove stray backslashes
  * Is_some_and is an unstable Rust feature until 1.70
  * Revert "Support for Windows Hidden Files"
  * Shellcheck warnings
  * Revert "Support for Windows Hidden Files"
  * Shellcheck warnings
  * Exit 13 on os error 13
  * Rewrite comment
  * Improve trace strings
  * Tracing typo

Documentation

  * Expand --all documentation
  * Add pthorpe92 gist
  * Remove xtests section from readme
  * Add deprecation warning to xtests/readme
  * Add deprecation warning to just xtest commands
  * Add deprecation warning to vagrantfile
  * Add MacPorts install info
  * Add gentoo
  * Fix gentoo install
  * Add docs for --git-repos & --git-repos-no-status
  * Fix gpg armor flag for deb release in readme
  * Add better explanation of git repos + no status
  * Add scoop install info
  * Remove color specifications. change unknown git repo status to ~
  * Fix missing color specification from man page

Features

  * Add audit workflow
  * Add trycmd as dev-dependency
  * Add minimal trycmd binary
  * Add a few trycmd tests as example
  * Document and change output for --git-repos
  * Add apt installation workflow
  * Adds filtering on Windows hidden files
  * Adds filtering on Windows hidden files
  * Adds filtering on Windows hidden files
  * Added shellcheck to treefmt
  * Adds filtering on Windows hidden files
  * Add PERMISSION_DENIED exit code

Miscellaneous Tasks

  * Bump chrono from 0.4.27 to 0.4.30
  * Removal of xtests
  * Removal of vagrant
  * Remove deprecated devtools
  * Run spellcheck

Refactor

  * Over-engineer deb-package.sh
  * Hide xtests folder
  * Split trycmd into tests for all, unix and windows
  * Limit unit-tests run on workflow change to unit-tests itself
  * Moved generateTest.sh to devtools/
  * Renamed the file
  * Add tracing to various code parts
  * Make std::process::exit global

Revert

  * "Support for Windows Hidden Files"

Styling

  * Remove TODO message on the absolute_path property
  * Fix shellcheck issues in deb-package.sh
  * Fix shellcheck issues in deb-package.sh
  * Fix shellcheck issues in deb-package.sh

Testing

  * Remove vhs from flake
  * Remove vhs-runner files
  * Dump trycmd from nix sandbox
  * Fix name of trydump
  * Add trycmd
  * Add nix feature
  * Add example long tests for sandbox
  * Set itests files to unix epoch
  * Set itest files to unix epoch
  * Refactor setting unix epoch
  * Auto discard old definitions
  * Fix test reference
  * Add long_all_nix.toml
  * Add long_blocksize_nix.toml
  * Add long_extended_nix.toml
  * Add long_git_nix.toml
  * Add long_git_repos_nix.toml
  * Add long_git_repos_no_status_nix.toml
  * Add long_grid_nix.toml
  * Add long_header_nix.toml
  * Add long_icons_nix.toml
  * Add long_octal_nix.toml
  * Add long_time_style_relative_nix.toml
  * Freeze nix tests
  * Fix trydump when no files to delete
  * Adding more content to test
  * Modified unix and all tests
  * Regenerate nix tests
  * Convert windows tests with new itest dir
  * Fixed windows tests being wrong
  * Added a test generator
  * Add more unix_tests
  * Fixed unix tests to remove any distro specific
  * Removed git test breaking on nix

Build

  * Add compression, checksum gen for bin
  * Update flake.lock, cargo.lock
  * Add deny.toml
  * Remove org warnings
  * Remove itest
  * Update flake.lock
  * Add itest, idump
  * Make trycmd part of checks

Ci

  * Don't use nix feature on ci
  * Enforce conventional commits
  * Enforce conventional commits

New Contributors

  * @NekoiNemo made their first contribution in #253
  * @sevz17 made their first contribution in #268
  * @herbygillot made their first contribution in #266
  * @m-czernek made their first contribution in #287
  * @sitiom made their first contribution in #302
  * @MartinFillon made their first contribution in #288
  * @aidandenlinger made their first contribution in #303
  * @alamb3142 made their first contribution in #225
  * @9glenda made their first contribution in #293

Full Changelog: eza-community/eza@v0.11.1...v0.12.0
  • Loading branch information
fraggerfox committed Sep 15, 2023
1 parent 8711ce5 commit 774b494
Show file tree
Hide file tree
Showing 4 changed files with 215 additions and 27 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.5 2023/09/12 01:23:22 fox Exp $
# $NetBSD: Makefile,v 1.6 2023/09/15 05:55:50 fox Exp $

DISTNAME= eza-0.11.1
DISTNAME= eza-0.12.0
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_GITHUB:=eza-community/}
GITHUB_TAG= v${PKGVERSION_NOREV}
Expand Down
55 changes: 50 additions & 5 deletions sysutils/eza/cargo-depends.mk
Original file line number Diff line number Diff line change
@@ -1,28 +1,48 @@
# $NetBSD: cargo-depends.mk,v 1.3 2023/09/12 01:23:22 fox Exp $
# $NetBSD: cargo-depends.mk,v 1.4 2023/09/15 05:55:50 fox Exp $

CARGO_CRATE_DEPENDS+= android-tzdata-0.1.1
CARGO_CRATE_DEPENDS+= android_system_properties-0.1.5
CARGO_CRATE_DEPENDS+= ansiterm-0.12.2
CARGO_CRATE_DEPENDS+= anstream-0.5.0
CARGO_CRATE_DEPENDS+= anstyle-1.0.3
CARGO_CRATE_DEPENDS+= anstyle-parse-0.2.1
CARGO_CRATE_DEPENDS+= anstyle-query-1.0.0
CARGO_CRATE_DEPENDS+= anstyle-wincon-2.1.0
CARGO_CRATE_DEPENDS+= autocfg-1.1.0
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+= cc-1.0.79
CARGO_CRATE_DEPENDS+= cfg-if-1.0.0
CARGO_CRATE_DEPENDS+= chrono-0.4.27
CARGO_CRATE_DEPENDS+= chrono-0.4.30
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+= crossbeam-channel-0.5.8
CARGO_CRATE_DEPENDS+= crossbeam-deque-0.8.3
CARGO_CRATE_DEPENDS+= crossbeam-epoch-0.9.15
CARGO_CRATE_DEPENDS+= crossbeam-utils-0.8.16
CARGO_CRATE_DEPENDS+= datetime-0.5.2
CARGO_CRATE_DEPENDS+= dunce-1.0.4
CARGO_CRATE_DEPENDS+= either-1.9.0
CARGO_CRATE_DEPENDS+= equivalent-1.0.1
CARGO_CRATE_DEPENDS+= errno-0.3.3
CARGO_CRATE_DEPENDS+= errno-dragonfly-0.1.2
CARGO_CRATE_DEPENDS+= fastrand-2.0.0
CARGO_CRATE_DEPENDS+= filetime-0.2.22
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+= hashbrown-0.14.0
CARGO_CRATE_DEPENDS+= hermit-abi-0.3.2
CARGO_CRATE_DEPENDS+= humantime-2.1.0
CARGO_CRATE_DEPENDS+= humantime-serde-1.1.1
CARGO_CRATE_DEPENDS+= iana-time-zone-0.1.57
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+= jobserver-0.1.22
CARGO_CRATE_DEPENDS+= js-sys-0.3.64
Expand All @@ -31,16 +51,21 @@ CARGO_CRATE_DEPENDS+= libc-0.2.147
CARGO_CRATE_DEPENDS+= libgit2-sys-0.16.1+1.7.1
CARGO_CRATE_DEPENDS+= libz-sys-1.1.2
CARGO_CRATE_DEPENDS+= linux-raw-sys-0.3.8
CARGO_CRATE_DEPENDS+= linux-raw-sys-0.4.7
CARGO_CRATE_DEPENDS+= locale-0.2.2
CARGO_CRATE_DEPENDS+= log-0.4.20
CARGO_CRATE_DEPENDS+= matches-0.1.8
CARGO_CRATE_DEPENDS+= memchr-2.6.3
CARGO_CRATE_DEPENDS+= memoffset-0.9.0
CARGO_CRATE_DEPENDS+= natord-1.0.9
CARGO_CRATE_DEPENDS+= normalize-line-endings-0.3.0
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+= openssl-src-111.26.0+1.1.1u
CARGO_CRATE_DEPENDS+= openssl-sys-0.9.61
CARGO_CRATE_DEPENDS+= os_pipe-1.1.4
CARGO_CRATE_DEPENDS+= partition-identity-0.3.0
CARGO_CRATE_DEPENDS+= percent-encoding-2.1.0
CARGO_CRATE_DEPENDS+= phf-0.11.2
Expand All @@ -53,35 +78,54 @@ CARGO_CRATE_DEPENDS+= proc-mounts-0.3.0
CARGO_CRATE_DEPENDS+= quote-1.0.33
CARGO_CRATE_DEPENDS+= rand-0.8.5
CARGO_CRATE_DEPENDS+= rand_core-0.6.4
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+= rustix-0.37.23
CARGO_CRATE_DEPENDS+= rustix-0.38.13
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_spanned-0.6.3
CARGO_CRATE_DEPENDS+= shlex-1.2.0
CARGO_CRATE_DEPENDS+= similar-2.2.1
CARGO_CRATE_DEPENDS+= siphasher-0.3.11
CARGO_CRATE_DEPENDS+= snapbox-0.4.12
CARGO_CRATE_DEPENDS+= snapbox-macros-0.3.5
CARGO_CRATE_DEPENDS+= syn-2.0.29
CARGO_CRATE_DEPENDS+= tempfile-3.8.0
CARGO_CRATE_DEPENDS+= term_grid-0.1.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+= time-0.1.44
CARGO_CRATE_DEPENDS+= timeago-0.4.1
CARGO_CRATE_DEPENDS+= tinyvec-1.2.0
CARGO_CRATE_DEPENDS+= tinyvec_macros-0.1.0
CARGO_CRATE_DEPENDS+= toml_datetime-0.6.3
CARGO_CRATE_DEPENDS+= toml_edit-0.19.15
CARGO_CRATE_DEPENDS+= trycmd-0.14.17
CARGO_CRATE_DEPENDS+= unicode-bidi-0.3.5
CARGO_CRATE_DEPENDS+= unicode-ident-1.0.11
CARGO_CRATE_DEPENDS+= unicode-normalization-0.1.17
CARGO_CRATE_DEPENDS+= unicode-width-0.1.10
CARGO_CRATE_DEPENDS+= url-2.2.1
CARGO_CRATE_DEPENDS+= urlencoding-2.1.3
CARGO_CRATE_DEPENDS+= uzers-0.11.2
CARGO_CRATE_DEPENDS+= utf8parse-0.2.1
CARGO_CRATE_DEPENDS+= uzers-0.11.3
CARGO_CRATE_DEPENDS+= vcpkg-0.2.12
CARGO_CRATE_DEPENDS+= wasi-0.10.0+wasi-snapshot-preview1
CARGO_CRATE_DEPENDS+= wait-timeout-0.2.0
CARGO_CRATE_DEPENDS+= walkdir-2.4.0
CARGO_CRATE_DEPENDS+= wasm-bindgen-0.2.87
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+= winapi-0.3.9
CARGO_CRATE_DEPENDS+= winapi-i686-pc-windows-gnu-0.4.0
CARGO_CRATE_DEPENDS+= winapi-util-0.1.5
CARGO_CRATE_DEPENDS+= winapi-x86_64-pc-windows-gnu-0.4.0
CARGO_CRATE_DEPENDS+= windows-0.48.0
CARGO_CRATE_DEPENDS+= windows-sys-0.48.0
Expand All @@ -93,4 +137,5 @@ CARGO_CRATE_DEPENDS+= windows_i686_msvc-0.48.5
CARGO_CRATE_DEPENDS+= windows_x86_64_gnu-0.48.5
CARGO_CRATE_DEPENDS+= windows_x86_64_gnullvm-0.48.5
CARGO_CRATE_DEPENDS+= windows_x86_64_msvc-0.48.5
CARGO_CRATE_DEPENDS+= winnow-0.5.15
CARGO_CRATE_DEPENDS+= zoneinfo_compiled-0.5.1

0 comments on commit 774b494

Please sign in to comment.