Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-vim-vint for openSUSE:Factory
checked in at 2022-07-15 13:52:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-vim-vint (Old)
and /work/SRC/openSUSE:Factory/.python-vim-vint.new.1523 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-vim-vint"
Fri Jul 15 13:52:46 2022 rev:7 rq:989338 version:0.3.21
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-vim-vint/python-vim-vint.changes
2021-09-01 21:37:50.548924653 +0200
+++
/work/SRC/openSUSE:Factory/.python-vim-vint.new.1523/python-vim-vint.changes
2022-07-15 13:52:59.591573409 +0200
@@ -1,0 +2,5 @@
+Thu Jul 14 21:08:37 UTC 2022 - Ben Greiner <[email protected]>
+
+- Remove pathlib for python3 build
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-vim-vint.spec ++++++
--- /var/tmp/diff_new_pack.IiWX5l/_old 2022-07-15 13:53:00.111573576 +0200
+++ /var/tmp/diff_new_pack.IiWX5l/_new 2022-07-15 13:53:00.115573578 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-vim-vint
#
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -30,10 +30,7 @@
BuildRequires: %{python_module PyYAML >= 3.11}
BuildRequires: %{python_module ansicolor >= 0.2.4}
BuildRequires: %{python_module chardet >= 2.3.0}
-BuildRequires: %{python_module coverage >= 3.7.1}
-BuildRequires: %{python_module pathlib}
BuildRequires: %{python_module pytest >= 2.6.4}
-BuildRequires: %{python_module pytest-cov >= 1.8.1}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
@@ -46,6 +43,7 @@
%if %{with python2}
BuildRequires: python-enum34 >= 1.0.4
BuildRequires: python-mock >= 1.0.1
+BuildRequires: python-pathlib
BuildRequires: python-typing >= 3.6.2
%endif
%ifpython2
@@ -92,6 +90,7 @@
%license LICENSE.txt
%doc README.rst
%python_alternative %{_bindir}/vint
-%{python_sitelib}/*
+%{python_sitelib}/vint
+%{python_sitelib}/vim_vint-%{version}*-info
%changelog