[Python-modules-commits] r32620 - in packages/sphinx/trunk/debian (2 files)

mitya57 at users.alioth.debian.org mitya57 at users.alioth.debian.org
Fri May 8 09:17:03 UTC 2015


    Date: Friday, May 8, 2015 @ 09:17:02
  Author: mitya57
Revision: 32620

debian/patches/no_snowballstemmer.diff: Exclude snowballstemmer
from setup.py and egg-info requirements.

Modified:
  packages/sphinx/trunk/debian/changelog
  packages/sphinx/trunk/debian/patches/no_snowballstemmer.diff

Modified: packages/sphinx/trunk/debian/changelog
===================================================================
--- packages/sphinx/trunk/debian/changelog	2015-05-08 08:58:22 UTC (rev 32619)
+++ packages/sphinx/trunk/debian/changelog	2015-05-08 09:17:02 UTC (rev 32620)
@@ -1,3 +1,10 @@
+sphinx (1.3.1-2) UNRELEASED; urgency=medium
+
+  * debian/patches/no_snowballstemmer.diff: Exclude snowballstemmer
+    from setup.py and egg-info requirements.
+
+ -- Dmitry Shachnev <mitya57 at debian.org>  Fri, 08 May 2015 12:16:28 +0300
+
 sphinx (1.3.1-1) experimental; urgency=medium
 
   [ Helmut Grohne ]

Modified: packages/sphinx/trunk/debian/patches/no_snowballstemmer.diff
===================================================================
--- packages/sphinx/trunk/debian/patches/no_snowballstemmer.diff	2015-05-08 08:58:22 UTC (rev 32619)
+++ packages/sphinx/trunk/debian/patches/no_snowballstemmer.diff	2015-05-08 09:17:02 UTC (rev 32620)
@@ -1,7 +1,7 @@
 Description: do not support snowballstemmer-based search for now
 Author: Dmitry Shachnev <mitya57 at debian.org>
 Forwarded: not-needed
-Last-Update: 2015-04-20
+Last-Update: 2015-05-08
 
 --- a/sphinx/search/__init__.py
 +++ b/sphinx/search/__init__.py
@@ -39,3 +39,23 @@
      try:
          __import__(modname)
      except ImportError as err:
+--- a/Sphinx.egg-info/requires.txt
++++ b/Sphinx.egg-info/requires.txt
+@@ -2,7 +2,6 @@
+ Jinja2>=2.3
+ Pygments>=2.0
+ docutils>=0.11
+-snowballstemmer>=1.1
+ babel>=1.3
+ alabaster>=0.7,<0.8
+ sphinx_rtd_theme>=0.1,<0.2
+--- a/setup.py
++++ b/setup.py
+@@ -51,7 +51,6 @@
+     'Jinja2>=2.3',
+     'Pygments>=2.0',
+     'docutils>=0.11',
+-    'snowballstemmer>=1.1',
+     'babel>=1.3',
+     'alabaster>=0.7,<0.8',
+     'sphinx_rtd_theme>=0.1,<0.2',




More information about the Python-modules-commits mailing list