1
0
Files
python-spyder-terminal/python-spyder-terminal.changes
Daniel Garcia b06ce16eb7 - Update to v1.2.2
* Upgrade to pywinpty 2.0.5
  * Maintenance of the CIs
  * Prevent showing an error when closing the plugin
- v1.2.1
  * Fix double zoom level for new terminals
  * Upgrade to pywinpty 2.0.1
  * Fix Spyder requirement
  * Maintenance of the CIs
- v1.2.0
  * Migration to Spyder's 5.2.x new API
  * Update to xtermjs 4.15
  * Improve new terminals when a project is available
- Add fix-test-terminal-closing.patch to fix the test_terminal_closing that
  expects an AttributeError instead of a WebSocketClosedError

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-spyder-terminal?expand=0&rev=21
2022-09-22 14:56:27 +00:00

185 lines
7.1 KiB
Plaintext

-------------------------------------------------------------------
Thu Sep 22 14:50:26 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>
- Update to v1.2.2
* Upgrade to pywinpty 2.0.5
* Maintenance of the CIs
* Prevent showing an error when closing the plugin
- v1.2.1
* Fix double zoom level for new terminals
* Upgrade to pywinpty 2.0.1
* Fix Spyder requirement
* Maintenance of the CIs
- v1.2.0
* Migration to Spyder's 5.2.x new API
* Update to xtermjs 4.15
* Improve new terminals when a project is available
- Add fix-test-terminal-closing.patch to fix the test_terminal_closing that
expects an AttributeError instead of a WebSocketClosedError
-------------------------------------------------------------------
Sun Oct 10 20:01:28 UTC 2021 - Ben Greiner <code@bnavigator.de>
- Update to v1.1.0
* Migration to Spyder's 5.1.x new API
-------------------------------------------------------------------
Fri Jul 16 16:45:22 UTC 2021 - Ben Greiner <code@bnavigator.de>
- Update to v1.0.0
* Migration to Spyder's 5 new API
* Update to the latest release of xtermjs
* Add blue border when the terminal is focused like all the other
plugins
* Anaconda powers are now available in the terminal
* New customizable option for the cursor
* Save the zoom across terminals
-------------------------------------------------------------------
Tue Feb 2 13:07:47 UTC 2021 - Benjamin Greiner <code@bnavigator.de>
- Use the singlespec rewrite from %python_subpackages to provide
the python3-spyder-terminal name
-------------------------------------------------------------------
Thu Jan 28 00:05:23 UTC 2021 - Ben Greiner <code@bnavigator.de>
- Update to Version 0.5.0
* for Spyder 4.2
* Fix the terminal with the latest version of terminado
* Update to the latest release of xtermjs
- Build only for primary python3 interpreter, as Spyder does the
same.
-------------------------------------------------------------------
Fri Aug 28 15:49:06 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
- Fix package name resoulution
* package is called ${python_prefix}-spyder-terminal,
* provides spyder-terminal and spyder3-terminal
-------------------------------------------------------------------
Thu Aug 27 14:54:10 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
- 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]
-------------------------------------------------------------------
Tue Apr 28 09:34:31 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
- Update to version 0.3.2
Minor release: Spyder-Terminal bug fix for Spyder 4
* Fixes the crash bug when opening the preferences tab
- Add nodejs mention to package description
- Update spyder requirement to match with upstream
-------------------------------------------------------------------
Thu Apr 23 13:34:04 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
- Update to version 0.3.1
Minor release: Spyder-Terminal bug fixes for Spyder 4
* Update requirement for the latest Spyder 4
* Fix compatibility issues with the latest version of Xtermjs
* Fix the font when resizing the terminal
- merge packages from github and pipy to get all necessary files
- run tests in spyder DEV mode gh#spyder-ide/spyder-terminal#180
- collect lang files
- fix missing import gh#spyder-ide/spyder-terminal#201
-------------------------------------------------------------------
Tue Mar 24 18:27:36 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
- rename package in wake of spyder3 to spyder rename
- bump requirement to spyder >=4
- run unittests
- filter rpmlint warnings about the shipped nodejs components
-------------------------------------------------------------------
Thu Mar 19 14:32:48 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
- remove python2 package as the spyder3 package dropped it a while ago
-------------------------------------------------------------------
Fri Mar 13 12:06:38 UTC 2020 - Hans-Peter Jansen <hpj@urpla.net>
- Update to 0.3.0
+ Upgrade to ES6/JSX syntax paintbrush
+ Multiple shells per operating system milky_way
+ Theme support and new UI options art
+ Shortcut configuration ♀️
-------------------------------------------------------------------
Mon Aug 13 17:49:18 UTC 2018 - toddrme2178@gmail.com
- Update to 0.2.4
+ Issues Closed
* Remove requirement on pexpect for Windows
* Add import check for pywinpty
* Remove compatibility check for Windows and Python 2
* Black screen in Spyder-terminal when I launch Spyer
+ Pull Requests Merged
* Remove pexpect from windows requirements
* Add winpty import verification before starting plugin
* Fix running tests in CI infrastructure
* Remove Windows/Py2.7 restriction
-------------------------------------------------------------------
Sat Apr 28 21:47:02 UTC 2018 - toddrme2178@gmail.com
- Initial version