From 46a7d5b1cdfc8c634148ae6de3b888cfca52f5493dd172a99aeb3570c69707af Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Thu, 3 Nov 2022 09:01:34 +0000 Subject: [PATCH] - Remove not needed python-six dependency - Remove python_module macro definition - More specific python_sitelib in files OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bleach?expand=0&rev=45 --- python-bleach.changes | 7 +++++++ python-bleach.spec | 6 ++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/python-bleach.changes b/python-bleach.changes index 88fd3b6..b0c0f44 100644 --- a/python-bleach.changes +++ b/python-bleach.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Nov 3 09:00:37 UTC 2022 - Daniel Garcia + +- Remove not needed python-six dependency +- Remove python_module macro definition +- More specific python_sitelib in files + ------------------------------------------------------------------- Thu Sep 29 06:58:58 UTC 2022 - Steve Kowalik diff --git a/python-bleach.spec b/python-bleach.spec index 823618a..bbadfb5 100644 --- a/python-bleach.spec +++ b/python-bleach.spec @@ -17,7 +17,6 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-bleach Version: 5.0.1 Release: 0 @@ -30,12 +29,10 @@ BuildRequires: %{python_module html5lib >= 1.1} BuildRequires: %{python_module packaging} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module six >= 1.9} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-html5lib >= 1.1 Requires: python-packaging -Requires: python-six >= 1.9 BuildArch: noarch %python_subpackages @@ -72,6 +69,7 @@ rm -rf bleach/_vendor %files %{python_files} %license LICENSE %doc CHANGES README.rst -%{python_sitelib}/* +%{python_sitelib}/bleach +%{python_sitelib}/bleach-%{version}*-info %changelog