Hello community, here is the log from the commit of package xonsh for openSUSE:Factory checked in at 2020-09-30 19:54:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xonsh (Old) and /work/SRC/openSUSE:Factory/.xonsh.new.4249 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xonsh" Wed Sep 30 19:54:26 2020 rev:24 rq:838684 version:0.9.22 Changes: -------- --- /work/SRC/openSUSE:Factory/xonsh/xonsh.changes 2020-09-10 22:55:16.500414985 +0200 +++ /work/SRC/openSUSE:Factory/.xonsh.new.4249/xonsh.changes 2020-09-30 19:54:41.592800899 +0200 @@ -1,0 +2,27 @@ +Wed Sep 23 06:26:46 UTC 2020 - Sebastian Wagner <[email protected]> + +- update to version 0.9.22: + - Added: + - Added xontrib-argcomplete to support kislyuk/argcomplete - tab completion for argparse. + - New ``tools.debian_command_not_found()`` function for finding commands in + debian/ubuntu packages. + - New ``tools.conda_suggest_command_not_found()`` function for finding commands in + conda packages. + - Borrow shift-selection from prompt-toolkit. Shift-arrow (selects a letter) and control-shift-arrow (selects a word) should now be supported. + - Documentation for keyboard shortcuts + - Xonsh now supports bash-style variable assignments preceding + subprocess commands (e.g. ``$FOO="bar" bash -c r"echo $FOO"``). + - Changed: + - Added the fastest way to run xonsh AppImage to the docs. + - ``command_not_found()`` is now a wrapper function that finds packages for missing + commands in a variety of locations. This function now also takes an ``env`` argument + for looking up values in the enviornment. + - The variable cwd_dir, used for prompts, + now always has a slash at the end, so users can use the + construct "{cwd_dir}{cwd_base}" in their custom prompt definitions. + - Fixed: + - crash when starting wizard by ``xonfig wizard`` + xonsh.environ: ensure get_docs(name).doc_default is str when name is not registered. + - Fixed issue where xontribs were failing from ``AttributeError: '_MergedKeyBindings' object has no attribute 'add'`` + +------------------------------------------------------------------- Old: ---- xonsh-0.9.21.tar.gz New: ---- xonsh-0.9.22.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xonsh.spec ++++++ --- /var/tmp/diff_new_pack.oVB9RU/_old 2020-09-30 19:54:42.260801496 +0200 +++ /var/tmp/diff_new_pack.oVB9RU/_new 2020-09-30 19:54:42.264801500 +0200 @@ -17,7 +17,7 @@ Name: xonsh -Version: 0.9.21 +Version: 0.9.22 Release: 0 Summary: A general purpose, Python-powered shell License: BSD-3-Clause AND BSD-2-Clause ++++++ xonsh-0.9.21.tar.gz -> xonsh-0.9.22.tar.gz ++++++ /work/SRC/openSUSE:Factory/xonsh/xonsh-0.9.21.tar.gz /work/SRC/openSUSE:Factory/.xonsh.new.4249/xonsh-0.9.22.tar.gz differ: char 13, line 1
