python-neovim

Edit Package python-neovim
https://github.com/neovim/pynvim

Pynvim implements support for python plugins in Nvim. It also works as a library for connecting to and scripting Nvim processes through its msgpack-rpc API.

NOTE [20240207]: Not sure why editors devel package is forcing all python versions
on user(s) via:

Requires: %{python_module greenlet}
Requires: %{python_module msgpack}

Refresh
Refresh
Source Files
Filename Size Changed
pynvim-0.5.0.tar.gz 0000059043 57.7 KB
python-neovim.changes 0000014749 14.4 KB
python-neovim.spec 0000001935 1.89 KB
Latest Revision
Scott Bradnick's avatar Scott Bradnick (sbradnick) committed (revision 1)
- Not sure why this package is basically forcing all python versions
  on user(s) via "Requires: %{python_module [greenlet|msgpack]}", converting ...

- Remove deprecated python-rpm-macro definitions
- Update to version 0.5.0:
  * feat: Ex command ":py=" evaluate and print expression
  * test: always use the same python regardless of $PATH
  * packaging: Add pynvim.version attribute
  * fix: ignore flaky OSError on windows
  * fix: EOF error on piped stderr being closed on Windows
  * fix: do not leak resources across tests so as to prevent side effects
  * deps: Require greenlet >= 3.0 since it supports Python 3.12
  * fix: broken dynamic import of rplugin modules
  * fix: sphinx "invalid language code"
  * fix: mypy type annotation warnings
  * fix: sphinx "Unexpected indentation" warning
  * fix: PEP 484 prohibits implicit Optional
  * fix: undefined name 'original_find_module'
  * fix(test): Unknown config option: timeout warning
  * test_buffer: don't depend on version-dependent default values
  * fix: imp module is deprecated
  * Drop old python versions, add type annotations
  * docs: python 2 is not supported
  * test: update 'define' option default
  * refactor: remove usage of imp
  * packaging: conform to PEP 517 guidelines
  * fix: vim.eval('v:true') should return python bool
  * fix the first call to sync functions returning null

- Update to 0.4.3:
Comments 0
openSUSE Build Service is sponsored by