Hello community,

here is the log from the commit of package bpython for openSUSE:Factory checked 
in at 2013-01-07 15:40:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bpython (Old)
 and      /work/SRC/openSUSE:Factory/.bpython.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bpython", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/bpython/bpython.changes  2012-06-26 
17:45:21.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.bpython.new/bpython.changes     2013-01-07 
15:40:46.000000000 +0100
@@ -1,0 +2,16 @@
+Mon Jan  7 00:03:03 UTC 2013 - [email protected]
+
+- Update to 0.12 version:
+  * Added a new pastebin_helper config option to name an executable that should
+  perform pastebin upload on bpython's behalf. If set, this overrides
+  pastebin_url. Data is supplied to the helper via STDIN, and it is expected
+  to return a pastebin URL as the first word of its output.
+  * Fixed a bug causing pastebin upload to fail after a previous attempt was
+  unsuccessful. A duplicate pastebin error would be displayed in this case,
+  despite the original upload having failed.
+  * Added more key shortcuts to bpython.urwid
+  * Smarter dedenting after certain expressions
+  * #74 fixed broken completion when auto_display_list was disabled
+- Add python-Sphinx as a build dependencie since man doc building from source
+
+-------------------------------------------------------------------

Old:
----
  bpython-0.11.tar.gz

New:
----
  bpython-0.12.tar.gz

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

Other differences:
------------------
++++++ bpython.spec ++++++
--- /var/tmp/diff_new_pack.pUqugO/_old  2013-01-07 15:40:47.000000000 +0100
+++ /var/tmp/diff_new_pack.pUqugO/_new  2013-01-07 15:40:47.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package bpython
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -16,7 +16,7 @@
 #
 
 Name:           bpython
-Version:        0.11
+Version:        0.12
 Release:        0
 Url:            http://www.bpython-interpreter.org
 Summary:        Fancy Curses Interface to the Python Interactive Interpreter
@@ -29,6 +29,7 @@
 BuildRequires:  python-devel
 BuildRequires:  update-desktop-files
 BuildRequires:  python-distribute
+BuildRequires: python-Sphinx
 Requires:       python-curses
 Requires:       python-pygments
 Requires:       python-pyparsing
@@ -52,7 +53,7 @@
 sed -i '1d' bpython/keys.py # Remove she-bang line
 
 %build
-python setup.py build
+%{__python} setup.py build
 
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
@@ -63,10 +64,10 @@
 
 %files
 %defattr(-,root,root)
-%doc AUTHORS CHANGELOG LICENSE README ROADMAP TODO
-%doc %{_mandir}/man?/bpython*
+%doc AUTHORS CHANGELOG LICENSE ROADMAP TODO
 %{_bindir}/bpython*
 %{python_sitelib}/*
+%{_mandir}/man*/*.*.gz
 %{_datadir}/applications/%{name}.desktop
 
 %changelog

++++++ bpython-0.11.tar.gz -> bpython-0.12.tar.gz ++++++
++++ 4944 lines of diff (skipped)

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

Reply via email to