Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package atuin for openSUSE:Factory checked in at 2023-09-13 20:46:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/atuin (Old) and /work/SRC/openSUSE:Factory/.atuin.new.1766 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "atuin" Wed Sep 13 20:46:07 2023 rev:10 rq:1110910 version:16.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/atuin/atuin.changes 2023-06-16 16:57:05.514503037 +0200 +++ /work/SRC/openSUSE:Factory/.atuin.new.1766/atuin.changes 2023-09-13 20:48:20.958174514 +0200 @@ -1,0 +2,105 @@ +Wed Sep 13 12:09:25 UTC 2023 - Soc Virnyl Estela <socvirnyl.est...@gmail.com> + +- Fix and update generated vendored tarball. + +------------------------------------------------------------------- +Sat Sep 2 12:21:09 UTC 2023 - Soc Virnyl Estela <socvirnyl.est...@gmail.com> + +- Update to version 0.16.0: + * Add graceful shutdown on SIGTERM + * Update Arch Linux links in README + * fix: Adjust broken link to supported shells + * feat: do not allow empty passwords durring account creation + * Fix movement keys in inverted mode + * Make Ctrl-d behaviour match other tools + * refactor server to allow pluggable db and tracing + * Add support to override hostname and username via env vars + * Fix --delete-it-all and --delete commands + * Make requirement of PostgreSQL 14 explicit + * Bug/fix gh action aarch64 tarball + * Key values + * Add namespaces to kv store + * Builder interface for History objects + * clean apt cache in Dockerfile + * remove rmp-serde + * fix: fixes unix specific impl of shutdown_signal + * Add RecordIndex data structure + * remove decryption from api-client + * Revamp getting started guide + * Redirect old docs + * Move key binding docs so they can be more easily found + * record encryption + * Fix nu section in key-bindings.md - set-env -> let-env + * Update Nushell support to use support* remove decryption from api-client + * Revamp getting started guide + * Redirect old docs + * Move key binding docs so they can be more easily found + * record encryption + * Fix nu section in key-bindings.md - set-env -> let-env + * Update Nushell support to use supported $env update syntax + * fix key encodings again + * Update config.toml path default comments + * fix for zsh no-unset environments + * atuin crypto blog post + * Add OG image + * write some key tests + * Add new sync + * Add total history count to the index API + * Delete the count cache row when a user is deleted + * Add workspace mode, enable if in git repo + * Unvendor ratatui + * skim: fix filtering aggregates + * Serve docusaurus on /docs/ + * Try adjusting docs root + * Remove vercel config + * Tidy up docs + * use Ctrl-n instead of Alt-n on macOS + * some simple server tests + * Disable server tests in the nix build + * Drop default sync frequency to 10m + * Move all references to the old repo + * Add self hosted runner + * Split integration and unit tests, use runner for unit + * fix(server): Teapot is a cup of coffee + * rebase: fix: nushell empty hooks + * Add support for max_preview_height setting + * fix(docs): List all presently documented commands + * encode paseto payloads as json + * fix(docs): Correct command overview paths + * Prepare release v16.0.0 + * fix key encodings again + * Update config.toml path default comments + * fix for zsh no-unset environments + * atuin crypto blog post + * Add OG image + * write some key tests + * Add new sync + * Add total history count to the index API + * Delete the count cache row when a user is deleted + * Add workspace mode, enable if in git repo + * Unvendor ratatui + * skim: fix filtering aggregates + * Serve docusaurus on /docs/ + * Try adjusting docs root + * Remove vercel config + * Tidy up docs + * use Ctrl-n instead of Alt-n on macOS + * some simple server tests + * Disable server tests in the nix build + * Drop default sync frequency to 10m + * Move all references to the old repo + * Add self hosted runner + * Split integration and unit tests, use runner for unit + * fix(server): Teapot is a cup of coffee + * rebase: fix: nushell empty hooks + * Add support for max_preview_height setting + * fix(docs): List all presently documented commands + * encode paseto payloads as json + * fix(docs): Correct command overview paths + +------------------------------------------------------------------- +Sun Aug 13 13:26:54 UTC 2023 - Soc Virnyl Estela <socvirnyl.est...@gmail.com> + +- Replace obsoleted `disabled` option with `manual` + +------------------------------------------------------------------- @@ -25 +129,0 @@ - * Bump debian from bullseye-20230320-slim to bullseye-20230502-slim Old: ---- atuin-15.0.0.tar.gz New: ---- atuin-16.0.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ atuin.spec ++++++ --- /var/tmp/diff_new_pack.0C0xTW/_old 2023-09-13 20:48:22.850242012 +0200 +++ /var/tmp/diff_new_pack.0C0xTW/_new 2023-09-13 20:48:22.850242012 +0200 @@ -17,7 +17,7 @@ Name: atuin -Version: 15.0.0 +Version: 16.0.0 Release: 0 Summary: Magical shell history License: MIT ++++++ _service ++++++ --- /var/tmp/diff_new_pack.0C0xTW/_old 2023-09-13 20:48:22.890243439 +0200 +++ /var/tmp/diff_new_pack.0C0xTW/_new 2023-09-13 20:48:22.894243581 +0200 @@ -1,11 +1,11 @@ <services> - <service mode="disabled" name="download_files" /> - <service name="cargo_vendor" mode="disabled"> - <param name="srctar">atuin-15.0.0.tar.gz</param> + <service mode="manual" name="download_files" /> + <service name="cargo_vendor" mode="manual"> + <param name="srctar">atuin-16.0.0.tar.gz</param> <param name="compression">zst</param> <param name="update">true</param> </service> - <service name="cargo_audit" mode="disabled" /> + <service name="cargo_audit" mode="manual" /> </services> ++++++ atuin-15.0.0.tar.gz -> atuin-16.0.0.tar.gz ++++++ ++++ 26253 lines of diff (skipped) ++++++ cargo_config ++++++ --- /var/tmp/diff_new_pack.0C0xTW/_old 2023-09-13 20:48:23.078250146 +0200 +++ /var/tmp/diff_new_pack.0C0xTW/_new 2023-09-13 20:48:23.082250288 +0200 @@ -3,5 +3,4 @@ [source.vendored-sources] directory = "vendor" -(No newline at EOF) ++++++ vendor.tar.zst ++++++ Binary files /var/tmp/diff_new_pack.0C0xTW/_old and /var/tmp/diff_new_pack.0C0xTW/_new differ