Package Release Info

python-curtsies-0.3.0-bp150.2.3

Update Info: Base Release
Available in Package Hub : 15

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python2-curtsies
python3-curtsies

Change Logs

* Thu Apr 26 2018 badshah400@opensuse.org
- Add python-curtsies-dont-require-typing-for-python3.5.patch: The
  typing module is only required for python3.4 and lower; patch
  taken from upstream git (gh#bpython/curtsies#111).
* Tue Feb 20 2018 arun@gmx.de
- specfile:
  * update copyright year
  * update url
  * require typing module for older python versions
- update to version 0.3.0:
  * Change name of "dark" color to "black"
  * Drop support for Python 2.6 and 3.3
  * New FmtStr method width_aware_splitlines which cuts up a FmtStr in
    linear time
- changes from version 0.2.12:
  * fix accidentally quadratic width_aware_slice behavior (fixes
    bpython #729) This bug causes bpython to hang on large
    output. Thanks Ben Wiederhake!
  * Allow curtsies to be run on non-main threads (useful for bpython
    [#555]) This should allow bpython to be run in a variety of
    situations like Django's runserver
  * Add function keys for some keyboard/terminal setups
* Thu Aug 31 2017 toddrme2178@gmail.com
- Update to version 0.2.11
  * Add sequences for home and end (fixes Curtsies #78)
  * fix #90 again
  * strip ansi escape sequences if parsing fmtstr input fails
  * prevent invalid negative cursor positions in CursorAwareWindow (fixes bpython #607)
  * '\x1bOA' changed from ctrl-arrow key to arrow key (fixes bpython #621)
  * alternate codes for F1-F4 (fixes bpython #626)
* Thu Aug 24 2017 jmatejek@suse.com
- singlespec auto-conversion
* Mon Aug 15 2016 badshah400@gmail.com
- Initial package.