commit python3-xonsh for openSUSE:Factory

2017-03-10 Thread root
Hello community,

here is the log from the commit of package python3-xonsh for openSUSE:Factory 
checked in at 2017-03-10 21:46:25

Comparing /work/SRC/openSUSE:Factory/python3-xonsh (Old)
 and  /work/SRC/openSUSE:Factory/.python3-xonsh.new (New)


Package is "python3-xonsh"

Fri Mar 10 21:46:25 2017 rev:3 rq:478053 version:0.5.8

Changes:

--- /work/SRC/openSUSE:Factory/python3-xonsh/python3-xonsh.changes  
2017-02-03 18:59:28.244067770 +0100
+++ /work/SRC/openSUSE:Factory/.python3-xonsh.new/python3-xonsh.changes 
2017-03-10 21:46:26.161340490 +0100
@@ -1,0 +2,5 @@
+Thu Mar  9 21:12:40 UTC 2017 - sebix+novell@sebix.at
+
+- version 0.5.8
+
+---

Old:

  xonsh-0.5.3.tar.gz

New:

  xonsh-0.5.8.tar.gz



Other differences:
--
++ python3-xonsh.spec ++
--- /var/tmp/diff_new_pack.kZvYto/_old  2017-03-10 21:46:26.821246895 +0100
+++ /var/tmp/diff_new_pack.kZvYto/_new  2017-03-10 21:46:26.825246328 +0100
@@ -17,13 +17,13 @@
 
 
 Name:   python3-xonsh
-Version:0.5.3
+Version:0.5.8
 Release:0
 Summary:A general purpose, Python-ish shell
 License:BSD-3-Clause
 Group:  Development/Languages/Python
 Url:https://xonsh.org
-Source: 
https://pypi.python.org/packages/ca/57/d9e0c578496df2e1259bd89b85bc38e6378618299327750c5364ed3461b6/xonsh-%{version}.tar.gz
+Source: 
https://files.pythonhosted.org/packages/source/x/xonsh/xonsh-0.5.8.tar.gz
 BuildRequires:  python3-Pygments
 BuildRequires:  python3-coverage
 BuildRequires:  python3-devel

++ xonsh-0.5.3.tar.gz -> xonsh-0.5.8.tar.gz ++
 38928 lines of diff (skipped)




commit python3-xonsh for openSUSE:Factory

2017-02-03 Thread root
Hello community,

here is the log from the commit of package python3-xonsh for openSUSE:Factory 
checked in at 2017-02-02 15:45:26

Comparing /work/SRC/openSUSE:Factory/python3-xonsh (Old)
 and  /work/SRC/openSUSE:Factory/.python3-xonsh.new (New)


Package is "python3-xonsh"

Changes:

--- /work/SRC/openSUSE:Factory/python3-xonsh/python3-xonsh.changes  
2017-01-25 23:24:31.312043375 +0100
+++ /work/SRC/openSUSE:Factory/.python3-xonsh.new/python3-xonsh.changes 
2017-02-03 18:59:28.244067770 +0100
@@ -1,0 +2,38 @@
+Wed Feb  1 20:34:45 UTC 2017 - sebix+novell@sebix.at
+
+- version 0.5.3
+- Added:
+  * Tab completion xontrib for python applications based on click framework.
+  * Added on_transform_command event for pre-processing that macros can't 
handle.
+  * Autodetection of backgroundability by binary analysis on POSIX.
+  * New argument expand_user=True to tools.expand_path.
+  * New $COMPLETION_QUERY_LIMIT environment variable for setting the number of 
completions above which the user will be asked if they wish to see the 
potential completions.
+  * Users may now redirect stdout to stderr in subprocess mode.
+- Changed:
+  * The Block and Functor context managers from xonsh.contexts have been 
rewritten to use xonsh's macro capabilities. You must now enter these via the 
with! statement, e.g. with! Block(): pass.
+  * The distributed xontrib now needs to use the with! statement, since it 
relies on Functor.
+  * telnet has been flagged as unthreadable.
+  * When $DYNAMIC_CWD_ELISION_CHAR is non empty and the last dir of cwd is too 
long and shortened, the elision char is added at the end.
+  * pygments is no longer a strict dependency of the prompt_toolkit backend. 
If pygments is not installed, the PTK backend will use the default ansi color 
settings from the terminal. Syntax highlighting requires that pygments is 
installed.
+  * Events are now keyword arguments only
+  * Restored on_precommand to its original signature.
+  * Move built_ins.expand_path to tools.expand_path.
+  * Rename tools.expandpath to tools._expandpath.
+  * Added gvim command to unthreadable predictors.
+  * The source alias now passes $ARGS down to file it is sourcing.
+- Removed:
+  * XonshBlockError has been removed, since it no longer serves a purpose.
+- Fixed:
+  * PopenThread will now re-issue SIGINT to the main thread when it is 
recieved.
+  * Fixed an issue that using sqlite history backend does not kill unfinished 
jobs when quitting xonsh with a second "exit".
+  * Fixed an issue that xonsh would fail over to external shells when running 
.xsh script which raises exceptions.
+  * Fixed an issue with openpty() returning non-unix line endings in its 
buffer. This was causing git and ssh to fail when xonsh was used as the login 
shell on the server. See 
https://mail.python.org/pipermail/python-list/2013-June/650460.html for more 
details.
+  * Restored the ability to ^Z and fg processes on posix platforms.
+  * CommandPipelines were not gauranteeded to have been ended when the return 
code was requested. This has been fixed.
+  * Introduce path expansion in is_writable_file to fix 
$XONSH_TRACEBACK_LOGFILE=~/xonsh.log.
+  * Backgrounding a running process (^Z) now restores ECHO mode to the 
terminal in cases where the subprocess doesn't properly restore itself. A major 
instance of this behaviour is Python's interactive interpreter.
+  * Readline backend would not ask the user to confirm the printing of 
completion options if they numbered above a certain value. Instead they would 
be dumped to the screen. This has been fixed.
+  * Jupyter kernel was no longer properly running subprocess commands. This 
has been fixed.
+  * The filename is applied to the target of the source alias, providing 
better tracebacks.
+
+---

Old:

  xonsh-0.5.2.tar.gz

New:

  xonsh-0.5.3.tar.gz



Other differences:
--
++ python3-xonsh.spec ++
--- /var/tmp/diff_new_pack.CuZgnh/_old  2017-02-03 18:59:28.684005979 +0100
+++ /var/tmp/diff_new_pack.CuZgnh/_new  2017-02-03 18:59:28.692004855 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-xonsh
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -13,23 +13,24 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
 
 
 Name:   python3-xonsh
-Version:0.5.2
+Version:0.5.3
 Release:0
-License:BSD-3-Clause
 Summary:A general purpose