Hello community, here is the log from the commit of package xonsh for openSUSE:Factory checked in at 2020-05-16 22:26:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xonsh (Old) and /work/SRC/openSUSE:Factory/.xonsh.new.2738 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xonsh" Sat May 16 22:26:38 2020 rev:22 rq:805663 version:0.9.18 Changes: -------- --- /work/SRC/openSUSE:Factory/xonsh/xonsh.changes 2020-04-07 10:28:48.334328429 +0200 +++ /work/SRC/openSUSE:Factory/.xonsh.new.2738/xonsh.changes 2020-05-16 22:26:44.053322366 +0200 @@ -1,0 +2,55 @@ +Thu May 7 18:19:05 UTC 2020 - Sebastian Wagner <[email protected]> + +- update to version 0.9.18: + - Added: + - external *xontrib-hist-navigator* to facilitate directory history navigation. + - Support package prompt-toolkit V3 as well as V2 in prompt_toolkit shell. + - New `xontrib-output-search <https://github.com/anki-code/xontrib-output-search>`_ to get identifiers, names, paths, URLs and words from the previous command output and use them for the next command. + - New `xontrib-pipeliner <https://github.com/anki-code/xontrib-pipeliner>`_ is to easily process the lines using pipes. + - New `xontrib-prompt-bar <https://github.com/anki-code/xontrib-prompt-bar>`_ with elegance bar style for prompt. + - Changed: + - $SHELL_TYPE "prompt_toolkit" with any suffix creates the "prompt_toolkit" shell, requires package prompt-toolkit >= 2.0 + - Moved code from package xonsh.ptk2 to xonsh.ptk_shell (because it's the only one now); package xonsh.ptk2 redirects thence. + - Added extremely simplified xonsh AppImage building process. + - Added examples of usage $XONSH_TRACE_SUBPROC to the docs + - Use UTF-8 encoding when writing .xonshrc with webconfig for Windows compatibility + - Deprecated: + - prompt-toolkit versions before 2.0 + - Removed: + - package xonsh.ptk + - Fixed: + - Fixed name autosuggestion in path completer (#3519) + - Flake8/black fixes to the whole code tree, in 3 steps. + Devs should update their IDE to run both during file editing, to avoid a re-accumulation of arbitrary exceptions. + - tests/test_builtins.py, fix test case test_convert_macro_arg_eval(kind). + +------------------------------------------------------------------- +Sat Apr 11 20:17:38 UTC 2020 - Sebastian Wagner <[email protected]> + +- add new build dependency python3-runthis-sphinxext. +- update to version 0.9.17: + - Changed: + - ``@$()`` subprocess operator now properly strips newline characters off + the lines of multiline output. + - ``@$()`` subprocess operator does not require leading and trailing whitespace + anymore, so expansions like ``cd /lib/modules/@$(uname -r)/kernel`` or + ``gdb --pid=@$(pidof crashme)`` are now possible. + - Moved most CI to github actions (OSX is still on travis) + - Replaced Repl.It with RunThis on the front page of the docs. + - Fixed: + - autovox xontrib now works with Python 3.5 + - It is now possible to pass ``"&"`` as the last argument in subprocess mode. + - Fixed a bug on Windows causing ``FileNotFoundError`` exception if path + elements contain trailing spaces. +- update to version 0.9.16: + - Added: + - Added ``abbrevs`` xontrib. + - Added `xontrib-pyenv <https://github.com/dyuri/xontrib-pyenv>`_ to list of registered xontribs. + - Changed: + - ``xdg-open`` now runs unthreaded. + - Fixed: + - Return Token.Text when filesystem item's type not defined in LS_COLORS; avoid crashing Pygments. + - Fixed bug on Windows if Path elements has trailing spaces. Windows in general and ``os.path.isdir()`` + doesn't care about trailing spaces but ``os.scandir()`` does. + +------------------------------------------------------------------- Old: ---- xonsh-0.9.15.tar.gz New: ---- xonsh-0.9.18.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xonsh.spec ++++++ --- /var/tmp/diff_new_pack.zAX1xE/_old 2020-05-16 22:26:46.445327279 +0200 +++ /var/tmp/diff_new_pack.zAX1xE/_new 2020-05-16 22:26:46.449327287 +0200 @@ -17,7 +17,7 @@ Name: xonsh -Version: 0.9.15 +Version: 0.9.18 Release: 0 Summary: A general purpose, Python-ish shell License: BSD-3-Clause AND BSD-2-Clause @@ -27,14 +27,15 @@ # SECTION docs BuildRequires: python3-Sphinx BuildRequires: python3-numpydoc -# /SECTIOn +BuildRequires: python3-runthis-sphinxext +# /SECTION BuildRequires: fdupes BuildRequires: python3-devel >= 3.4 BuildRequires: python3-setuptools Recommends: python3-Pygments >= 2.2 Recommends: python3-distro Recommends: python3-ply -Recommends: python3-prompt_toolkit +Recommends: python3-prompt_toolkit >= 2.0 Recommends: python3-setproctitle Suggests: %{name}-doc Provides: python3-xonsh = %{version} ++++++ xonsh-0.9.15.tar.gz -> xonsh-0.9.18.tar.gz ++++++ ++++ 6391 lines of diff (skipped)
