14
0
forked from pool/python-pyte
Commit Graph

8 Commits

Author SHA256 Message Date
9b477d4714 Accepting request 895913 from home:pgajdos:python
- %check: use %pytest rpm macro

OBS-URL: https://build.opensuse.org/request/show/895913
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyte?expand=0&rev=14
2021-05-28 08:13:47 +00:00
058e2c2539 Remove superfluous devel dependency for noarch package
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyte?expand=0&rev=12
2018-12-04 13:54:56 +00:00
Tomáš Chvátal
999d68e5b5 - Enable tests unconditionaly
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyte?expand=0&rev=10
2018-07-08 16:43:00 +00:00
Tomáš Chvátal
6fd5cca1ee Accepting request 621455 from home:apersaud:branches:devel:languages:python
update to latest version

OBS-URL: https://build.opensuse.org/request/show/621455
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyte?expand=0&rev=9
2018-07-08 16:39:38 +00:00
Jan Matejek
090691df31 Accepting request 538868 from home:apersaud:branches:devel:languages:python
update to latest version

OBS-URL: https://build.opensuse.org/request/show/538868
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyte?expand=0&rev=7
2017-11-07 14:52:36 +00:00
b0ecf26185 Accepting request 520479 from home:jengelh:branches:devel:languages:python
- Replace python-curtsies description by python-pyte's.

OBS-URL: https://build.opensuse.org/request/show/520479
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyte?expand=0&rev=5
2017-09-05 07:17:05 +00:00
Todd R
20c37ca463 Accepting request 520031 from devel:languages:python:singlespec-staging
- Update to 0.6.0
  * Optimized ``Stream.feed`` for plain-text input. The code was backported
    from ``pymux`` project by Jonathan Slenders.
  * Optimized ``Screen`` by changing ``Screen.buffer`` to dict-of-dicts. The
    idea was borrowed from ``pymux`` project by Jonathan Slenders. The
    implementation was done by @istarion.
  * Further optimized ``Stream._parser_fsm`` by forcing static binding between
    ``Stream`` events and ``Screen`` methods. The code was backported from
    ``pmux`` project by Jonathan Slenders.
  * Restricted ``Stream`` to a single listener and deprecated ``attach`` and
    ``detach``. The old logic can be emulated by a fanout proxy, forwarding
    events to a list of its listeners.
  * Replaced ``DebugStream`` with ``DebugScreen`` to workaround the single
    listener limitation (previsouly ``DebugStream`` implicitly added a
    listener when instantiated). Unlike other screens ``DebugScreen`` does
    not maintain any state.
  * Changed ``DebugScreen`` to emit JSON instead of custom text format.
  * Removed overly generic ``Screen.__before__`` and ``Screen.__after__``.
  * Renamed ``Screen.set_charset`` to a more appropriate
    ``Screen.define_charset``.
  * Added support for ECMA-035 `DOCS` command to ``ByteStream`` which no longer
    accepts ``encoding`` as an argument and instead sets it as instructed by
    `DOCS`. The default encoding is assumed to be UTF-8.
  * Added support for OSC sequences allowing to set terminal title and
    icon name.
  * Allowed 256 and 24bit colours in ``Screen.select_graphic_rendition``.
  * Added support for ``aixterm`` colours in ``Screen.select_graphic_rendition``,
    see issue #57 on GitHub.
  * Changed ``Screen.select_graphic_rendition`` to ignore 0 if it is
    given along with other attributes, ie ``"0;1;2"`` is now equivalent
    to ``"1;2"``.
  * Fixed rendering of multicolumn characters at ``Screen` boundaries.
    Thanks to @shaform! See PR #55 on GitHub.
  * Fixed ``Screen.display`` in the case of multicolumn characters. See
    issue #52 on GitHub.
  * Fixed `DECSTBM` handling in case of missing arguments. See issue #61 on
    GitHub.
  * Fixed the way ``Screen.cursor_up`` and ``Screen.cursor_down`` interact
    with the scrolling region. See #63 on GitHub.
  * Added a minimal web terminal example by @demiurg906. For a faster and
    more fully-featured version, see
    `demiurg906/pyte_gui <https://github.com/demiurg906/pyte_gui>`_.
  * Fixed ``Screen.cursor_back`` when called after the draw in the last column.
  * Fixed ``Screen.inser_characters`` when called with an argument larger
    than the number of columns. Thanks to @istarion! See PR #74 on GitHub.
  * Fixed ``Screen.erase_in_display`` which did not handle all values supported
    by ``TERM=linux``. See #80 on GitHub.
- singlespec auto-conversion
- Initial package.

OBS-URL: https://build.opensuse.org/request/show/520031
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyte?expand=0&rev=3
2017-08-31 21:25:28 +00:00
Thomas Bechtold
505f1e0ba2 Accepting request 419320 from home:badshah400:branches:devel:languages:python
New package; Required for bpython

OBS-URL: https://build.opensuse.org/request/show/419320
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyte?expand=0&rev=1
2016-08-22 11:38:21 +00:00