Mailinglist Archive: opensuse-commit (1855 mails)
| < Previous | Next > |
commit bpython for openSUSE:Factory
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Mon, 05 Sep 2011 16:22:07 +0200
- Message-id: <20110905142207.1ABE9202CB@hilbert.suse.de>
Hello community,
here is the log from the commit of package bpython for openSUSE:Factory
checked in at Mon Sep 5 16:22:07 CEST 2011.
--------
--- bpython/bpython.changes 2011-07-03 11:59:17.000000000 +0200
+++ bpython/bpython.changes 2011-09-02 14:20:30.000000000 +0200
@@ -1,0 +2,20 @@
+Fri Sep 2 12:17:26 UTC 2011 - saschpe@xxxxxxx
+
+- Update to version 0.10.1:
+ * #197: find_modules crashes on non-readable directories
+ * #198: Source tarball lacks .po files
+- Changes from version 0.10:
+ * Config files are now located according to the XDG Base Directory
+ Specification. The support for the old bpythonrc files has been
+ dropped and ~/.bpython.ini as config file location is no longer supported.
+ See issue #91.
+ * Fixed some issues with tuple unpacking in argspec. See issues #133 and
#138.
+ * Fixed a crash with non-ascii filenames in import completion. See issue
#139.
+ * Fixed a crash caused by inspect.findsource() raising an IndexError
+ which happens in some situations. See issue #94.
+ * Non-ascii input should work now under Python 3.
+ * Issue #165: C-a and C-e do the right thing now in urwid.
+ * The short command-line option "-c config" was dropped as it conflicts with
+ vanilla Python's "-c command" option. See issue #186.
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
Old:
----
bpython-0.9.7.1.tar.gz
New:
----
bpython-0.10.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ bpython.spec ++++++
--- /var/tmp/diff_new_pack.TP1SH0/_old 2011-09-05 16:20:52.000000000 +0200
+++ /var/tmp/diff_new_pack.TP1SH0/_new 2011-09-05 16:20:52.000000000 +0200
@@ -18,8 +18,8 @@
Name: bpython
-Version: 0.9.7.1
-Release: 8
+Version: 0.10.1
+Release: 1
Url: http://www.bpython-interpreter.org
Summary: Fancy Curses Interface to the Python Interactive Interpreter
License: MIT
@@ -30,7 +30,7 @@
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python-devel
BuildRequires: update-desktop-files
-BuildRequires: python-setuptools
+BuildRequires: python-distribute
Requires: python-curses
Requires: python-pygments
Requires: python-pyparsing
@@ -64,14 +64,10 @@
%suse_update_desktop_file -r %{name} Development IDE
%endif
-%clean
-rm -rf %{buildroot}
-
%files
%defattr(-,root,root)
%doc AUTHORS CHANGELOG LICENSE README ROADMAP TODO
-%doc %{_mandir}/man1/bpython.1%{ext_man}
-%doc %{_mandir}/man5/bpython-config.5%{ext_man}
+%doc %{_mandir}/man?/bpython*
%{_bindir}/bpython*
%{python_sitelib}/*
%{_datadir}/applications/%{name}.desktop
++++++ bpython-0.9.7.1.tar.gz -> bpython-0.10.1.tar.gz ++++++
++++ 2236 lines of diff (skipped)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |