From 4dbf1a1d0c57f156f2092aeaf3923fa7a1da2fb5 Mon Sep 17 00:00:00 2001 From: Scott Bradnick Date: Sun, 16 Apr 2023 23:36:31 +0000 Subject: [PATCH] Accepting request 1079808 from home:sbradnick - 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 OBS-URL: https://build.opensuse.org/request/show/1079808 OBS-URL: https://build.opensuse.org/package/show/utilities/ranger?expand=0&rev=34 --- _servicedata | 2 +- ranger-1.9.3+git20221124.f8b304f.tar.gz | 3 - ranger-1.9.3+git20230416.478d5b6.tar.gz | 3 + ranger.changes | 91 +++++++++++++++++++++++++ ranger.obsinfo | 6 +- ranger.spec | 4 +- 6 files changed, 100 insertions(+), 9 deletions(-) delete mode 100644 ranger-1.9.3+git20221124.f8b304f.tar.gz create mode 100644 ranger-1.9.3+git20230416.478d5b6.tar.gz diff --git a/_servicedata b/_servicedata index 9f51f64..5d91e91 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/ranger/ranger - f8b304f74be20c56f8596e6ea312c7c041d0def4 \ No newline at end of file + 478d5b6226e82c097cea3a6ca32cf9237032d053 \ No newline at end of file diff --git a/ranger-1.9.3+git20221124.f8b304f.tar.gz b/ranger-1.9.3+git20221124.f8b304f.tar.gz deleted file mode 100644 index c26939c..0000000 --- a/ranger-1.9.3+git20221124.f8b304f.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cf6aa9d844d2a10273639ec639e92212921b627375f776851052482718106dbe -size 295333 diff --git a/ranger-1.9.3+git20230416.478d5b6.tar.gz b/ranger-1.9.3+git20230416.478d5b6.tar.gz new file mode 100644 index 0000000..778f2c0 --- /dev/null +++ b/ranger-1.9.3+git20230416.478d5b6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e403723672a9992dba67ed7ef642448b2e914cbd2bb431a437741ff4c44a4ec6 +size 313918 diff --git a/ranger.changes b/ranger.changes index 19197fb..807cd06 100644 --- a/ranger.changes +++ b/ranger.changes @@ -1,3 +1,94 @@ +------------------------------------------------------------------- +Sun Apr 16 22:40:31 UTC 2023 - scott.bradnick@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.bradnick@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 + ------------------------------------------------------------------- Tue Jan 03 19:00:21 UTC 2023 - scott.bradnick@suse.com diff --git a/ranger.obsinfo b/ranger.obsinfo index 6c3e0e2..e57feda 100644 --- a/ranger.obsinfo +++ b/ranger.obsinfo @@ -1,4 +1,4 @@ name: ranger -version: 1.9.3+git20221124.f8b304f -mtime: 1669290491 -commit: f8b304f74be20c56f8596e6ea312c7c041d0def4 +version: 1.9.3+git20230416.478d5b6 +mtime: 1681665848 +commit: 478d5b6226e82c097cea3a6ca32cf9237032d053 diff --git a/ranger.spec b/ranger.spec index cd0097c..9523ff0 100644 --- a/ranger.spec +++ b/ranger.spec @@ -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