diff --git a/.gitignore b/.gitignore index e668a9c..70a020a 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ bpython-0.9.6.2.tar.gz /bpython-0.10.1.tar.gz /bpython-0.12.tar.gz /bpython-0.13.1.tar.gz +/bpython-0.13.2.tar.gz diff --git a/bpython.spec b/bpython.spec index dfa7cac..34cc8d4 100644 --- a/bpython.spec +++ b/bpython.spec @@ -2,8 +2,8 @@ Name: bpython Summary: Fancy curses interface to the Python interactive interpreter -Version: 0.13.1 -Release: 3%{?dist} +Version: 0.13.2 +Release: 1%{?dist} URL: http://www.bpython-interpreter.org/ Group: Development/Libraries License: MIT @@ -20,8 +20,9 @@ BuildRequires: desktop-file-utils BuildRequires: python3-devel BuildRequires: python3-setuptools %endif # if with_python3 -Requires: python-urwid Requires: python-pygments +Requires: python-requests +Requires: python-urwid %description bpython is a fancy interface to the Python interpreter for Unix-like @@ -61,7 +62,9 @@ This is the GTK version of bpython. %package -n python3-bpython Summary: Fancy curses interface to the Python 3 interactive interpreter Group: Development/Languages +Provides: bpython3 = %{version}-%{release} Requires: python3-pygments +Requires: python3-requests #Requires: python3-urwid %description -n python3-bpython @@ -103,10 +106,10 @@ popd %if 0%{?with_python3} pushd %{py3dir} %{__python3} setup.py install -O1 --skip-build --root %{buildroot} -# Give python 3 executables a "python3-" prefix to avoid collisions with their -# python 2 counterparts: -mv %{buildroot}/%{_bindir}/%{name} %{buildroot}/%{_bindir}/python3-%{name} -ln -s python3-%{name} %{buildroot}%{_bindir}/bpython3 +# Move to bpython3 +mv %{buildroot}/%{_bindir}/%{name} %{buildroot}/%{_bindir}/%{name}3 +# Create symlink for compat reasons +ln -s %{name}3 %{buildroot}%{_bindir}/python3-%{name} # python3-urwid ok, however python3 twisted also needed #mv %{buildroot}/%{_bindir}/%{name}-urwid %{buildroot}/%{_bindir}/python3-%{name}-urwid rm -f %{buildroot}%{_bindir}/bpython-urwid @@ -153,6 +156,12 @@ rm -f %{buildroot}%{_bindir}/bpython-curtsies %endif # with_python3 %changelog +* Mon Jan 12 2015 Terje Rosten - 0.13.2-1 +- 0.13.2 +- Swap bpython3 symlinks +- Add bpython3 provide +- Python requests package required + * Sun Jan 11 2015 Terje Rosten - 0.13.1-3 - Add bpython3 symlink diff --git a/sources b/sources index 62e97ce..1d8b802 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -47b2ae18ee39d519752218b938024a85 bpython-0.13.1.tar.gz +3d3b43e4149d449f8656e87634f44f47 bpython-0.13.2.tar.gz 104e5f804b904afecbe85c3c05462fc0 bpython.png