neovim / pynvim

Python client and plugin host for Nvim
http://pynvim.readthedocs.io/en/latest/
Apache License 2.0
1.48k stars 118 forks source link

[request] Update pypi release #514

Closed yozachar closed 7 months ago

yozachar commented 1 year ago

It's been over a year. Please create a new tagged release for PyPi.

wookayin commented 1 year ago

+1. Looking forward to #496 being merged.

stsewd commented 1 year ago

Anything we can do to help with the new release? I found this bug https://github.com/neovim/pynvim/pull/496 and realized it was already fixed in master :D

wookayin commented 1 year ago

/cc @justinmk @bfredl

Please neovim maintainers have more attention to this repo as well as neovim-core.

clason commented 1 year ago

It's been over a year. Please create a new tagged release for PyPi.

  1. there hasn't been any significant changes since the last release, so tagging a new one now would just be release theatre

  2. a new PyPi release would require updating to the current minimal Python version and distribution methods, which is significant development work

Please neovim maintainers have more attention to this repo as well as neovim-core.

  1. that's not how this work; time is a finite resource, especially for volunteer work, which is understandably focused on core work (especially since the constantly improving Lua API makes Python plugins less and less popular).
clason commented 1 year ago

Anything we can do to help with the new release? I found this bug https://github.com/neovim/pynvim/pull/496 and realized it was already fixed in master :D

Help is welcome. The first step would be to review https://github.com/neovim/pynvim/pull/519 and make sure it works, or improve so it passes current requirements.

yozachar commented 1 year ago

496 and #519 are merged.

justinmk commented 7 months ago

Released 0.5: https://github.com/neovim/pynvim/releases/tag/0.5.0

wookayin commented 7 months ago

Hmm I wish I had some discussion and set the scope before we cut the 0.5 release...

justinmk commented 7 months ago

@wookayin we can always do another followup release