Hello community, here is the log from the commit of package python-bpython for openSUSE:Factory checked in at 2018-05-08 13:38:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-bpython (Old) and /work/SRC/openSUSE:Factory/.python-bpython.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-bpython" Tue May 8 13:38:56 2018 rev:3 rq:605128 version:0.17.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-bpython/python-bpython.changes 2018-04-27 16:09:13.526503980 +0200 +++ /work/SRC/openSUSE:Factory/.python-bpython.new/python-bpython.changes 2018-05-08 13:39:00.945923983 +0200 @@ -1,0 +2,8 @@ +Sun May 6 19:38:52 UTC 2018 - [email protected] + +- update to version 0.17.1: + * Fixes: + + Reverted #670 temporarily due to performance impact on large + strings being output. + +------------------------------------------------------------------- Old: ---- bpython-0.17.tar.gz New: ---- bpython-0.17.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-bpython.spec ++++++ --- /var/tmp/diff_new_pack.mOl4ez/_old 2018-05-08 13:39:01.841891642 +0200 +++ /var/tmp/diff_new_pack.mOl4ez/_new 2018-05-08 13:39:01.845891497 +0200 @@ -19,12 +19,12 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_with test Name: python-bpython -Version: 0.17 +Version: 0.17.1 Release: 0 Summary: Fancy Interface to the Python Interpreter License: MIT Group: Development/Languages/Python -Url: http://www.bpython-interpreter.org/ +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} @@ -34,36 +34,35 @@ BuildRequires: hicolor-icon-theme BuildRequires: python-rpm-macros BuildRequires: update-desktop-files -%if %{with test} -BuildRequires: %{python_module curtsies >= 0.1.18} -BuildRequires: %{python_module greenlet} -BuildRequires: %{python_module pygments} -BuildRequires: %{python_module requests} -BuildRequires: %{python_module six >= 1.5} -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(post): update-alternatives +Requires(postun): update-alternatives +Recommends: python-jedi +Recommends: python-ndg-httpsclient Recommends: python-pyOpenSSL Recommends: python-pyasn1 -Recommends: python-ndg-httpsclient -Recommends: python-jedi Recommends: python-urwid Recommends: python-watchdog Recommends: python-wcwidth +BuildArch: noarch +%if %{with test} +BuildRequires: %{python_module curtsies >= 0.1.18} +BuildRequires: %{python_module greenlet} +BuildRequires: %{python_module pygments} +BuildRequires: %{python_module requests} +BuildRequires: %{python_module six >= 1.5} +BuildRequires: %{python_module wcwidth} +BuildRequires: python-mock +%endif %ifpython2 Provides: bpython = %{version} Obsoletes: bpython <= %{version} %endif -BuildArch: noarch -Requires(post): update-alternatives -Requires(postun): update-alternatives - %python_subpackages %description @@ -75,9 +74,9 @@ ideas to enhance the standard interpreter without getting carried away. %package -n %{name}-common -Provides: %{python_module bpython-common = %{version}} Summary: Fancy Interface to the Python Interpreter - common files Group: Development/Languages/Python +Provides: %{python_module bpython-common = %{version}} %description -n %{name}-common This package contains files shared between the various versions of @@ -141,32 +140,30 @@ %endif %post -%{python_install_alternative bpython bpython-curses bpython-urwid bpdb bpython.1%ext_man bpython-config.5%ext_man} +%{python_install_alternative bpython bpython-curses bpython-urwid bpdb bpython.1%{ext_man} bpython-config.5%{ext_man}} %postun %python_uninstall_alternative bpython %files %{python_files} -%defattr(-,root,root,-) -%doc AUTHORS CHANGELOG LICENSE README.rst +%license LICENSE +%doc AUTHORS CHANGELOG README.rst %{python_sitelib}/* %python_alternative %{_bindir}/bpython %python_alternative %{_bindir}/bpython-curses %python_alternative %{_bindir}/bpython-urwid %python_alternative %{_bindir}/bpdb -%python_alternative %{_mandir}/man1/bpython.1%ext_man -%python_alternative %{_mandir}/man5/bpython-config.5%ext_man +%python_alternative %{_mandir}/man1/bpython.1%{ext_man} +%python_alternative %{_mandir}/man5/bpython-config.5%{ext_man} %dir %{_datadir}/appdata/ %{_datadir}/appdata/bpython-%{python_bin_suffix}.appdata.xml %{_datadir}/applications/bpython-%{python_bin_suffix}.desktop %files -n %{name}-common -%defattr(-,root,root,-) -%doc LICENSE +%license LICENSE %{_datadir}/pixmaps/bpython.png %files -n %{name}-doc -%defattr(-,root,root) %doc build/sphinx/html %changelog ++++++ bpython-0.17.tar.gz -> bpython-0.17.1.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bpython-0.17/CHANGELOG new/bpython-0.17.1/CHANGELOG --- old/bpython-0.17/CHANGELOG 2018-01-15 23:14:51.000000000 +0100 +++ new/bpython-0.17.1/CHANGELOG 2018-02-12 23:15:12.000000000 +0100 @@ -1,6 +1,13 @@ Changelog ========= +0.17.1 +------ + +Fixes: +* Reverted #670 temporarily due to performance impact + on large strings being output. + 0.17 ---- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bpython-0.17/PKG-INFO new/bpython-0.17.1/PKG-INFO --- old/bpython-0.17/PKG-INFO 2018-01-15 23:22:29.000000000 +0100 +++ new/bpython-0.17.1/PKG-INFO 2018-02-12 23:19:17.000000000 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 1.0 Name: bpython -Version: 0.17 +Version: 0.17.1 Summary: Fancy Interface to the Python Interpreter Home-page: http://www.bpython-interpreter.org/ Author: Bob Farrell, Andreas Stuehrk et al. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bpython-0.17/bpython/_version.py new/bpython-0.17.1/bpython/_version.py --- old/bpython-0.17/bpython/_version.py 2018-01-15 23:22:29.000000000 +0100 +++ new/bpython-0.17.1/bpython/_version.py 2018-02-12 23:19:17.000000000 +0100 @@ -1,2 +1,2 @@ # Auto-generated file, do not edit! -__version__ = '0.17' +__version__ = '0.17.1' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bpython-0.17/bpython/curtsiesfrontend/replpainter.py new/bpython-0.17.1/bpython/curtsiesfrontend/replpainter.py --- old/bpython-0.17/bpython/curtsiesfrontend/replpainter.py 2018-01-15 23:14:43.000000000 +0100 +++ new/bpython-0.17.1/bpython/curtsiesfrontend/replpainter.py 2018-02-12 23:13:12.000000000 +0100 @@ -25,15 +25,11 @@ """Returns lines obtained by splitting msg over multiple lines. Warning: if msg is empty, returns an empty list of lines""" - msg = fmtstr(msg) - try: - display_lines = ([msg.width_aware_slice(slice(start, end)) - for start, end in zip( - range(0, msg.width, columns), - range(columns, msg.width + columns, columns))] - if msg else ([''] if blank_line else [])) - except ValueError: - display_lines = [''] + display_lines = ([msg[start:end] + for start, end in zip( + range(0, len(msg), columns), + range(columns, len(msg) + columns, columns))] + if msg else ([''] if blank_line else [])) return display_lines diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bpython-0.17/bpython.egg-info/PKG-INFO new/bpython-0.17.1/bpython.egg-info/PKG-INFO --- old/bpython-0.17/bpython.egg-info/PKG-INFO 2018-01-15 23:22:29.000000000 +0100 +++ new/bpython-0.17.1/bpython.egg-info/PKG-INFO 2018-02-12 23:19:17.000000000 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 1.0 Name: bpython -Version: 0.17 +Version: 0.17.1 Summary: Fancy Interface to the Python Interpreter Home-page: http://www.bpython-interpreter.org/ Author: Bob Farrell, Andreas Stuehrk et al. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bpython-0.17/doc/sphinx/source/changelog.rst new/bpython-0.17.1/doc/sphinx/source/changelog.rst --- old/bpython-0.17/doc/sphinx/source/changelog.rst 2018-01-15 23:14:51.000000000 +0100 +++ new/bpython-0.17.1/doc/sphinx/source/changelog.rst 2018-02-12 23:15:12.000000000 +0100 @@ -1,6 +1,13 @@ Changelog ========= +0.17.1 +------ + +Fixes: +* Reverted #670 temporarily due to performance impact + on large strings being output. + 0.17 ----
