Changelog for
bpython-0.12-15.1.noarch.rpm :
Sat Nov 8 13:00:00 2014 Led
- fix bashisms in pre script
Thu Jul 31 14:00:00 2014 dimstarAATTopensuse.org
- Rename rpmlintrc to %{name}-rpmlintrc.
Follow the packaging guidelines.
Fri Oct 11 14:00:00 2013 p.drouandAATTgmail.com
- Slave -urwid and -gtk to bpython binary instead of install it with
update-alternatives
Mon Oct 7 14:00:00 2013 p.drouandAATTgmail.com
- Apply update-alternatives for binaries and man-pages
Thu Mar 21 13:00:00 2013 speilickeAATTsuse.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 13:00:00 2013 p.drouandAATTgmail.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 14:00:00 2012 saschpeAATTsuse.de
- Update to version 0.11:
+ #204: \"import math\" not autocompleting on python 3.2
Fri Sep 2 14:00:00 2011 saschpeAATTsuse.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 14:00:00 2011 saschpeAATTgmx.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 14:00:00 2011 pthAATTsuse.de
- Add missing requires for python-curses (bnc#693545).
Tue Aug 3 14:00:00 2010 pascal.bleserAATTopensuse.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 13:00:00 2009 pascal.bleserAATTopensuse.org
- update to 0.9.6.2:
* fixes Python 3 compatibility
Thu Dec 31 13:00:00 2009 pascal.bleserAATTopensuse.org
- update to 0.9.6.1:
* a crash in the \"Save\" functionality was fixed
Wed Dec 30 13:00:00 2009 pascal.bleserAATTopensuse.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
Wed Sep 30 14:00:00 2009 pascal.bleserAATTopensuse.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
Tue Sep 22 14:00:00 2009 pascal.bleserAATTopensuse.org
- update to 0.9.5.1:
* various bugfixes
* introspect on Python functions\' source code
* initial Python 3.x support
* miscellaneous configuration improvements
Thu Jul 23 14:00:00 2009 pascal.bleserAATTopensuse.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
Wed Jun 17 14:00:00 2009 pascal.bleserAATTopensuse.org
- update to 0.9.3
Mon Jun 1 14:00:00 2009 pascal.bleserAATTopensuse.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