Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ranger for openSUSE:Factory checked in at 2023-04-27 20:00:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ranger (Old) and /work/SRC/openSUSE:Factory/.ranger.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ranger" Thu Apr 27 20:00:38 2023 rev:10 rq:1083044 version:1.9.3+git20230416.478d5b6 Changes: -------- --- /work/SRC/openSUSE:Factory/ranger/ranger.changes 2023-01-11 14:36:40.737781887 +0100 +++ /work/SRC/openSUSE:Factory/.ranger.new.1533/ranger.changes 2023-04-27 20:00:58.521939943 +0200 @@ -1,0 +2,96 @@ +Wed Apr 19 14:04:00 UTC 2023 - Muhammad Akbar Yanuar Mantari <mantari...@pm.me> + +- doc: clean up doc files + +------------------------------------------------------------------- +Sun Apr 16 22:40:31 UTC 2023 - scott.bradn...@suse.com + +- Update to version 1.9.3+git20230416.478d5b6: + * img_display, popen23: Appease lints + * Move path to suffix=, add prefix="ranger" + * GHActions: Update checkout and setup-python version + * GHActions: Change CI to run conditionally without remaining pending + * Fix the logic for determining the preview scale + * Clean up the SIXEL documentation + * Fix standard library misuse + * Tidy up Magick executable detection logic + * Move the ABC compat wrapper to a separate file + * Tweaked human_readable + * directory: Fix max call in mtimelevel + * Added a default argument to the human_readable function + * Reduce unnecessary string concatination + * Reformat script + * scope: Reformat sqlite preview for width + * scope: Add missing parens in SQL OFFSET calculation + * Show ellipsis `...` when reaching row limits + * Reduce unnecessary variable assignment + * Show row limits + * Pretty format SQL query + * get_executables: Use platform instead of reading /proc + * Encourage ImageMagick to use OpenCL for processing + * Implement the SIXEL image previewer + * Support Expansion Of Environment Variables in cd command + * shutil_generatorized: Float exists condition outwards + * Disable the pylint checks for this workaround + * Fix the ABC checks on Python 3 + * Set COLOR_PAIRS only in the cases it's relevant + * color: Catch Color number is greater than COLORS-1 + * Skip WSL-related dirs from PATH in WSL + * Revert "Disable multiplexer title renaming in Microsoft WSL" + * gui.color: Change dummy key + * doc: added binary_size_prefix option + * doc: Add BAT_STYLE + * Feat: Make BAT_STYLE configurable + * Changed the default unit prefixes for file sizes + * Change the import as per the pylint suggestion + * Don't reinvent the regex.pattern value + * Add the live previews for the filter stack name filters + * Replace the legacy filter with a compatibility layer + * Fix Python 2 support related to Subprocess + * img_display: Drop FileExistsError for COMPAT + * img_display: Adhere to snake_case naming + * img_display: Directory existing is not an error + * img_display: Fix identifier for the error message + * img_display: Restore cleanup of Kitty tempfiles + * img_display: Make formatting consistent + * actions: Implement custom notify exception + * actions: Replace SystemExit with RuntimeError + * Pylint: Replace f-strings in port checker for Py 2 compat + * actions: Replace raising Exception with SystemExit + * Pylint: Use dict literals instead of dict() calls + * directory: Drop unnecessary nested max() + * Pylint: Disable superfluous-parens + * scope: Resolve unreachable exit + * Pylint: Drop explicit IAstroidChecker implements + * Pylint: Add Python 2/3 port checker + * Pylint: Drop redefined-variable-type disable + * Pylint: Drop disabling locally-enabled + * bookmarks: Drop no-self-use disable + * requirements.txt: Drop Pylint pin. + * img_display: Borrow implementation from imghdr + * browsercolumn: Avoid creating intermediate list for sum + * Pylint: Tackle unnecessary-dunder-calls + * Pylint: Add MockFM to ignored-classes + * GHActions: Only PyLint on latest and bump 3.5 to 3.7 + * Make display of directory size in linemodes less misleading + * Update actions.py + * Disable multiplexer title renaming in Microsoft WSL + * Gracefully fallback when file(1) is not available + * img_display: Simplify RGB(A) conversion + * doc: w3m preview compatible with Alacritty and tmux + * Fix case where info["transparent"] could be equal to a falsey value and still trigger warning + * Fix image display for palette images with transparency + * Make pylint shush about indentation and simplify-boolean-expression + * Fix "Loader work process failed" error when copying dangling symlinks + * Feat: add preview handler for SQLite to scope.sh + * ueberzug suppress stderr + +------------------------------------------------------------------- +Tue Feb 28 17:43:21 UTC 2023 - scott.bradn...@suse.com + +- Update to version 1.9.3+git20230222.e81adca: + * Fix nsxiv workaround + * fm: Add nsxiv to sxiv workaround + * Recommend use of pipx over pip installation + +------------------------------------------------------------------- Old: ---- ranger-1.9.3+git20221124.f8b304f.tar.gz New: ---- ranger-1.9.3+git20230416.478d5b6.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ranger.spec ++++++ --- /var/tmp/diff_new_pack.7MCZEw/_old 2023-04-27 20:00:59.137943565 +0200 +++ /var/tmp/diff_new_pack.7MCZEw/_new 2023-04-27 20:00:59.141943588 +0200 @@ -1,7 +1,7 @@ # # spec file for package ranger # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %define short_version 1.9.3 Name: ranger -Version: 1.9.3+git20221124.f8b304f +Version: 1.9.3+git20230416.478d5b6 Release: 0 Summary: Console File Manager License: GPL-3.0-or-later @@ -63,7 +63,8 @@ --prefix="%{_prefix}" \ --root=%{buildroot} -rm -rf "%{buildroot}%{_datadir}/doc/ranger" +mv "%{buildroot}%{_datadir}/doc/ranger" _doc +find _doc -type f -exec chmod -R -x '{}' \; %if 0%{?suse_version} < 1500 %post @@ -75,10 +76,7 @@ %files %license LICENSE -%doc AUTHORS CHANGELOG.md README.md HACKING.md -%doc doc/colorschemes.md -%doc doc/tools -%doc examples +%doc _doc/* %{_bindir}/ranger %{_bindir}/rifle %{python3_sitelib}/ranger_fm-%{short_version}-*.egg-info ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.7MCZEw/_old 2023-04-27 20:00:59.197943917 +0200 +++ /var/tmp/diff_new_pack.7MCZEw/_new 2023-04-27 20:00:59.197943917 +0200 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/ranger/ranger</param> - <param name="changesrevision">f8b304f74be20c56f8596e6ea312c7c041d0def4</param></service></servicedata> + <param name="changesrevision">478d5b6226e82c097cea3a6ca32cf9237032d053</param></service></servicedata> (No newline at EOF) ++++++ ranger-1.9.3+git20221124.f8b304f.tar.gz -> ranger-1.9.3+git20230416.478d5b6.tar.gz ++++++ ++++ 3359 lines of diff (skipped) ++++++ ranger.obsinfo ++++++ --- /var/tmp/diff_new_pack.7MCZEw/_old 2023-04-27 20:00:59.481945587 +0200 +++ /var/tmp/diff_new_pack.7MCZEw/_new 2023-04-27 20:00:59.485945610 +0200 @@ -1,5 +1,5 @@ name: ranger -version: 1.9.3+git20221124.f8b304f -mtime: 1669290491 -commit: f8b304f74be20c56f8596e6ea312c7c041d0def4 +version: 1.9.3+git20230416.478d5b6 +mtime: 1681665848 +commit: 478d5b6226e82c097cea3a6ca32cf9237032d053