14
0
forked from pool/python-bleach

Accepting request 555279 from home:apersaud:branches:devel:languages:python

update to latest version

OBS-URL: https://build.opensuse.org/request/show/555279
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bleach?expand=0&rev=10
This commit is contained in:
Tomáš Chvátal
2017-12-09 12:39:53 +00:00
committed by Git OBS Bridge
parent 1d0a64577f
commit c44a6c6eba
4 changed files with 17 additions and 4 deletions

View File

@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-bleach
Version: 2.1.1
Version: 2.1.2
Release: 0
Summary: An easy whitelist-based HTML-sanitizing tool
License: Apache-2.0
@@ -28,6 +28,7 @@ Url: http://github.com/jsocol/bleach
Source: https://files.pythonhosted.org/packages/source/b/bleach/bleach-%{version}.tar.gz
BuildRequires: %{python_module devel}
BuildRequires: %{python_module html5lib >= 0.99999999}
BuildRequires: %{python_module pytest-runner}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module six}