diff --git a/bpython-0.20.tar.gz b/bpython-0.20.tar.gz deleted file mode 100644 index 789f3b5..0000000 --- a/bpython-0.20.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fec7d97be9912a50d8f5b34ca10d70715c99a33f0cd0b9e4977c1b0f617fa913 -size 224127 diff --git a/bpython-0.21.tar.gz b/bpython-0.21.tar.gz new file mode 100644 index 0000000..cd2c138 --- /dev/null +++ b/bpython-0.21.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88aa9b89974f6a7726499a2608fa7ded216d84c69e78114ab2ef996a45709487 +size 208206 diff --git a/python-bpython.changes b/python-bpython.changes index 1eff1ae..be3b1dd 100644 --- a/python-bpython.changes +++ b/python-bpython.changes @@ -1,3 +1,33 @@ +------------------------------------------------------------------- +Mon Apr 5 01:02:36 UTC 2021 - Arun Persaud + +- 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 + ------------------------------------------------------------------- Fri Oct 30 22:26:06 UTC 2020 - Arun Persaud diff --git a/python-bpython.spec b/python-bpython.spec index 5564e37..6370ce8 100644 --- a/python-bpython.spec +++ b/python-bpython.spec @@ -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: hicolor-icon-theme 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 @@ rm %{buildroot}%{_datadir}/applications/org.bpython-interpreter.bpython.desktop %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