Page MenuHomeSolus

Update neovim-python to 0.3.0
ClosedPublic

Authored by robertgzr on Nov 15 2018, 10:51 AM.
Tags
None
Referenced Files
F11053182: D4364.id11347.diff
Thu, Aug 10, 10:47 PM
F11053181: D4364.id.diff
Thu, Aug 10, 10:47 PM
F11053180: D4364.id10694.diff
Thu, Aug 10, 10:47 PM
F11053179: D4364.id10849.diff
Thu, Aug 10, 10:47 PM
F11037636: D4364.diff
Wed, Aug 9, 9:01 PM
F11002514: D4364.diff
Mon, Jul 31, 1:38 AM
F10896725: D4364.diff
Jul 2 2023, 2:15 AM
F10859790: D4364.id11347.diff
Jun 16 2023, 6:25 AM
Subscribers

Details

Summary

Changelog for release 0.3.0 available here

Signed-off-by: Robert Günzler <r@gnzler.io>

Test Plan

Run checkhealth and verify that python2/3 provider are the latest version

Diff Detail

Repository
R2627 python-neovim
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Nov 17 2018, 7:48 PM

Not building, did the hash change?

This revision now requires changes to proceed.Nov 20 2018, 2:46 PM

Not building, did the hash change?

I just did make clean; make and it worked fine ?

edit: I also tried it again after cleaning solbuild cache with solbuild delete-cache, still works

But I just saw https://github.com/neovim/pynvim/releases/tag/0.3.1

I'm going to bump this again... Should we do something in regards to the package name change?

This release renames the the package name (for PyPI and importing) to pynvim.
import neovim is still supported as an alias for backwards compatibility, but new API users should use import pynvim.

Skip 0.3.0 in favour of 0.3.1 (latest)

This revision is now accepted and ready to land.Dec 11 2018, 3:47 AM
This revision was automatically updated to reflect the committed changes.