Hello community, here is the log from the commit of package python-neovim for openSUSE:Leap:15.2 checked in at 2020-04-28 20:11:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/python-neovim (Old) and /work/SRC/openSUSE:Leap:15.2/.python-neovim.new.2738 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-neovim" Tue Apr 28 20:11:11 2020 rev:18 rq:797832 version:0.4.1 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/python-neovim/python-neovim.changes 2020-02-23 16:48:46.018470148 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.python-neovim.new.2738/python-neovim.changes 2020-04-28 20:11:11.752539074 +0200 @@ -1,0 +2,5 @@ +Thu Apr 23 13:36:28 UTC 2020 - Matej Cepl <[email protected]> + +- Rewrite the package into proper single-spec style. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-neovim.spec ++++++ --- /var/tmp/diff_new_pack.YhsMEj/_old 2020-04-28 20:11:12.356540328 +0200 +++ /var/tmp/diff_new_pack.YhsMEj/_new 2020-04-28 20:11:12.356540328 +0200 @@ -18,7 +18,9 @@ %define modname pynvim %{?!python_module:%define python_module() python-%{**} python3-%{**}} - +%if 0%{?rhel} >= 7 +%define python_module() python34-%{**} +%endif Name: python-neovim Version: 0.4.1 Release: 0 @@ -30,25 +32,15 @@ # PATCH-FIX-UPSTREAM setup_version.patch gh#neovim/pynvim#431 [email protected] # Upstream setup.py has incorrect version. Patch0: setup_version.patch +BuildRequires: %{python_module pytest} +BuildRequires: %{python_module setuptools} BuildRequires: fdupes -%if 0%{?rhel} >= 7 -BuildRequires: python34-pytest -BuildRequires: python34-setuptools -%else -BuildRequires: python3-pytest -BuildRequires: python3-setuptools -%endif BuildRequires: python-rpm-macros -BuildRequires: python2-pytest -BuildRequires: python2-setuptools Requires: neovim >= 0.1.6 Requires: python-greenlet Requires: python-msgpack-python -BuildArch: noarch -%if "%{python_flavor}" == "python2" -Requires: python-trollius -%endif Provides: python-nvim +BuildArch: noarch %python_subpackages %description
