From 9b37bbd744a38d68e21e4bfa79f3ea63940216a8a7520cc32a017e340e4d5a5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Fri, 15 Jul 2022 07:07:11 +0000 Subject: [PATCH] Accepting request 989259 from home:bnavigator:branches:devel:languages:python - Remove pathlib for python3 build OBS-URL: https://build.opensuse.org/request/show/989259 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vim-vint?expand=0&rev=12 --- python-vim-vint.changes | 5 +++++ python-vim-vint.spec | 9 ++++----- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/python-vim-vint.changes b/python-vim-vint.changes index 4136fe0..a3748dc 100644 --- a/python-vim-vint.changes +++ b/python-vim-vint.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jul 14 21:08:37 UTC 2022 - Ben Greiner + +- Remove pathlib for python3 build + ------------------------------------------------------------------- Thu Aug 26 10:30:59 UTC 2021 - pgajdos@suse.com diff --git a/python-vim-vint.spec b/python-vim-vint.spec index 7cb717f..4df932b 100644 --- a/python-vim-vint.spec +++ b/python-vim-vint.spec @@ -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 @@ Patch0: test-sys-executable.patch 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 @@ BuildArch: noarch %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 @@ rm ./test/acceptance/test_cli.py %license LICENSE.txt %doc README.rst %python_alternative %{_bindir}/vint -%{python_sitelib}/* +%{python_sitelib}/vint +%{python_sitelib}/vim_vint-%{version}*-info %changelog