summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin <debacle@debian.org>2022-10-18 20:43:24 +0000
committerMartin <debacle@debian.org>2022-10-18 20:43:24 +0000
commit4faa30b931c5fff6e2aea1fb5b21afed5826f134 (patch)
treef2ad9351df9f8f2e49ea776332634cf812e46f48
parent51a33b36684b04215f64c2f3426ddaf0b1f7b10b (diff)
refresh patches
-rw-r--r--debian/patches/privacy-breach-fixes.patch32
-rw-r--r--debian/patches/use-local-docs-for-intersphinx-links.patch19
2 files changed, 26 insertions, 25 deletions
diff --git a/debian/patches/privacy-breach-fixes.patch b/debian/patches/privacy-breach-fixes.patch
index ce6c6e0..8443bc7 100644
--- a/debian/patches/privacy-breach-fixes.patch
+++ b/debian/patches/privacy-breach-fixes.patch
@@ -6,19 +6,19 @@ Last-Update: 2019-12-22
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/docs/conf.py
+++ b/docs/conf.py
-@@ -141,11 +141,11 @@
- 'description': 'user session support for aiohttp.web',
- 'github_user': 'aio-libs',
- 'github_repo': 'aiohttp-session',
-- 'github_button': True,
-+ 'github_button': False,
- 'github_type': 'star',
-- 'github_banner': True,
-- 'travis_button': True,
-- 'codecov_button': True,
-+ 'github_banner': False,
-+ 'travis_button': False,
-+ 'codecov_button': False,
- 'pre_bg': '#FFF6E5',
- 'note_bg': '#E5ECD1',
- 'note_border': '#BFCF8C',
+@@ -142,11 +142,11 @@
+ "description": "user session support for aiohttp.web",
+ "github_user": "aio-libs",
+ "github_repo": "aiohttp-session",
+- "github_button": True,
++ "github_button": False,
+ "github_type": "star",
+- "github_banner": True,
+- "travis_button": True,
+- "codecov_button": True,
++ "github_banner": False,
++ "travis_button": False,
++ "codecov_button": False,
+ "pre_bg": "#FFF6E5",
+ "note_bg": "#E5ECD1",
+ "note_border": "#BFCF8C",
diff --git a/debian/patches/use-local-docs-for-intersphinx-links.patch b/debian/patches/use-local-docs-for-intersphinx-links.patch
index 69af26e..94989ff 100644
--- a/debian/patches/use-local-docs-for-intersphinx-links.patch
+++ b/debian/patches/use-local-docs-for-intersphinx-links.patch
@@ -6,14 +6,15 @@ Last-Update: 2019-12-22
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/docs/conf.py
+++ b/docs/conf.py
-@@ -328,9 +328,4 @@
-
+@@ -341,10 +341,5 @@
# Example configuration for intersphinx: refer to the Python standard library.
--intersphinx_mapping = {'https://docs.python.org/3': None,
-- 'https://aiohttp.readthedocs.io/en/stable': None,
-- 'https://aioredis.readthedocs.io/en/latest': None,
-- # 'https://github.com/aio-libs/aiomcache': None,
-- 'http://cryptography.io/en/latest': None,
-- 'https://pynacl.readthedocs.io/en/latest': None}
-+intersphinx_mapping = {'/usr/share/doc/python3-doc/html': None}
+ intersphinx_mapping = {
+- "https://docs.python.org/3": None,
+- "https://aiohttp.readthedocs.io/en/stable": None,
+- "https://aioredis.readthedocs.io/en/latest": None,
+- # 'https://github.com/aio-libs/aiomcache': None,
+- "http://cryptography.io/en/latest": None,
+- "https://pynacl.readthedocs.io/en/latest": None,
++ '/usr/share/doc/python3-doc/html': None,
+ }