1
0
Files
python-spyder-terminal/python-spyder-terminal-rpmlintrc
Tomáš Chvátal b19883e340 Accepting request 830082 from home:bnavigator:branches:devel:languages:python:numeric
- Updated to Version 0.4.2
  * PR 237 - PR: Add Xonsh to list of supported terminals in Unix
    and Windows, by @steff456
- Version 0.4.1 (2020/08/05)
  * Issue 235 - Plugin fails on Python 3.8 and Windows (PR 236 by
    @steff456)
  * PR 236 - PR: Add tornado patch for python 3.8 in windows, by
    @steff456 (235)
- Version 0.4.0 (2020/07/21)
  * Issue 233 - Update translations
  * Issue 227 - Add option to set buffer limit (PR 228 by
    @steff456)
  * Issue 225 - Terminal error "ValueError: Invalid cookie 'cwd'"
    (PR 229 by @steff456)
  * Issue 224 - Add widget for find functionality in the terminal
    (PR 226 by @steff456)
  * Issue 219 - Remove QWebKit from the code (PR 221 by @steff456)
  * Issue 218 - Shortcuts are not appearing in the preferences pane
    (PR 222 by @steff456)
  * Issue 213 - Update to xterm.js latest version (PR 214 by
    @steff456)
  * Issue 212 - Migrate this plugin to Python 3 (PR 215 by
    @steff456)
  * Issue 206 - Correctly generate logging files (PR 210 by
    @steff456)
  * Issue 202 - Problems when highlight text on terminal (PR 216
    by @steff456)
  * Issue 148 - How to increase/decrease size of font in terminal?
    (PR 217 by @steff456)
  * In this release 11 issues were closed.
  * PR 232 - New Crowdin updates, by @spyder-bot
  * PR 231 - PR: Update translation files, by @steff456
  * PR 229 - PR: Percent encode/decode cwd to encode spaces and
    special characters, by @steff456 (225)
  * PR 228 - PR: Add scrollback option to the terminal, by
    @steff456 (227)
  * PR 226 - PR: Add find widget to the terminal, by @steff456
    (224)
  * PR 223 - PR: Improve clipboard support in the terminal, by
    @steff456
  * PR 222 - PR: Fix shortcuts to new API, by @steff456 (218)
  * PR 221 - PR: Remove deprecated QWebKit code, by @steff456 (219)
  * PR 217 - PR: Add option to zoom in/zoom out in the terminal, by
    @steff456 (148)
  * PR 216 - PR: Fix highlight text on the terminal, by @steff456
    (202)
  * PR 215 - PR: Move Spyder-terminal plugin to Python 3, by
    @steff456 (212)
  * PR 214 - PR: Upgrade xterm to 4.7 release, by @steff456 (213)
  * PR 211 - PR: Fix issues when running our test suite in Azure,
    by @ccordoba12
  * PR 210 - PR: Generate logging files with Spyder's debug level,
    by @steff456 (206)
  * PR 208 - Bump websocket-extensions from 0.1.3 to 0.1.4,
    by @dependabot[bot]
  * PR 204 - Bump jquery from 3.4.1 to 3.5.0, by @dependabot[bot]

OBS-URL: https://build.opensuse.org/request/show/830082
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-spyder-terminal?expand=0&rev=14
2020-08-28 07:53:40 +00:00

6 lines
234 B
Plaintext

addFilter("hidden-file-or-dir.*components")
addFilter("script-without-shebang.*components")
addFilter("non-executable-script.*components")
addFilter("zero-length.*components.*js")
addFilter("env-script-interpreter.*components.*node")