From 3b1cde545b6fc642eef9ea79219af3af686a638bb8abb483bcc5c47c55764da0 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 11 Nov 2022 16:21:09 +0000 Subject: [PATCH] Accepting request 1035286 from home:pgajdos:python - silent rpmlint - python-six is not required OBS-URL: https://build.opensuse.org/request/show/1035286 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tenacity?expand=0&rev=39 --- python-tenacity.changes | 10 ++++++++++ python-tenacity.spec | 5 ++--- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/python-tenacity.changes b/python-tenacity.changes index a0b1e1b..b475367 100644 --- a/python-tenacity.changes +++ b/python-tenacity.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Nov 11 13:21:11 UTC 2022 - pgajdos@suse.com + +- silent rpmlint + +------------------------------------------------------------------- +Fri Nov 11 11:38:22 UTC 2022 - pgajdos@suse.com + +- python-six is not required + ------------------------------------------------------------------- Wed Nov 9 19:19:10 UTC 2022 - Yogalakshmi Arunachalam diff --git a/python-tenacity.spec b/python-tenacity.spec index eedd35e..b1cda99 100644 --- a/python-tenacity.spec +++ b/python-tenacity.spec @@ -27,13 +27,11 @@ Source: https://files.pythonhosted.org/packages/source/t/tenacity/tenaci BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools_scm} BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module six >= 1.9.0} BuildRequires: %{python_module tornado} BuildRequires: %{python_module typeguard} BuildRequires: %{python_module typing-extensions} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-six >= 1.9.0 Recommends: python-tornado BuildArch: noarch %python_subpackages @@ -66,6 +64,7 @@ Features %files %{python_files} %license LICENSE %doc README.rst -%{python_sitelib}/* +%{python_sitelib}/tenacity +%{python_sitelib}/tenacity-*egg-info %changelog