Hello community, here is the log from the commit of package python-bleach for openSUSE:Factory checked in at 2017-11-15 16:57:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-bleach (Old) and /work/SRC/openSUSE:Factory/.python-bleach.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-bleach" Wed Nov 15 16:57:49 2017 rev:2 rq:541217 version:2.1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-bleach/python-bleach.changes 2017-05-09 18:04:02.741297971 +0200 +++ /work/SRC/openSUSE:Factory/.python-bleach.new/python-bleach.changes 2017-11-15 16:57:52.779858595 +0100 @@ -1,0 +2,41 @@ +Sat Nov 11 17:17:50 UTC 2017 - [email protected] + +- specfile: + * update copyright year + +- update to version 2.1.1: + * Bug fixes + + Fix setup.py opening files when LANG=. (#324) + +- changes from version 2.1: + * Security fixes + + Convert control characters (backspace particularly) to “?” + preventing malicious copy-and-paste situations. (#298) + See https://github.com/mozilla/bleach/issues/298 for more details. + This affects all previous versions of Bleach. Check the comments + on that issue for ways to alleviate the issue if you can’t + upgrade to Bleach 2.1. + * Backwards incompatible changes + + Redid versioning. bleach.VERSION is no longer available. Use the + string version at bleach.__version__ and parse it with + pkg_resources.parse_version. (#307) + + clean, linkify: linkify and clean should only accept text types; + thank you, Janusz! (#292) + + clean, linkify: accept only unicode or utf-8-encoded str (#176) + * Bug fixes + + bleach.clean() no longer unescapes entities including ones that + are missing a ; at the end which can happen in urls and other + places. (#143) + + linkify: fix http links inside of mailto links; thank you, + sedrubal! (#300) + + clarify security policy in docs (#303) + + fix dependency specification for html5lib 1.0b8, 1.0b9, and + 1.0b10; thank you, Zoltán! (#268) + + add Bleach vs. html5lib comparison to README; thank you, Stu + Cox! (#278) + + fix KeyError exceptions on tags without href attr; thank you, + Alex Defsen! (#273) + + add test website and scripts to test bleach.clean() output in + browser; thank you, Greg Guthe! + +------------------------------------------------------------------- Old: ---- bleach-2.0.0.tar.gz New: ---- bleach-2.1.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-bleach.spec ++++++ --- /var/tmp/diff_new_pack.JKLCVd/_old 2017-11-15 16:57:54.011813458 +0100 +++ /var/tmp/diff_new_pack.JKLCVd/_new 2017-11-15 16:57:54.015813312 +0100 @@ -19,21 +19,21 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-bleach -Version: 2.0.0 +Version: 2.1.1 Release: 0 Summary: An easy whitelist-based HTML-sanitizing tool License: Apache-2.0 Group: Development/Languages/Python Url: http://github.com/jsocol/bleach Source: https://files.pythonhosted.org/packages/source/b/bleach/bleach-%{version}.tar.gz -BuildRequires: fdupes -BuildRequires: python-rpm-macros BuildRequires: %{python_module devel} -BuildRequires: %{python_module setuptools} BuildRequires: %{python_module html5lib >= 0.99999999} BuildRequires: %{python_module pytest} +BuildRequires: %{python_module setuptools} BuildRequires: %{python_module six} BuildRequires: %{python_module webencodings} +BuildRequires: fdupes +BuildRequires: python-rpm-macros Requires: python-html5lib >= 0.99999999 Requires: python-six Requires: python-webencodings ++++++ bleach-2.0.0.tar.gz -> bleach-2.1.1.tar.gz ++++++ ++++ 5089 lines of diff (skipped)
