Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-neovim for openSUSE:Factory checked in at 2024-12-02 16:59:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-neovim (Old) and /work/SRC/openSUSE:Factory/.python-neovim.new.28523 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-neovim" Mon Dec 2 16:59:16 2024 rev:20 rq:1227687 version:0.5.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-neovim/python-neovim.changes 2024-02-18 20:25:14.926512094 +0100 +++ /work/SRC/openSUSE:Factory/.python-neovim.new.28523/python-neovim.changes 2024-12-02 16:59:39.962539659 +0100 @@ -1,0 +2,19 @@ +Tue Nov 26 23:33:08 UTC 2024 - Richard Rahl <[email protected]> + +- update to 0.5.2: + * build: fix conditional install_requires +- update to 0.5.1: + * Several refactoring on asyncio eventloop implementations + * test: add tests for attaching through socket, tcp, and stdio + * refactor: remove the use of forward references + * fix(tests): "provider#python3#Prog" was removed upstream + * Revert "fix: vim.eval('v:true') should return python bool + * fix: UpdateRemotePlugins not finding specs on windows + * fix(tests): broadcast test fails + * fix: Remove deprecated alias of logger.warn + * fix(tests): remove reference to pytest-runner + * fix(tests): failing tests on python3.13 about stacktrace messages +- disable tests, as they time out +- fix leap by using the newer python stack + +------------------------------------------------------------------- Old: ---- pynvim-0.5.0.tar.gz New: ---- pynvim-0.5.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-neovim.spec ++++++ --- /var/tmp/diff_new_pack.1jQieR/_old 2024-12-02 16:59:40.402558121 +0100 +++ /var/tmp/diff_new_pack.1jQieR/_new 2024-12-02 16:59:40.406558289 +0100 @@ -17,8 +17,9 @@ %define modname pynvim +%{?sle15_python_module_pythons} Name: python-neovim -Version: 0.5.0 +Version: 0.5.2 Release: 0 Summary: Python client to Neovim License: Apache-2.0 @@ -26,20 +27,23 @@ URL: https://github.com/neovim/pynvim Source: https://github.com/neovim/%{modname}/archive/%{version}/%{modname}-%{version}.tar.gz BuildRequires: %{python_module pip} +BuildRequires: %{python_module pytest-timeout} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module typing_extensions} BuildRequires: %{python_module wheel} BuildRequires: fdupes +BuildRequires: neovim >= 0.9.0 BuildRequires: python-rpm-macros -Requires: neovim >= 0.9.0 +Requires: neovim Requires: python-greenlet Requires: python-msgpack +Requires: python-typing_extensions Provides: python-nvim BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module greenlet} BuildRequires: %{python_module msgpack} -BuildRequires: neovim # /SECTION %python_subpackages @@ -56,9 +60,6 @@ %pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} -%check -%pytest - %files %{python_files} %license LICENSE %doc README.md ++++++ pynvim-0.5.0.tar.gz -> pynvim-0.5.2.tar.gz ++++++ ++++ 1742 lines of diff (skipped)
