From c44a6c6eba9dd2bb29a7cd3bf23299e6f405f77a8658f83fc0085fea85324b1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sat, 9 Dec 2017 12:39:53 +0000 Subject: [PATCH] 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 --- bleach-2.1.1.tar.gz | 3 --- bleach-2.1.2.tar.gz | 3 +++ python-bleach.changes | 12 ++++++++++++ python-bleach.spec | 3 ++- 4 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 bleach-2.1.1.tar.gz create mode 100644 bleach-2.1.2.tar.gz diff --git a/bleach-2.1.1.tar.gz b/bleach-2.1.1.tar.gz deleted file mode 100644 index 7f9c05d..0000000 --- a/bleach-2.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:760a9368002180fb8a0f4ea48dc6275378e6f311c39d0236d7b904fca1f5ea0d -size 58491 diff --git a/bleach-2.1.2.tar.gz b/bleach-2.1.2.tar.gz new file mode 100644 index 0000000..e5726f0 --- /dev/null +++ b/bleach-2.1.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38fc8cbebea4e787d8db55d6f324820c7f74362b70db9142c1ac7920452d1a19 +size 58954 diff --git a/python-bleach.changes b/python-bleach.changes index adeff0b..5021ba4 100644 --- a/python-bleach.changes +++ b/python-bleach.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Thu Dec 7 16:50:14 UTC 2017 - arun@gmx.de + +- specfile: + * update copyright year + +- update to version 2.1.2: + * Bug fixes + + Support html5lib-python 1.0.1. (#337) + + Add deprecation warning for supporting html5lib-python < 1.0. + + Switch to semver. + ------------------------------------------------------------------- Sat Nov 11 17:17:50 UTC 2017 - arun@gmx.de diff --git a/python-bleach.spec b/python-bleach.spec index 12db61c..a2d42b7 100644 --- a/python-bleach.spec +++ b/python-bleach.spec @@ -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}