[Python-modules-commits] [sphinx] 03/03: Refresh patches for the new release.
Dmitry Shachnev
mitya57 at moszumanska.debian.org
Sun Jul 9 09:39:43 UTC 2017
This is an automated email from the git hooks/post-receive script.
mitya57 pushed a commit to branch debian/master
in repository sphinx.
commit 1b698a3a545c046bad2d18737d60ee85aa511b7f
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date: Sun Jul 9 12:16:54 2017 +0300
Refresh patches for the new release.
---
debian/patches/disable_js_version_check.diff | 4 ++--
debian/patches/no_snowballstemmer.diff | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/debian/patches/disable_js_version_check.diff b/debian/patches/disable_js_version_check.diff
index e7f57ce..0c5a4bf 100644
--- a/debian/patches/disable_js_version_check.diff
+++ b/debian/patches/disable_js_version_check.diff
@@ -8,10 +8,10 @@ Forwarded: not-needed
1 file changed, 1 insertion(+)
diff --git a/tests/test_theming.py b/tests/test_theming.py
-index 2602930..033aa5b 100644
+index ef9656b..14a95f1 100644
--- a/tests/test_theming.py
+++ b/tests/test_theming.py
-@@ -63,6 +63,7 @@ def test_theme_api(app, status, warning):
+@@ -58,6 +58,7 @@ def test_theme_api(app, status, warning):
assert not os.path.exists(themedir)
diff --git a/debian/patches/no_snowballstemmer.diff b/debian/patches/no_snowballstemmer.diff
index c021674..70588fa 100644
--- a/debian/patches/no_snowballstemmer.diff
+++ b/debian/patches/no_snowballstemmer.diff
@@ -36,10 +36,10 @@ index 177ae8d..e8556c2 100644
'alabaster>=0.7,<0.8',
'imagesize',
diff --git a/sphinx/search/__init__.py b/sphinx/search/__init__.py
-index 4b309be..a2b1587 100644
+index ef74d3b..d6a6151 100644
--- a/sphinx/search/__init__.py
+++ b/sphinx/search/__init__.py
-@@ -121,22 +121,8 @@ def parse_stop_word(source):
+@@ -135,22 +135,8 @@ def parse_stop_word(source):
# maps language name to module.class or directly a class
languages = {
@@ -60,13 +60,13 @@ index 4b309be..a2b1587 100644
- 'sv': 'sphinx.search.sv.SearchSwedish',
- 'tr': 'sphinx.search.tr.SearchTurkish',
'zh': 'sphinx.search.zh.SearchChinese',
- }
+ } # type: Dict[unicode, Any]
diff --git a/tests/run.py b/tests/run.py
-index 8c6298a..a204fe1 100755
+index a8439ba..f602464 100755
--- a/tests/run.py
+++ b/tests/run.py
-@@ -29,7 +29,7 @@ warnings.filterwarnings('ignore', category=PendingDeprecationWarning, module=r'_
+@@ -30,7 +30,7 @@ warnings.filterwarnings('ignore', category=PendingDeprecationWarning, module=r'_
# check dependencies before testing
print('Checking dependencies...')
for modname in ('pytest', 'mock', 'six', 'docutils', 'jinja2', 'pygments',
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/sphinx.git
More information about the Python-modules-commits
mailing list