2021-10-05 13:44:41 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Oct 5 13:38:59 UTC 2021 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
- Update to 0.1.4:
|
|
|
|
- Add method to method object refactoring
|
|
|
|
- Supress all exceptions when determining codeActions
|
|
|
|
|
2021-10-04 09:25:18 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Oct 4 09:22:19 UTC 2021 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
- Back to the tarballed release, 0.1.3.:
|
|
|
|
- Fix #4. arguments must be list, not object
|
|
|
|
|
2021-10-03 20:29:47 +00:00
|
|
|
-------------------------------------------------------------------
|
2021-10-04 07:00:16 +00:00
|
|
|
Mon Oct 04 06:47:50 UTC 2021 - mcepl@cepl.eu
|
|
|
|
|
|
|
|
- Update to version 0.1.2+git.1633327768.9245130:
|
|
|
|
* Add python_requires clause to setup.cfg
|
|
|
|
* Black
|
|
|
|
* Read from pkg_resources instead of the filesystem
|
|
|
|
* Fix #2. Use functools.lru_cache() instead of functools.cache()
|
|
|
|
- Remove functools-cache.patch as it has been upstreamed.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2021-10-03 20:29:47 +00:00
|
|
|
Sun Oct 03 20:23:50 UTC 2021 - mcepl@cepl.eu
|
|
|
|
|
|
|
|
- Update to version 0.1.2+git.1633266737.1e4a677:
|
|
|
|
* Bump version
|
|
|
|
* Fix CodeAction command response
|
|
|
|
* Bump version
|
|
|
|
* Always re-validate project on get_project()
|
|
|
|
* Update README.md
|
|
|
|
* Change package name to pylsp-rope
|
|
|
|
* Add rope itself to list of dependencies :)
|
|
|
|
* Update README.md
|
|
|
|
- Add functools-cache.patch making the package compatible with
|
|
|
|
Python < 3.9 (gh#python-rope/pylsp-rope#2)
|
|
|
|
|
2021-10-03 20:04:34 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Oct 03 06:46:13 UTC 2021 - mcepl@cepl.eu
|
|
|
|
|
|
|
|
- Update to version 0.0.0+git.1633239046.8355444:
|
|
|
|
* Point to python-rope organisation repository
|
|
|
|
* Rename command prefix to pylsp_rope
|
|
|
|
* Implement pylsp_commands()
|
|
|
|
* Use keyword parameters when calling executeCommand()
|
|
|
|
* Implement rope_changeset_to_workspace_changeset() using lsp_diff()
|
|
|
|
* Implement lsp_diff()
|
|
|
|
* Add CONTRIBUTING.md
|
|
|
|
* Update README.md
|
|
|
|
* Add Features section in README.md
|
|
|
|
* Update README.md
|
|
|
|
|