Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package xonsh for openSUSE:Factory checked in at 2022-12-17 20:36:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xonsh (Old) and /work/SRC/openSUSE:Factory/.xonsh.new.1835 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xonsh" Sat Dec 17 20:36:39 2022 rev:36 rq:1043441 version:0.13.4 Changes: -------- --- /work/SRC/openSUSE:Factory/xonsh/xonsh.changes 2022-08-31 18:09:02.935385125 +0200 +++ /work/SRC/openSUSE:Factory/.xonsh.new.1835/xonsh.changes 2022-12-17 20:36:57.920743466 +0100 @@ -1,0 +2,48 @@ +Sat Dec 10 08:57:13 UTC 2022 - Sebastian Wagner <[email protected]> + +- update to version 0.13.4: + - Added: + - tests for methods changed in tools.py (is_tok_color_dict) + - ``$XDG_CACHE_HOME``, ``$XONSH_CACHE_DIR`` are now available inside ``Xonsh`` + - #2455 Add `on_command_not_found` event, fired when a command is not found. + - Changed: + - is_str_str_dict changed to check for Token:style dict + - Removed: + - ``$COMMANDS_CACHE_SIZE_WARNING`` is removed. When ``$COMMANDS_CACHE_SAVE_INTERMEDIATE`` is enabled, + the cache file size is optimized. + - Fixed: + - #4668 Fix ptk completion stacking when auto-suggest is on and no normal completions are generated. + - $XONSH_STYLE_OVERRIDES cannot be assigned dict of {Token: str} #4375 + - commands_cache: add a configurable value to disable cache. useful for running scripts + - fixed stale results when ``$COMMANDS_CACHE_SAVE_INTERMEDIATE`` is enabled. + - #4951 Fix gitstatus prompt when rebasing + - fixed using aliases to override commands without the file extension on Windows + - #3279 Add `XONSH_HISTORY_IGNORE_REGEX` support. You can specify a regular + expression in the environment variable `XONSH_HISTORY_IGNORE_REGEX` and any + command that matches the expression will not be added to the history. + +------------------------------------------------------------------- +Tue Dec 6 13:02:24 UTC 2022 - Dirk Müller <[email protected]> + +- update to 0.13.3: + * ``pygments`` startup crash when incorrect prepending ``bg:`` to + ``noinherit`` style directives + +------------------------------------------------------------------- +Tue Dec 6 08:55:15 UTC 2022 - Sebastian Wagner <[email protected]> + +- Update to version 0.13.2: + * When there is no git repository, the values of all ``gitstatus`` prompt + fields are now ``None``. + * With ``$THREAD_SUBPROCS=False``: When a callable alias is executed with + ``![]``, its standard output and standard error are no longer captured. + This is because a separate thread is required in order to both capture + the output and stream it to the terminal while the alias is running. + * Fixed timeit syntax error + * When there is no git repository, ``$PROMPT`` format strings like + ``{gitstatus: hello {}}`` now work as expected. + * With ``$THREAD_SUBPROCS=False``: When ``cd`` is used with an invalid + directory, the error message is now correctly displayed. + * Fixed case when xpip returns None instead of command. + +------------------------------------------------------------------- Old: ---- xonsh-0.13.1.tar.gz New: ---- xonsh-0.13.4.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xonsh.spec ++++++ --- /var/tmp/diff_new_pack.j6BJWE/_old 2022-12-17 20:36:58.672747597 +0100 +++ /var/tmp/diff_new_pack.j6BJWE/_new 2022-12-17 20:36:58.676747619 +0100 @@ -18,7 +18,7 @@ %define pythons python3 Name: xonsh -Version: 0.13.1 +Version: 0.13.4 Release: 0 Summary: A general purpose, Python-powered shell License: BSD-2-Clause AND BSD-3-Clause @@ -26,8 +26,8 @@ URL: https://xon.sh/ Source0: https://github.com/xonsh/xonsh/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: fdupes -BuildRequires: python3-base >= 3.5 -BuildRequires: python3-setuptools +BuildRequires: python3-base >= 3.8 +BuildRequires: python3-setuptools >= 61 BuildRequires: python3-wheel Recommends: python3-Pygments >= 2.2 Recommends: python3-distro ++++++ xonsh-0.13.1.tar.gz -> xonsh-0.13.4.tar.gz ++++++ /work/SRC/openSUSE:Factory/xonsh/xonsh-0.13.1.tar.gz /work/SRC/openSUSE:Factory/.xonsh.new.1835/xonsh-0.13.4.tar.gz differ: char 124, line 1
