15
0
Files
python-pyls-spyder/python-pyls-spyder.changes
Dirk Mueller e7e9bc9fee Accepting request 857046 from home:bnavigator:branches:devel:languages:python
- Update to version 0.3.0
  * PR 15 - PR: Add support for textDocument/foldingRange call for
    code cells, by @andfoy (7846) 
- Change in version 0.2.1
  * PR 13 - PR: Pin minimum Python version to 3.6
- Changes in version 0.2.0
  * Issue 9 - Some cell patterns are not detected in the Outline 
    explorer (PR 10 by @andfoy)
  * Issue 8 - Some issues with special comments in the outline
    explorer (PR 10 by @andfoy)
  * PR 11 - Remove dependency on separate mock package, by
    @bnavigator
  * PR 10 - PR: Add additional cases for code cells and block
    comments, by @andfoy (9, 8)

OBS-URL: https://build.opensuse.org/request/show/857046
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyls-spyder?expand=0&rev=3
2020-12-21 20:06:39 +00:00

24 lines
962 B
Plaintext

-------------------------------------------------------------------
Sat Dec 19 22:55:22 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
- Update to version 0.3.0
* PR 15 - PR: Add support for textDocument/foldingRange call for
code cells, by @andfoy (7846)
- Change in version 0.2.1
* PR 13 - PR: Pin minimum Python version to 3.6
- Changes in version 0.2.0
* Issue 9 - Some cell patterns are not detected in the Outline
explorer (PR 10 by @andfoy)
* Issue 8 - Some issues with special comments in the outline
explorer (PR 10 by @andfoy)
* PR 11 - Remove dependency on separate mock package, by
@bnavigator
* PR 10 - PR: Add additional cases for code cells and block
comments, by @andfoy (9, 8)
-------------------------------------------------------------------
Thu Nov 12 15:59:25 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
- Initial specfile for version 0.1.1
- remove mock dependency gh#spyder-ide/pyls-spyder#11