Matej Cepl 2018-12-04 17:10:21 +00:00 committed by Git OBS Bridge
parent 2846e60ac2
commit 3c2753cf75

View File

@ -24,7 +24,7 @@ Release: 0
Summary: An easy whitelist-based HTML-sanitizing tool
License: Apache-2.0
Group: Development/Languages/Python
Url: http://github.com/jsocol/bleach
URL: http://github.com/jsocol/bleach
Source: https://files.pythonhosted.org/packages/source/b/bleach/bleach-%{version}.tar.gz
BuildRequires: %{python_module html5lib >= 0.99999999}
BuildRequires: %{python_module pytest-runner}
@ -37,9 +37,7 @@ BuildRequires: python-rpm-macros
Requires: python-html5lib >= 0.99999999
Requires: python-six
Requires: python-webencodings
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%python_subpackages
%description
@ -79,8 +77,8 @@ py.test-%{$python_bin_suffix}
}
%files %{python_files}
%defattr(-,root,root,-)
%doc CHANGES LICENSE README.rst
%license LICENSE
%doc CHANGES README.rst
%{python_sitelib}/*
%changelog