Hello community,

here is the log from the commit of package xonsh for openSUSE:Factory checked 
in at 2018-12-14 20:53:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xonsh (Old)
 and      /work/SRC/openSUSE:Factory/.xonsh.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xonsh"

Fri Dec 14 20:53:46 2018 rev:11 rq:653698 version:0.8.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/xonsh/xonsh.changes      2018-11-08 
09:48:36.109091940 +0100
+++ /work/SRC/openSUSE:Factory/.xonsh.new.28833/xonsh.changes   2018-12-14 
20:56:12.612814198 +0100
@@ -1,0 +2,14 @@
+Tue Nov 13 19:37:28 UTC 2018 - Sebastian Wagner <sebix+novell....@sebix.at>
+
+- update to version 0.8.2
+ - Changed:
+  - Now there is only a single instance of ``string.Formatter()`` in the
+    code base, which is called ``xonsh.tools.FORMATTER``.
+ - Fixed:
+  - f-strings (``f"{expr}"``) are now fully capable of executing xonsh 
expressions.
+    The one exception to this is that ``![cmd]`` and ``!(cmd)`` don't work 
because
+    the ``!`` character interferes with Python string formatting. If you need 
to
+    run subprocesses inside of f-strings, use ``$[cmd]`` and ``$(cmd)`` 
instead.
+  - Fixed occasional "no attribute 'settitle' error"
+
+-------------------------------------------------------------------

Old:
----
  0.8.1.tar.gz

New:
----
  xonsh-0.8.2.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ xonsh.spec ++++++
--- /var/tmp/diff_new_pack.HMyV9F/_old  2018-12-14 20:56:13.032813676 +0100
+++ /var/tmp/diff_new_pack.HMyV9F/_new  2018-12-14 20:56:13.032813676 +0100
@@ -17,13 +17,13 @@
 
 
 Name:           xonsh
-Version:        0.8.1
+Version:        0.8.2
 Release:        0
 Summary:        A general purpose, Python-ish shell
 License:        BSD-3-Clause AND BSD-2-Clause
 Group:          Development/Languages/Python
 Url:            https://xonsh.org
-Source0:        https://github.com/xonsh/xonsh/archive/%{version}.tar.gz
+Source0:        
https://github.com/xonsh/xonsh/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 # Internal script for generating changelog
 Source1:        changelog.sh
 # SECTION docs


Reply via email to