Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kubetui for openSUSE:Factory checked in at 2025-01-07 20:55:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kubetui (Old) and /work/SRC/openSUSE:Factory/.kubetui.new.1881 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kubetui" Tue Jan 7 20:55:08 2025 rev:6 rq:1235651 version:1.6.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kubetui/kubetui.changes 2024-12-17 19:23:39.710171508 +0100 +++ /work/SRC/openSUSE:Factory/.kubetui.new.1881/kubetui.changes 2025-01-07 20:55:41.758562631 +0100 @@ -1,0 +2,59 @@ +Tue Jan 07 08:04:23 UTC 2025 - [email protected] + +- refactor "_service" file to not have both tarball and + obscpio archive +- Update to version 1.6.0: + * feat: bump version to 1.6.0 + * refactor: remove debug statements from code + * docs: update help command output + * docs: add customizable UI appearance with config file + * refactor(theme): rename selection to selected_item + * chore(example): enhance theme settings and translations + * feat(config): replace xdg crate with dirs crate + * feat(theme): add YAML and API dialog theme support + * feat(api_resources): add API theme configuration support + * feat(api_resources): add styled table for kube resources + * feat(event): add event highlight configuration + * feat(pod): add default pod highlight rules + * fix(theme): improve regex error handling + * feat(theme): enable custom pod table highlights + * refactor(poller): remove PollerBase struct + * feat(theme): add table header theme configuration + * feat(theme): add input form theme configuration + * feat(theme): apply theme to remaining widgets + * feat(theme): add theme support for multiple select widget + * feat(theme): add theme support for select widget + * feat: add help dialog theme configuration support + * feat: add style_to_ansi function to convert Style to ANSI + * feat(theme): add dialog theme configuration + * feat(ui/dialog): update Dialog and StyledClear widget + * feat(theme): add table filter form theme configuration + * feat(theme): add text theme configuration for search and + selection + * feat(ui): add theming support to Text widget + * feat(ui): add theming support to InputForm widget + * feat(theme): add widget theme support + * feat(theme): add header theme support + * feat(config): add environment variable support + * feat(theme): add support for custom tab theme configuration + * feat(config): add configuration file loading + * fix(ui): adjust tab padding and spacing + * fix(deps): update rust crate async-trait to v0.1.84 (#685) + * Add support for pretty-printed JSON logs (#674) + * chore(deps): update rust crate rstest to 0.24.0 (#684) + * feat(clipboard): copy to both primary and clipboard selections + on linux (#683) + * fix(deps): update rust crate serde to v1.0.217 (#682) + * fix(deps): update kube-rs (kube, kube-runtime, k8s-openapi) + (#679) + * fix(deps): update rust crate anyhow to v1.0.95 (#681) + * fix(deps): update rust crate thiserror to v2.0.9 (#678) + * fix(deps): update rust crate serde_json to v1.0.134 (#677) + * refactor: update lifetimes and impl blocks + * fix(help): update title in help dialog + * chore(cspell): update cspell.json word list + * chore: rename 'Api' to 'API' in titles + * chore(api_resources): rename list components to api + * fix(deps): update rust crate thiserror to v2.0.8 (#675) + +------------------------------------------------------------------- Old: ---- kubetui-1.5.4.obscpio kubetui-1.5.4.tar.zst New: ---- _constraints kubetui-1.6.0.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kubetui.spec ++++++ --- /var/tmp/diff_new_pack.WfHImQ/_old 2025-01-07 20:55:42.894609633 +0100 +++ /var/tmp/diff_new_pack.WfHImQ/_new 2025-01-07 20:55:42.894609633 +0100 @@ -1,7 +1,7 @@ # # spec file for package kubetui # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,12 +17,12 @@ Name: kubetui -Version: 1.5.4 +Version: 1.6.0 Release: 0 Summary: A terminal UI for Kubernetes License: MIT URL: https://github.com/sarub0b0/kubetui -Source0: kubetui-%{version}.tar.zst +Source0: kubetui-%{version}.tar.gz Source1: vendor.tar.zst BuildRequires: cargo-packaging BuildRequires: cargo1.82 ++++++ _constraints ++++++ <?xml version="1.0"?> <constraints> <hardware> <disk> <size unit="G">4</size> </disk> <memory> <size unit="G">4</size> </memory> </hardware> <overwrite> <conditions> <arch>ppc64le</arch> </conditions> <hardware> <disk> <size unit="G">15</size> </disk> </hardware> </overwrite> </constraints> ++++++ _service ++++++ --- /var/tmp/diff_new_pack.WfHImQ/_old 2025-01-07 20:55:42.946611785 +0100 +++ /var/tmp/diff_new_pack.WfHImQ/_new 2025-01-07 20:55:42.950611950 +0100 @@ -3,22 +3,25 @@ <param name="url">https://github.com/sarub0b0/kubetui.git</param> <param name="versionformat">@PARENT_TAG@</param> <param name="scm">git</param> - <param name="revision">v1.5.4</param> + <param name="revision">v1.6.0</param> <param name="match-tag">*</param> <param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param> <param name="versionrewrite-replacement">\1</param> <param name="changesgenerate">enable</param> </service> - <service mode="manual" name="tar" /> - <service mode="manual" name="recompress"> - <param name="file">*.tar</param> - <param name="compression">zst</param> + <service name="set_version" mode="manual"> </service> - <service mode="manual" name="set_version"/> <service name="cargo_vendor" mode="manual"> <param name="src">kubetui</param> <param name="compression">zst</param> <param name="update">true</param> </service> + <!-- services below are running at buildtime --> + <service name="tar" mode="buildtime"> + </service> + <service name="recompress" mode="buildtime"> + <param name="file">*.tar</param> + <param name="compression">gz</param> + </service> </services> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.WfHImQ/_old 2025-01-07 20:55:42.970612777 +0100 +++ /var/tmp/diff_new_pack.WfHImQ/_new 2025-01-07 20:55:42.974612943 +0100 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/sarub0b0/kubetui.git</param> - <param name="changesrevision">9afb56db7ed5e793d95966831969a7402c35e932</param></service></servicedata> + <param name="changesrevision">41d6e384b6379d8316d3090a63b992ba9022bcd4</param></service></servicedata> (No newline at EOF) ++++++ kubetui-1.5.4.obscpio -> kubetui-1.6.0.obscpio ++++++ /work/SRC/openSUSE:Factory/kubetui/kubetui-1.5.4.obscpio /work/SRC/openSUSE:Factory/.kubetui.new.1881/kubetui-1.6.0.obscpio differ: char 49, line 1 ++++++ kubetui.obsinfo ++++++ --- /var/tmp/diff_new_pack.WfHImQ/_old 2025-01-07 20:55:43.014614598 +0100 +++ /var/tmp/diff_new_pack.WfHImQ/_new 2025-01-07 20:55:43.014614598 +0100 @@ -1,5 +1,5 @@ name: kubetui -version: 1.5.4 -mtime: 1734271219 -commit: 9afb56db7ed5e793d95966831969a7402c35e932 +version: 1.6.0 +mtime: 1736181884 +commit: 41d6e384b6379d8316d3090a63b992ba9022bcd4 ++++++ vendor.tar.zst ++++++ /work/SRC/openSUSE:Factory/kubetui/vendor.tar.zst /work/SRC/openSUSE:Factory/.kubetui.new.1881/vendor.tar.zst differ: char 7, line 1
