Hello community,

here is the log from the commit of package python3-bpython for openSUSE:Factory 
checked in at 2014-07-10 08:16:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-bpython (Old)
 and      /work/SRC/openSUSE:Factory/.python3-bpython.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python3-bpython"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python3-bpython/python3-bpython.changes  
2014-02-02 22:21:13.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python3-bpython.new/python3-bpython.changes     
2014-07-10 08:17:25.000000000 +0200
@@ -1,0 +2,20 @@
+Wed Jul  2 14:42:43 UTC 2014 - [email protected]
+
+- Update to version 0.13:
+  * Dictionary key completion, thanks to Maja Frydrychowicz (#226).
+    To use normal completion and ignore these key completions, type a space.
+  * Edit current line in external editor: ctrl-x (#161)
+  * Python 2.5 compatibility, thanks to Michael Schuller (#279). Python 2.5
+    is not officially supported, but after few changes Michael introduced, he
+    says it's working fine.
+  * FakeStream has flush(), so works correctly with
+    django.core.email.backends.console thanks to Marc Sibson (#259)
+  * FakeStdin has fileno() (#232)
+  * Changes to sys.ps1 and sys.ps2 are respected thanks to Michael Schulle 
(#267)
+  * atexit registered functions run on exit (#258)
+  * fixed an error on exit code when running a script with bpython script.py 
(#260)
+  * setup.py extras are used to define dependencies for urwid and
+    curtsies frontends
+- New tool bpython-curtsies
+
+-------------------------------------------------------------------

Old:
----
  bpython-0.12.tar.gz

New:
----
  bpython-0.13.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python3-bpython.spec ++++++
--- /var/tmp/diff_new_pack.POdztN/_old  2014-07-10 08:17:25.000000000 +0200
+++ /var/tmp/diff_new_pack.POdztN/_new  2014-07-10 08:17:25.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-bpython
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,8 +15,9 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           python3-bpython
-Version:        0.12
+Version:        0.13
 Release:        0
 Url:            http://www.bpython-interpreter.org
 Summary:        Fancy Curses Interface to the Python Interactive Interpreter
@@ -24,18 +25,18 @@
 Group:          Development/Languages/Python
 Source:         
http://www.bpython-interpreter.org/releases/bpython-%{version}.tar.gz
 BuildRequires:  python3-devel
-BuildRequires:  update-desktop-files
 BuildRequires:  python3-setuptools
+BuildRequires:  update-desktop-files
 # Documentation requirements:
 BuildRequires: python3-Sphinx
 # Test requirements:
 BuildRequires:  python3-curses
 BuildRequires:  python3-mock
 BuildRequires:  python3-nose
-Requires:       python3-setuptools
-Requires:       python3-curses
 Requires:       python3-Pygments
+Requires:       python3-curses
 Requires:       python3-pyparsing
+Requires:       python3-setuptools
 Requires(post): update-alternatives
 Requires(postun): update-alternatives
 BuildArch:      noarch
@@ -55,8 +56,9 @@
        -e "s/bpython/bpython3/g" data/bpython.desktop
 mv data/bpython.desktop data/bpython3.desktop
 sed -i -e "s/bpython =/bpython-%{py3_ver} =/" \
-       -e "s/bpython-urwid =/bpython-urwid-%{py3_ver} =/" \
+       -e "s/bpython-curtsies =/bpython-curtsies-%{py3_ver} =/" \
        -e "s/bpython-gtk =/bpython-gtk-%{py3_ver} =/" \
+       -e "s/bpython-urwid =/bpython-urwid-%{py3_ver} =/" \
        -e "s/bpython.1/bpython-%{py3_ver}.1/" \
        -e "s/bpython.desktop/bpython3.desktop/" \
        -e "s/bpython-config.5/bpython-config-%{py3_ver}.5/" setup.py
@@ -70,8 +72,9 @@
 %install
 python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
 ln -s %{_bindir}/bpython-%{py3_ver} %{buildroot}%{_bindir}/bpython
-ln -s %{_bindir}/bpython-urwid-%{py3_ver} %{buildroot}%{_bindir}/bpython-urwid
+ln -s %{_bindir}/bpython-curtsies-%{py3_ver} 
%{buildroot}%{_bindir}/bpython-curtsies
 ln -s %{_bindir}/bpython-gtk-%{py3_ver} %{buildroot}%{_bindir}/bpython-gtk
+ln -s %{_bindir}/bpython-urwid-%{py3_ver} %{buildroot}%{_bindir}/bpython-urwid
 ln -s %{_mandir}/man1/bpython-%{py3_ver}.1 
%{buildroot}%{_mandir}/man1/bpython.1
 ln -s %{_mandir}/man5/bpython-config-%{py3_ver}.5 
%{buildroot}%{_mandir}/man5/bpython-config.5
 rm -r %{buildroot}%{python3_sitelib}/bpython/test # Don't ship tests
@@ -83,13 +86,13 @@
 #%%check
 #nosetests
 
-
 %pre
 # Since /usr/bin/pybabel became ghosted to be used with update-alternatives, 
we have to get rid
 # of the old binary resulting from the non-update-alternativies-ified package:
 [[ ! -L %{_bindir}/bpython ]] && rm -f %{_bindir}/bpython 
-[[ ! -L %{_bindir}/bpython-urwid ]] && rm -f %{_bindir}/bpython-urwid 
+[[ ! -L %{_bindir}/bpython-curtsies ]] && rm -f %{_bindir}/bpython-curtsies 
 [[ ! -L %{_bindir}/bpython-gtk ]] && rm -f %{_bindir}/bpython-gtk
+[[ ! -L %{_bindir}/bpython-urwid ]] && rm -f %{_bindir}/bpython-urwid 
 [[ ! -L %{_mandir}/man1/bpython.1.gz ]] && rm -f %{_mandir}/man1/bpython.1.gz
 [[ ! -L %{_mandir}/man5/bpython-config.5.gz ]] && rm -f 
%{_mandir}/man5/bpython-config.5.gz
 exit 0
@@ -97,8 +100,9 @@
 %post
 update-alternatives \
     --install %{_bindir}/bpython bpython %{_bindir}/bpython-%{py3_ver} 30 \
-    --slave %{_bindir}/bpython-urwid bpython-urwid 
%{_bindir}/bpython-urwid-%{py3_ver} \
+    --slave %{_bindir}/bpython-curtsies bpython-curtsies 
%{_bindir}/bpython-curtsies-%{py3_ver} \
     --slave %{_bindir}/bpython-gtk bpython-gtk 
%{_bindir}/bpython-gtk-%{py3_ver} \
+    --slave %{_bindir}/bpython-urwid bpython-urwid 
%{_bindir}/bpython-urwid-%{py3_ver} \
     --slave %{_mandir}/man1/bpython.1.gz bpython.1 
%{_mandir}/man1/bpython-%{py3_ver}.1.gz \
     --slave %{_mandir}/man5/bpython-config.5.gz bpython-config.5 
%{_mandir}/man5/bpython-config-%{py3_ver}.5.gz
 
@@ -112,6 +116,8 @@
 %doc AUTHORS CHANGELOG LICENSE ROADMAP TODO build/sphinx/html
 %ghost %{_bindir}/bpython
 %{_bindir}/bpython-%{py3_ver}
+%ghost %{_bindir}/bpython-curtsies
+%{_bindir}/bpython-curtsies-%{py3_ver}
 %ghost %{_bindir}/bpython-gtk
 %{_bindir}/bpython-gtk-%{py3_ver}
 %ghost %{_bindir}/bpython-urwid

++++++ bpython-0.12.tar.gz -> bpython-0.13.tar.gz ++++++
++++ 4392 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to