Codebase list python-itsdangerous / 8b0c4a9
Refresh patches Julien Puydt 4 years ago
4 changed file(s) with 10 addition(s) and 28 deletion(s). Raw diff Collapse all Expand all
11
22 * New upstream release 1.1.0.
33 * Add myself as uploader.
4 * Refresh patches.
45
56 -- Julien Puydt <jpuydt@debian.org> Thu, 27 Feb 2020 22:30:54 +0100
67
33 Forwarded: no
44 Last-Update: 2014-06-01
55
6 --- python-itsdangerous-0.24+dfsg1.orig/docs/conf.py
7 +++ python-itsdangerous-0.24+dfsg1/docs/conf.py
8 @@ -26,7 +26,7 @@ sys.path.append(os.path.abspath('..'))
6 --- python-itsdangerous.orig/docs/conf.py
7 +++ python-itsdangerous/docs/conf.py
8 @@ -11,7 +11,7 @@
9 # General --------------------------------------------------------------
910
10 # Add any Sphinx extension module names here, as strings. They can be extensions
11 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
12 -extensions = ['sphinx.ext.autodoc', 'sphinx.ext.intersphinx']
13 +extensions = ['sphinx.ext.autodoc']
11 master_doc = "index"
12 -extensions = ["sphinx.ext.autodoc", "sphinx.ext.intersphinx", "pallets_sphinx_themes"]
13 +extensions = ["sphinx.ext.autodoc", "pallets_sphinx_themes"]
14 intersphinx_mapping = {"python": ("https://docs.python.org/3/", None)}
1415
15 # Add any paths that contain templates here, relative to this directory.
16 templates_path = ['_templates']
16 # HTML -----------------------------------------------------------------
+0
-18
debian/patches/removes-privacy-breach-url-in-theme.patch less more
0 Description: Removes privacy breach
1 The URL of the icon "Fork me on GitHub" is a privacy breach, and is removed
2 by this patch.
3 Author: Thomas Goirand <zigo@debian.org>
4 Forwarded: no
5 Last-Update: 2014-06-01
6
7 --- python-itsdangerous-0.24+dfsg1.orig/docs/_themes/flask_small/layout.html
8 +++ python-itsdangerous-0.24+dfsg1/docs/_themes/flask_small/layout.html
9 @@ -18,7 +18,7 @@
10 {% block relbar2 %}
11 {% if theme_github_fork %}
12 <a href="http://github.com/{{ theme_github_fork }}"><img style="position: fixed; top: 0; right: 0; border: 0;"
13 - src="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /></a>
14 + src="broken-link" alt="broken-image-becahse-of-privacy-breach" /></a>
15 {% endif %}
16 {% endblock %}
17 {% block sidebar1 %}{% endblock %}
00 no-intersphinx-plugin-in-doc.patch
1 removes-privacy-breach-url-in-theme.patch