Package: hyperkitty / 1.3.12-4

Metadata

Package Version Patches format
hyperkitty 1.3.12-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001_README_remove_embedded_images.patch | (download)

README.rst | 15 0 + 15 - 0 !
1 file changed, 15 deletions(-)

 readme.rst: remove embedded images

0002_Use_python3_by_default.patch | (download)

example_project/manage.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 use python3 by default instead of /usr/bin/env python

0003 run sassc at build time.patch | (download)

example_project/settings.py | 4 0 + 4 - 0 !
hyperkitty/templates/hyperkitty/base.html | 2 1 + 1 - 0 !
2 files changed, 1 insertion(+), 5 deletions(-)

 run sassc at build-time

0004 Update_test_for_python_3.13_argparse_changes.patch | (download)

hyperkitty/tests/commands/test_attachments_to_file.py | 11 5 + 6 - 0 !
1 file changed, 5 insertions(+), 6 deletions(-)

 update test for python 3.13 argparse changes.

    commit 6c3d402dc0981e545081a3baf13db7e491356e75

0005 Changes to support mistune 3.1.patch | (download)

hyperkitty/templatetags/decorate.py | 2 1 + 1 - 0 !
hyperkitty/tests/test_templatetags.py | 4 2 + 2 - 0 !
2 files changed, 3 insertions(+), 3 deletions(-)

 [patch] changes to support mistune >=3.1.


0006 Drop robot detection from hyperkitty.patch | (download)

PKG-INFO | 1 0 + 1 - 0 !
hyperkitty/templates/hyperkitty/thread.html | 2 1 + 1 - 0 !
hyperkitty/tests/views/test_accounts.py | 8 6 + 2 - 0 !
hyperkitty/tests/views/test_thread.py | 15 12 + 3 - 0 !
hyperkitty/views/thread.py | 12 1 + 11 - 0 !
pyproject.toml | 1 0 + 1 - 0 !
6 files changed, 20 insertions(+), 19 deletions(-)

 drop robot-detection from hyperkitty

0007 Fix tests warnings for BeautifulSoup and timezone na.patch | (download)

hyperkitty/tests/models/test_email.py | 10 5 + 5 - 0 !
hyperkitty/tests/test_feeds.py | 4 2 + 2 - 0 !
2 files changed, 7 insertions(+), 7 deletions(-)

 fix tests warnings for beautifulsoup and timezone naive datetimes
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit

This patch adds the "tzinfo=timezone.utc" for datetime to make it as
"aware datetime" in test_email.py

This patch also fixes the warnings for BeautifulSoup with parameter
"lxml" which uses the HTML parser mode of the lxml library, not the XML
parser. This is fine for parsing HTML documents, but when trying to
parse an XML document, the parser may not handle certain XML-specific
features properly, leading to the XMLParsedAsHTMLWarning.