Package: mailman3 / 3.3.10-2

Metadata

Package Version Patches format
mailman3 3.3.10-2 3.0 (quilt)

Patch series

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

index.rst | 12 0 + 12 - 0 !
1 file changed, 12 deletions(-)

 remove embedded remote images from readme.rst

 The documentation files shipped with Debian packages should not embed
 remote images, especially not from sources that are known to track
 users (like shields.io).

0002 remove_sphinxcontrib.zopeext_dependency.patch | (download)

conf.py | 1 0 + 1 - 0 !
requirements-docs.txt | 1 0 + 1 - 0 !
2 files changed, 2 deletions(-)

 remove sphinx dependency `sphinxcontrib.zopeext.autointerface`

`sphinxcontrib.zopeext` is not available in Debian. We might want to
package it for Debian one day, but until then let's just ignore the
dependency (and make a small part of the docs not build properly).

0003_remove_context_manager.patch | (download)

src/mailman/utilities/i18n.py | 3 1 + 2 - 0 !
src/mailman/utilities/tests/test_modules.py | 6 2 + 4 - 0 !
src/mailman/utilities/tests/test_templates.py | 4 2 + 2 - 0 !
3 files changed, 5 insertions(+), 8 deletions(-)

---