Overview

Request 597250 accepted

- Run spec-cleaner.
- Version bump to 0.2.4.
Upstream changelog:
Version 0.2.4
Temporarily disable asyncio on windows again, as stdio is not
functional with asyncio yet.
The new nvim.loop attribute is for the moment only available on
POSIX systems.
Version 0.2.3
In this release support of python3.3 is dropped. Henceforth we
want python3 rplugins to be able to assume the usage of
asyncio, so they can use the asyncio event loop and libraries
that build on it.
Furthermore, a close() method is added on nvim session objects.
When used as a library for externally connecting to a nvim
instance (i e not rplugins), it is recommended to call the
close() method on the session object when it is not needed
anymore. Alternatively, sessions can be used as a context
manager:
with neovim.attach('socket', path=thepath) as nvim:
# do stuff with nvim session in this block:
print(nvim.funcs.getpid())
print(nvim.current.line)
* 2689ddc add tests for plugin decorators #298
* 63f257f allow library users to properly cleanup the event
loop #303
* 59c184f expose the asyncio event loop as nvim.loop (python
3.4+ only) #294
Version 0.2.1
Adds compability with msgpack 0.5.2.
* e800c64 discover_runtime_directories refactor (#287)
* 9cf971f Travis lint refactor (#288)
* 93e6b5b msgpack-python was renamed to msgpack (#293)
* 6fc0343 fix for msgpack 0.5.2 (#301)

Request History
Ronan Chagas's avatar

Ronis_BR created request

- Run spec-cleaner.
- Version bump to 0.2.4.
Upstream changelog:
Version 0.2.4
Temporarily disable asyncio on windows again, as stdio is not
functional with asyncio yet.
The new nvim.loop attribute is for the moment only available on
POSIX systems.
Version 0.2.3
In this release support of python3.3 is dropped. Henceforth we
want python3 rplugins to be able to assume the usage of
asyncio, so they can use the asyncio event loop and libraries
that build on it.
Furthermore, a close() method is added on nvim session objects.
When used as a library for externally connecting to a nvim
instance (i e not rplugins), it is recommended to call the
close() method on the session object when it is not needed
anymore. Alternatively, sessions can be used as a context
manager:
with neovim.attach('socket', path=thepath) as nvim:
# do stuff with nvim session in this block:
print(nvim.funcs.getpid())
print(nvim.current.line)
* 2689ddc add tests for plugin decorators #298
* 63f257f allow library users to properly cleanup the event
loop #303
* 59c184f expose the asyncio event loop as nvim.loop (python
3.4+ only) #294
Version 0.2.1
Adds compability with msgpack 0.5.2.
* e800c64 discover_runtime_directories refactor (#287)
* 9cf971f Travis lint refactor (#288)
* 93e6b5b msgpack-python was renamed to msgpack (#293)
* 6fc0343 fix for msgpack 0.5.2 (#301)


Factory Auto's avatar

factory-auto added opensuse-review-team as a reviewer

Please review sources


Factory Auto's avatar

factory-auto added repo-checker as a reviewer

Please review build success


Factory Auto's avatar

factory-auto accepted review

Check script succeeded


Saul Goodman's avatar

licensedigger accepted review

ok


Staging Bot's avatar

staging-bot added openSUSE:Factory:Staging:adi:71 as a reviewer

Being evaluated by staging project "openSUSE:Factory:Staging:adi:71"


Staging Bot's avatar

staging-bot accepted review

Picked openSUSE:Factory:Staging:adi:71


Repo Checker's avatar

repo-checker accepted review

cycle and install check passed


Dominique Leuenberger's avatar

dimstar accepted review


Dominique Leuenberger's avatar

dimstar_suse accepted review

ready to accept


Dominique Leuenberger's avatar

dimstar_suse approved review

ready to accept


Dominique Leuenberger's avatar

dimstar_suse accepted request

Accept to openSUSE:Factory

openSUSE Build Service is sponsored by