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-01-03 12:23:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-neovim (Old)
 and      /work/SRC/openSUSE:Factory/.python-neovim.new.28375 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-neovim"

Wed Jan  3 12:23:46 2024 rev:18 rq:1135605 version:0.5.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-neovim/python-neovim.changes      
2021-03-18 22:55:23.579560163 +0100
+++ /work/SRC/openSUSE:Factory/.python-neovim.new.28375/python-neovim.changes   
2024-01-03 12:23:48.652896672 +0100
@@ -1,0 +2,29 @@
+Thu Dec 28 11:53:21 UTC 2023 - Soc Virnyl Estela 
<uncomfy+openbuildserv...@uncomfyhalomacro.pl>
+
+- Remove deprecated python-rpm-macro definitions
+- Update to version 0.5.0:
+  * feat: Ex command ":py=" evaluate and print expression
+  * test: always use the same python regardless of $PATH
+  * packaging: Add pynvim.version attribute
+  * fix: ignore flaky OSError on windows
+  * fix: EOF error on piped stderr being closed on Windows
+  * fix: do not leak resources across tests so as to prevent side effects
+  * deps: Require greenlet >= 3.0 since it supports Python 3.12
+  * fix: broken dynamic import of rplugin modules
+  * fix: sphinx "invalid language code"
+  * fix: mypy type annotation warnings
+  * fix: sphinx "Unexpected indentation" warning
+  * fix: PEP 484 prohibits implicit Optional
+  * fix: undefined name 'original_find_module'
+  * fix(test): Unknown config option: timeout warning
+  * test_buffer: don't depend on version-dependent default values
+  * fix: imp module is deprecated
+  * Drop old python versions, add type annotations
+  * docs: python 2 is not supported
+  * test: update 'define' option default
+  * refactor: remove usage of imp
+  * packaging: conform to PEP 517 guidelines
+  * fix: vim.eval('v:true') should return python bool
+  * fix the first call to sync functions returning null
+
+-------------------------------------------------------------------

Old:
----
  pynvim-0.4.3.tar.gz

New:
----
  pynvim-0.5.0.tar.gz

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

Other differences:
------------------
++++++ python-neovim.spec ++++++
--- /var/tmp/diff_new_pack.28ufnB/_old  2024-01-03 12:23:49.252918601 +0100
+++ /var/tmp/diff_new_pack.28ufnB/_new  2024-01-03 12:23:49.252918601 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-neovim
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,12 +17,8 @@
 
 
 %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.3
+Version:        0.5.0
 Release:        0
 Summary:        Python client to Neovim
 License:        Apache-2.0
@@ -38,9 +34,9 @@
 BuildRequires:  %{python_module greenlet}
 BuildRequires:  neovim
 # /SECTION
-Requires:       neovim >= 0.1.6
-Requires:       python-greenlet
-Requires:       python-msgpack-python
+Requires:       neovim >= 0.9.0
+Requires:       %{python_module greenlet}
+Requires:       %{python_module msgpack}
 Provides:       python-nvim
 BuildArch:      noarch
 %python_subpackages

++++++ pynvim-0.4.3.tar.gz -> pynvim-0.5.0.tar.gz ++++++
++++ 4492 lines of diff (skipped)

Reply via email to