commit: d788594bcbd23d245d16844455fd67b440749c9f Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed Feb 4 13:02:43 2026 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Feb 4 13:02:43 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d788594b
dev-python/django: Remove unused patch Remove the htmlparser patch for 4.2.28. I've rebased it but then decided it's no longer necessary. Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/django/files/django-4.2.28-htmlparser.patch | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/dev-python/django/files/django-4.2.28-htmlparser.patch b/dev-python/django/files/django-4.2.28-htmlparser.patch deleted file mode 100644 index b439a81eb408..000000000000 --- a/dev-python/django/files/django-4.2.28-htmlparser.patch +++ /dev/null @@ -1,15 +0,0 @@ -diff --git a/tests/utils_tests/test_html.py b/tests/utils_tests/test_html.py -index f755b8cebc..ef5fe77951 100644 ---- a/tests/utils_tests/test_html.py -+++ b/tests/utils_tests/test_html.py -@@ -101,9 +101,7 @@ class TestUtilsHtml(SimpleTestCase): - (3, 9): (3, 9, 24), - } - py_version = sys.version_info[:2] -- htmlparser_fixed = ( -- py_version in min_fixed and sys.version_info >= min_fixed[py_version] -- ) -+ htmlparser_fixed = True - items = ( - ( - "<p>See: 'é is an apostrophe followed by e acute</p>",
