- Update to 3.1.5:

* * replace missing ``setuptools`` dependency with ``packaging``. Thank you Benjamin Peterson.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bleach?expand=0&rev=37
This commit is contained in:
Tomáš Chvátal 2020-05-06 07:14:32 +00:00 committed by Git OBS Bridge
parent 5e4292f9bb
commit f264ca5fab
4 changed files with 13 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e78e426105ac07026ba098f04de8abe9b6e3e98b5befbf89b51a5ef0a4292b03
size 177813

3
bleach-3.1.5.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3c4c520fdb9db59ef139915a5db79f8b51bc2a7257ea0389f30c846883430a4b
size 177972

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed May 6 07:12:54 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 3.1.5:
* * replace missing ``setuptools`` dependency with ``packaging``. Thank you Benjamin Peterson.
-------------------------------------------------------------------
Wed Apr 1 11:18:24 UTC 2020 - Dirk Mueller <dmueller@suse.com>

View File

@ -19,23 +19,22 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-bleach
Version: 3.1.4
Version: 3.1.5
Release: 0
Summary: A whitelist-based HTML-sanitizing tool
License: Apache-2.0
Group: Development/Languages/Python
URL: https://github.com/jsocol/bleach
Source: https://files.pythonhosted.org/packages/source/b/bleach/bleach-%{version}.tar.gz
Patch0: de-vendor.patch
BuildRequires: %{python_module html5lib >= 1.0.0}
# https://github.com/mozilla/bleach/issues/459
BuildRequires: %{python_module pytest < 5.0}
BuildRequires: %{python_module pytest-runner >= 2.0}
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.0.0
Requires: python-packaging
Requires: python-six >= 1.9
BuildArch: noarch
%python_subpackages