Package: python-pipx / 1.10.0-1

Metadata

Package Version Patches format
python-pipx 1.10.0-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
docs disable ga | (download)

mkdocs.yml | 4 0 + 4 - 0 !
1 file changed, 4 deletions(-)

 docs: disable google analytics

For the privacy of local users, disable google analytics.

docs remove badges | (download)

docs/README.md | 6 0 + 6 - 0 !
1 file changed, 6 deletions(-)

 docs: remove badges

To make docs standalone and protect the privacy of readers.

docs local images | (download)

docs/README.md | 6 3 + 3 - 0 !
docs/img/logo.svg | 1 1 + 0 - 0 !
docs/img/pipx_demo.gif | 1 1 + 0 - 0 !
3 files changed, 5 insertions(+), 3 deletions(-)

 docs: relative links to images

Use local image assets rather than serving them from the GitHub repo.
Makes the docs useable offline, and protects the privacy of the readers.

Not forwardable, because this change breaks standalone rendering of
README.

generate docs without virtualenv | (download)

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

 docs: allow gen_doc_pages to run without an installed pipx

markdown gfm admonition.patch | (download)

docs/how-pipx-works.md | 4 1 + 3 - 0 !
docs/installation.md | 8 2 + 6 - 0 !
mkdocs.yml | 2 1 + 1 - 0 !
3 files changed, 4 insertions(+), 10 deletions(-)

 docs: replace markdown-gfm-admonition with callouts

markdown-gfm-admonition is not packaged for Debian, but callouts is.