Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-bpython for openSUSE:Factory checked in at 2022-09-12 19:08:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-bpython (Old) and /work/SRC/openSUSE:Factory/.python-bpython.new.2083 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-bpython" Mon Sep 12 19:08:21 2022 rev:12 rq:1002730 version:0.23 Changes: -------- --- /work/SRC/openSUSE:Factory/python-bpython/python-bpython.changes 2022-02-06 23:55:35.094293753 +0100 +++ /work/SRC/openSUSE:Factory/.python-bpython.new.2083/python-bpython.changes 2022-09-12 19:08:22.834558652 +0200 @@ -1,0 +2,29 @@ +Sat Sep 10 15:32:53 UTC 2022 - Arun Persaud <a...@gmx.de> + +- specfile: + * skip python 3.6 + * update requirement for curtsies + * removed patch syntaxerror_failing_test.patch and typing_extensions.patch: included upstream + +- update to version 0.23: + * General information: + + More and more type annotations have been added to the bpython + code base. + + Some work has been performed to stop relying on blessings. + * New features: + + #905: Auto-closing brackets option added. To enable, add + brackets_completion = True in the bpython config Thanks to + samuelgregorovic + * Fixes: + + Improve handling of SyntaxErrors + + #948: Fix crash on Ctrl-Z + + #952: Fix tests for Python 3.10.1 and newer + + #955: Handle optional readline parameters in stdin emulation + Thanks to thevibingcat + + #959: Fix handling of __name__ + + #966: Fix function signature completion for classmethod + * Changes to dependencies: + + curtsies 0.4 or newer is now required + * Support for Python 3.6 has been dropped. + +------------------------------------------------------------------- Old: ---- bpython-0.22.1.tar.gz syntaxerror_failing_test.patch typing_extensions.patch New: ---- bpython-0.23.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-bpython.spec ++++++ --- /var/tmp/diff_new_pack.Kn3WUI/_old 2022-09-12 19:08:23.358560125 +0200 +++ /var/tmp/diff_new_pack.Kn3WUI/_new 2022-09-12 19:08:23.362560136 +0200 @@ -18,21 +18,15 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 +%define skip_python36 1 %bcond_without test Name: python-bpython -Version: 0.22.1 +Version: 0.23 Release: 0 Summary: Fancy Interface to the Python Interpreter License: MIT URL: https://www.bpython-interpreter.org/ Source: https://files.pythonhosted.org/packages/source/b/bpython/bpython-%{version}.tar.gz -# PATCH-FIX-UPSTREAM typing_extensions.patch gh#bpython/bpython#940 mc...@suse.com -# We actually don't need typing_extensions (all objects are in 3.8+) -Patch0: typing_extensions.patch -# PATCH-FIX-UPSTREAM syntaxerror_failing_test.patch gh#bpython/bpython#952 mc...@suse.com -# This is actually fixed in the post-0.22.1 development, but waiting on it. -# https://github.com/bpython/bpython/compare/fdd4ad9..4d33cc6.patch -Patch1: syntaxerror_failing_test.patch BuildRequires: %{python_module Babel} BuildRequires: %{python_module Sphinx} BuildRequires: %{python_module pip} @@ -43,7 +37,7 @@ BuildRequires: python-rpm-macros BuildRequires: update-desktop-files Requires: %{name}-common = %{version} -Requires: python-curtsies >= 0.3.5 +Requires: python-curtsies >= 0.4 Requires: python-greenlet Requires: python-pygments Requires: python-pyxdg @@ -60,7 +54,7 @@ Recommends: python-watchdog BuildArch: noarch %if %{with test} -BuildRequires: %{python_module curtsies >= 0.3.5} +BuildRequires: %{python_module curtsies >= 0.4} BuildRequires: %{python_module greenlet} BuildRequires: %{python_module pygments} BuildRequires: %{python_module pyxdg} ++++++ bpython-0.22.1.tar.gz -> bpython-0.23.tar.gz ++++++ ++++ 7726 lines of diff (skipped)