Hello community,

here is the log from the commit of package python-bpython for openSUSE:Factory 
checked in at 2018-04-27 16:09:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-bpython (Old)
 and      /work/SRC/openSUSE:Factory/.python-bpython.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-bpython"

Fri Apr 27 16:09:08 2018 rev:2 rq:601613 version:0.17

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-bpython/python-bpython.changes    
2017-09-13 22:36:52.948302175 +0200
+++ /work/SRC/openSUSE:Factory/.python-bpython.new/python-bpython.changes       
2018-04-27 16:09:13.526503980 +0200
@@ -1,0 +2,19 @@
+Thu Apr 26 13:58:01 UTC 2018 - [email protected]
+
+- Update to version 0.17:
+  * New features:
+    - gh#bpython/bpython#641: Implement Ctrl+O.
+    - Add default_autoreload config option.
+  * Fixes:
+    - Fix deprecation warnings.
+    - Do not call signal outside of main thread.
+    - Fix option-backspace behavior.
+    - gh#bpython/bpython#648: Fix paste helper.
+    - gh#bpython/bpython#653: Handle docstrings more carefully.
+    - gh#bpython/bpython#654: Do not modify history file during
+      tests.
+    - gh#bpython/bpython#658: Fix newline handling.
+    - gh#bpython/bpython#670: Fix handlign of ANSI escape codes.
+    - gh#bpython/bpython#687: Fix encoding of jedi completions.
+
+-------------------------------------------------------------------

Old:
----
  bpython-0.16.tar.gz

New:
----
  bpython-0.17.tar.gz

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

Other differences:
------------------
++++++ python-bpython.spec ++++++
--- /var/tmp/diff_new_pack.bot7jy/_old  2018-04-27 16:09:14.734459677 +0200
+++ /var/tmp/diff_new_pack.bot7jy/_new  2018-04-27 16:09:14.738459530 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-bpython
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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,17 +13,18 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %bcond_with     test
 Name:           python-bpython
-Version:        0.16
+Version:        0.17
 Release:        0
-License:        MIT
 Summary:        Fancy Interface to the Python Interpreter
-Url:            http://www.bpython-interpreter.org/
+License:        MIT
 Group:          Development/Languages/Python
+Url:            http://www.bpython-interpreter.org/
 Source:         
https://files.pythonhosted.org/packages/source/b/bpython/bpython-%{version}.tar.gz
 BuildRequires:  %{python_module Babel}
 BuildRequires:  %{python_module Sphinx}
@@ -42,12 +43,12 @@
 BuildRequires:  %{python_module wcwidth}
 BuildRequires:  python-mock
 %endif
+Requires:       %{name}-common = %{version}
 Requires:       python-curtsies >= 0.1.18
 Requires:       python-greenlet
 Requires:       python-pygments
 Requires:       python-requests
 Requires:       python-six >= 1.5
-Requires:       %{name}-common = %{version}
 Recommends:     python-pyOpenSSL
 Recommends:     python-pyasn1
 Recommends:     python-ndg-httpsclient
@@ -76,6 +77,7 @@
 %package        -n %{name}-common
 Provides:       %{python_module bpython-common = %{version}}
 Summary:        Fancy Interface to the Python Interpreter - common files
+Group:          Development/Languages/Python
 
 %description    -n %{name}-common
 This package contains files shared between the various versions of
@@ -133,7 +135,6 @@
 rm %{buildroot}%{_datadir}/appdata/bpython.appdata.xml
 rm %{buildroot}%{_datadir}/applications/bpython.desktop
 
-
 %if %{with test}
 %check
 %python_exec setup.py test

++++++ bpython-0.16.tar.gz -> bpython-0.17.tar.gz ++++++
++++ 2462 lines of diff (skipped)


Reply via email to