Hello community,

here is the log from the commit of package python-neovim for openSUSE:Factory 
checked in at 2018-11-27 10:42:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-neovim (Old)
 and      /work/SRC/openSUSE:Factory/.python-neovim.new.19453 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-neovim"

Tue Nov 27 10:42:41 2018 rev:12 rq:651966 version:0.3.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-neovim/python-neovim.changes      
2018-11-05 22:54:26.500127810 +0100
+++ /work/SRC/openSUSE:Factory/.python-neovim.new.19453/python-neovim.changes   
2018-11-27 10:43:18.864140812 +0100
@@ -1,0 +2,18 @@
+Sun Nov 25 19:07:05 CET 2018 - mc...@suse.com
+
+- Update to 0.3.1:
+    * 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.
+
+    * More informative error message for usage from non-main thread
+    *  script host: Use the correct interface for a path entry
+       finder
+    * api: implement Remote.__repr__
+    * event loop: Enable asyncio on windows again
+    * host: Add client info (for nvim_list_chans())
+    * host: make imports thread-safe
+
+-------------------------------------------------------------------

Old:
----
  python-client-0.2.6.tar.gz

New:
----
  pynvim-0.3.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-neovim.spec ++++++
--- /var/tmp/diff_new_pack.rDTgbo/_old  2018-11-27 10:43:20.048139597 +0100
+++ /var/tmp/diff_new_pack.rDTgbo/_new  2018-11-27 10:43:20.048139597 +0100
@@ -16,18 +16,18 @@
 #
 
 
+%define modname pynvim
 %{?!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.6
+Version:        0.3.1
 Release:        0
 Summary:        Python client to Neovim
 License:        Apache-2.0
 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}
+URL:            https://github.com/neovim/pynvim
+Source:         
https://github.com/neovim/pynvim/archive/%{version}/pynvim-%{version}.tar.gz
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
@@ -39,13 +39,14 @@
 %if "%{python_flavor}" == "python2"
 Requires:       python-trollius
 %endif
+Provides:       python-nvim
 %python_subpackages
 
 %description
 Library for scripting Nvim processes through its msgpack-rpc API.
 
 %prep
-%autosetup -n python-client-%{version}
+%autosetup -n %{modname}-%{version}
 
 %build
 %python_build
@@ -58,6 +59,7 @@
 %license LICENSE
 %doc README.md
 %{python_sitelib}/neovim/
-%{python_sitelib}/neovim-%{version}-*.egg-info/
+%{python_sitelib}/%{modname}/
+%{python_sitelib}/%{modname}-%{version}-*.egg-info/
 
 %changelog


Reply via email to