From f264ca5fab2d899fd49bd0043e387362fb6f9ae19c0b9392187c40bb0aecd182 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 6 May 2020 07:14:32 +0000 Subject: [PATCH] - 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 --- bleach-3.1.4.tar.gz | 3 --- bleach-3.1.5.tar.gz | 3 +++ python-bleach.changes | 6 ++++++ python-bleach.spec | 9 ++++----- 4 files changed, 13 insertions(+), 8 deletions(-) delete mode 100644 bleach-3.1.4.tar.gz create mode 100644 bleach-3.1.5.tar.gz diff --git a/bleach-3.1.4.tar.gz b/bleach-3.1.4.tar.gz deleted file mode 100644 index ecfd2e1..0000000 --- a/bleach-3.1.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e78e426105ac07026ba098f04de8abe9b6e3e98b5befbf89b51a5ef0a4292b03 -size 177813 diff --git a/bleach-3.1.5.tar.gz b/bleach-3.1.5.tar.gz new file mode 100644 index 0000000..f99e8a0 --- /dev/null +++ b/bleach-3.1.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c4c520fdb9db59ef139915a5db79f8b51bc2a7257ea0389f30c846883430a4b +size 177972 diff --git a/python-bleach.changes b/python-bleach.changes index 7406544..935ec6e 100644 --- a/python-bleach.changes +++ b/python-bleach.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed May 6 07:12:54 UTC 2020 - Tomáš Chvátal + +- 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 diff --git a/python-bleach.spec b/python-bleach.spec index bc80249..f032243 100644 --- a/python-bleach.spec +++ b/python-bleach.spec @@ -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