- 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:
parent
5e4292f9bb
commit
f264ca5fab
@ -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
3
bleach-3.1.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3c4c520fdb9db59ef139915a5db79f8b51bc2a7257ea0389f30c846883430a4b
|
||||
size 177972
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user