From ecdac123787b96ce6649f0f91da12ea6458cc2b1 Mon Sep 17 00:00:00 2001 From: Palica Date: Tue, 23 Jun 2020 22:35:08 +0200 Subject: Updating liguros repo --- dev-python/bleach/files/bleach-3.1.5-py39.patch | 36 +++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 dev-python/bleach/files/bleach-3.1.5-py39.patch (limited to 'dev-python/bleach/files') diff --git a/dev-python/bleach/files/bleach-3.1.5-py39.patch b/dev-python/bleach/files/bleach-3.1.5-py39.patch new file mode 100644 index 000000000000..ce1296236b6d --- /dev/null +++ b/dev-python/bleach/files/bleach-3.1.5-py39.patch @@ -0,0 +1,36 @@ +diff --git a/tests/test_clean.py b/tests/test_clean.py +index 133cd82..4dcb9f4 100644 +--- a/tests/test_clean.py ++++ b/tests/test_clean.py +@@ -597,31 +597,16 @@ def test_attributes_list(): + {'protocols': ['http']}, + 'valid' + ), +- ( +- 'valid', +- {'protocols': ['http']}, +- 'valid' +- ), + ( + 'valid', + {'protocols': ['http']}, + 'valid' + ), +- ( +- 'valid', +- {'protocols': ['http']}, +- 'valid' +- ), + ( + 'valid', + {'protocols': ['http']}, + 'valid' + ), +- ( +- 'valid', +- {'protocols': ['http']}, +- 'valid' +- ), + + # Disallow implicit http if disallowed + ( -- cgit v1.3.1