- Skip tests that fail with html5lib 1.1 ref the upstream ticket
* 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=39
This commit is contained in:
parent
f264ca5fab
commit
efa22fed01
@ -1,8 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 31 09:15:22 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
- Skip tests that fail with html5lib 1.1 ref the upstream ticket
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed May 6 07:12:54 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
Wed May 6 07:12:54 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
- Update to 3.1.5:
|
- Update to 3.1.5:
|
||||||
* * replace missing ``setuptools`` dependency with ``packaging``. Thank you Benjamin Peterson.
|
* replace missing ``setuptools`` dependency with ``packaging``. Thank you Benjamin Peterson.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 1 11:18:24 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
Wed Apr 1 11:18:24 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||||
|
@ -67,7 +67,8 @@ rm -rf bleach/_vendor
|
|||||||
|
|
||||||
%check
|
%check
|
||||||
# gh#mozilla/bleach#503
|
# gh#mozilla/bleach#503
|
||||||
%pytest -k 'not test_uri_value_allowed_protocols'
|
# https://github.com/mozilla/bleach/issues/543
|
||||||
|
%pytest -k 'not (test_uri_value_allowed_protocols or test_bleach_html_parser or test_css_parsing_gauntlet_regex_backtracking)'
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
Loading…
Reference in New Issue
Block a user