File bpython.changes of Package bpython
-------------------------------------------------------------------
Thu Mar 21 11:11:44 UTC 2013 - speilicke@suse.com
- Drop bpython.desktop, instead only use suse_update_desktop_file
to fix up the upstream one
- Build and install HTML documentation
-------------------------------------------------------------------
Mon Jan 7 00:03:03 UTC 2013 - p.drouand@gmail.com
- 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
-------------------------------------------------------------------
Tue Jun 26 09:53:27 UTC 2012 - saschpe@suse.de
- Update to version 0.11:
+ #204: "import math" not autocompleting on python 3.2
-------------------------------------------------------------------
Fri Sep 2 12:17:26 UTC 2011 - saschpe@suse.de
- 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.
-------------------------------------------------------------------
Sun Jul 3 09:52:45 UTC 2011 - saschpe@gmx.de
- Cleaned up spec file:
* Removed 'python' dependency, have python-devel
* Require python-pyparsing instead of python-parsing
* Removed scripting madness and use proper SUSE version checks
* Addded AUTHORS, ROADMAP and TODO doc files
-------------------------------------------------------------------
Fri May 13 12:06:18 CEST 2011 - pth@suse.de
- Add missing requires for python-curses (bnc#693545).
-------------------------------------------------------------------
Tue Aug 3 18:02:55 UTC 2010 - pascal.bleser@opensuse.org
- update to 0.9.7.1:
* new features:
+ pastebin confirmation
+ ability to ignore PYTHONSTARTUP when launched with -i
+ addition of bpdb (bpython python debugger)
+ correct operation of C-w
+ a more comprehensive unit testing suite
+ pastebin deduplication
+ import completion improvements
+ GTK improvements
* bug fixes
-------------------------------------------------------------------
Thu Dec 31 17:52:06 UTC 2009 - pascal.bleser@opensuse.org
- update to 0.9.6.2:
* fixes Python 3 compatibility
-------------------------------------------------------------------
Thu Dec 31 09:53:43 UTC 2009 - pascal.bleser@opensuse.org
- update to 0.9.6.1:
* a crash in the "Save" functionality was fixed
-------------------------------------------------------------------
Wed Dec 30 18:00:18 UTC 2009 - pascal.bleser@opensuse.org
- update to 0.9.6:
* numerous minor bugs were fixed
* features were implemented to make general usage a lot smoother
* a showcase of beta GTK support was added
-------------------------------------------------------------------
Thu Oct 1 00:00:00 CEST 2009 - pascal.bleser@opensuse.org
- update to 0.9.5.2:
* filename expansion was fixed
* future imports now work
* docstring fixes were made for types with their own __init__ method
-------------------------------------------------------------------
Wed Sep 23 00:00:00 CEST 2009 - pascal.bleser@opensuse.org
- update to 0.9.5.1:
* various bugfixes
* introspect on Python functions' source code
* initial Python 3.x support
* miscellaneous configuration improvements
-------------------------------------------------------------------
Fri Jul 24 00:00:00 CEST 2009 - pascal.bleser@opensuse.org
- update to 0.9.4:
* bugfix release
* a few extra enhancements to parenthesis highlighting and extended key configurability
* tab completion for filenames when inside a string
-------------------------------------------------------------------
Thu Jun 18 00:00:00 CEST 2009 - pascal.bleser@opensuse.org
- update to 0.9.3
-------------------------------------------------------------------
Tue Jun 2 00:00:00 CEST 2009 - pascal.bleser@opensuse.org
- update to 0.9.0:
* import completion was added
* paste.pocoo.org is now used for pastebin
* a color scheme that works well with a white background was added
* general bugfixes and improvements were made
-------------------------------------------------------------------
Tue Aug 26 00:00:00 CEST 2008 - guru@unixtech.be
- update to 0.7.0:
* bugfixes
* fixed handling of home/end/del etc. properly
* raw_input() and friends now work correctly
* fixed parsing PYTHONSTARTUP
* adds manpages
-------------------------------------------------------------------
Sun Jun 29 00:00:00 CEST 2008 - guru@unixtech.be
- new upstream version
-------------------------------------------------------------------
Sun Jun 15 00:00:00 CEST 2008 - guru@unixtech.be
- new upstream version:
* code cleanups
* fixed several bugs that could cause bpython to crash due to autocompletion drama
* properly returns control to the terminal on the event of a traceback
-------------------------------------------------------------------
Mon Apr 28 00:00:00 CEST 2008 - guru@unixtech.be
- removed patch, was merged upstream
- new upstream version
-------------------------------------------------------------------
Sun Apr 27 00:00:00 CEST 2008 - guru@unixtech.be
- new package