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 2021-04-10 15:27:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-bpython (Old) and /work/SRC/openSUSE:Factory/.python-bpython.new.2401 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-bpython" Sat Apr 10 15:27:05 2021 rev:9 rq:883215 version:0.21 Changes: -------- --- /work/SRC/openSUSE:Factory/python-bpython/python-bpython.changes 2020-11-03 15:16:33.864039970 +0100 +++ /work/SRC/openSUSE:Factory/.python-bpython.new.2401/python-bpython.changes 2021-04-10 15:28:07.838431626 +0200 @@ -1,0 +2,30 @@ +Mon Apr 5 01:02:36 UTC 2021 - Arun Persaud <a...@gmx.de> + +- specfile: + * update copyright year + * AUTHORS and CHANGELOG are now .rst files + +- update to version 0.21: + * General information: + + Support for Python 2 has been dropped. + * New features: + + #643: Provide bpython._version if built from Github tarballs + + #849: Make import completion skip list configurable + + #876: Check spelling with codespell Thanks to Christian Clauss + * Fixes: + + #847: Fix import completion of modules + + #857: Replace remaining use of deprecated imp with importlib + + #862: Upgrade curtsies version requirements Thanks to Kelsey + Blair + + #863: State correct default config file directory Thanks to + niloct + + #866: Add more directories to the default import completion skip + list + + #873: Handle 'd' when mapping colors + + #874: Avoid breakage with six's importer + * Changes to dependencies: + + curtsies >= 0.3.5 is now required + + pyxdg is now required + + wcwidth has been replaced with cwcwidth + +------------------------------------------------------------------- Old: ---- bpython-0.20.tar.gz New: ---- bpython-0.21.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-bpython.spec ++++++ --- /var/tmp/diff_new_pack.dGWUMZ/_old 2021-04-10 15:28:08.226432082 +0200 +++ /var/tmp/diff_new_pack.dGWUMZ/_new 2021-04-10 15:28:08.230432087 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-bpython # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,9 +17,10 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} +%define skip_python2 1 %bcond_with test Name: python-bpython -Version: 0.20 +Version: 0.21 Release: 0 Summary: Fancy Interface to the Python Interpreter License: MIT @@ -33,23 +34,24 @@ BuildRequires: python-rpm-macros BuildRequires: update-desktop-files Requires: %{name}-common = %{version} -Requires: python-curtsies >= 0.1.18 +Requires: python-curtsies >= 0.3.5 Requires: python-greenlet Requires: python-pygments +Requires: python-pyxdg Requires: python-requests Requires: python-six >= 1.5 Requires(post): update-alternatives -Requires(postun): update-alternatives +Requires(postun):update-alternatives +Recommends: python-cwcwidth Recommends: python-jedi Recommends: python-ndg-httpsclient Recommends: python-pyOpenSSL Recommends: python-pyasn1 Recommends: python-urwid Recommends: python-watchdog -Recommends: python-wcwidth BuildArch: noarch %if %{with test} -BuildRequires: %{python_module curtsies >= 0.1.18} +BuildRequires: %{python_module curtsies >= 0.3.5} BuildRequires: %{python_module greenlet} BuildRequires: %{python_module pygments} BuildRequires: %{python_module requests} @@ -143,7 +145,7 @@ %files %{python_files} %license LICENSE -%doc AUTHORS CHANGELOG README.rst +%doc AUTHORS.rst CHANGELOG.rst README.rst %dir %{python_sitelib}/bpython %{python_sitelib}/bpython/* %dir %{python_sitelib}/bpdb ++++++ bpython-0.20.tar.gz -> bpython-0.21.tar.gz ++++++ ++++ 13611 lines of diff (skipped)