commit python-neovim for openSUSE:Factory
Hello community, here is the log from the commit of package python-neovim for openSUSE:Factory checked in at 2018-11-05 22:54:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-neovim (Old) and /work/SRC/openSUSE:Factory/.python-neovim.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "python-neovim" Mon Nov 5 22:54:14 2018 rev:11 rq:646075 version:0.2.6 Changes: -------- --- /work/SRC/openSUSE:Factory/python-neovim/python-neovim.changes 2018-04-17 11:19:34.528623315 +0200 +++ /work/SRC/openSUSE:Factory/.python-neovim.new/python-neovim.changes 2018-11-05 22:54:26.500127810 +0100 @@ -1,0 +2,8 @@ +Sat May 26 19:44:47 UTC 2018 - mcepl@suse.com + +- Upgrade to 0.2.6 + * Some minor fixes + * Supported for communication with neovim in-process lua interpreter +- Clean-up SPEC file + +------------------------------------------------------------------- Old: ---- python-client-0.2.4.tar.gz New: ---- python-client-0.2.6.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-neovim.spec ++++++ --- /var/tmp/diff_new_pack.6v3QQW/_old 2018-11-05 22:54:28.036125867 +0100 +++ /var/tmp/diff_new_pack.6v3QQW/_new 2018-11-05 22:54:28.040125863 +0100 @@ -12,29 +12,31 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %{?!python_module:%define python_module() python-%{**} python3-%{**}} +# For OpenSUSE and older Fedora +%{!?python3_pkgversion:%global python3_pkgversion %(c=%{python3_version}; echo ${c/./})} Name: python-neovim -Version: 0.2.4 +Version: 0.2.6 Release: 0 -Summary: Python 2 client to Neovim -# FIXME: use correct group, see "https://en.opensuse.org/openSUSE:Package_group_guidelines" +Summary: Python client to Neovim License: Apache-2.0 -Group: Productivity/Editors/Vi -Url: https://github.com/neovim/python-client +Group: Productivity/Text/Editors +URL: https://github.com/neovim/python-client Source: https://github.com/neovim/python-client/archive/%{version}/python-client-%{version}.tar.gz BuildRequires: %{python_module devel} +BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: neovim >= 0.2.1 +Requires: neovim >= 0.1.6 Requires: python-greenlet Requires: python-msgpack-python BuildArch: noarch -%ifpython2 +%if "%{python_flavor}" == "python2" Requires: python-trollius %endif %python_subpackages @@ -43,7 +45,7 @@ Library for scripting Nvim processes through its msgpack-rpc API. %prep -%setup -q -n python-client-%{version} +%autosetup -n python-client-%{version} %build %python_build ++++++ python-client-0.2.4.tar.gz -> python-client-0.2.6.tar.gz ++++++ ++++ 2022 lines of diff (skipped)
participants (1)
-
root