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 ! |
readme.rst: remove embedded images |
| 0002_Use_python3_by_default.patch | (download) |
example_project/manage.py |
2 1 + 1 - 0 ! |
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 ! |
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 ! |
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 ! |
[patch] changes to support mistune >=3.1. |
| 0006 Drop robot detection from hyperkitty.patch | (download) |
PKG-INFO |
1 0 + 1 - 0 ! |
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 ! |
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. |
