[Python-modules-commits] [sphinxcontrib-spelling] 01/01: Import sphinxcontrib-spelling_2.1.2.orig.tar.gz

Stein Magnus Jodal jodal at moszumanska.debian.org
Wed Nov 4 15:37:33 UTC 2015


This is an automated email from the git hooks/post-receive script.

jodal pushed a commit to branch upstream
in repository sphinxcontrib-spelling.

commit cfb9b3252f49b3205d039ab966d44daf13deb442
Author: Stein Magnus Jodal <stein.magnus at jodal.no>
Date:   Wed Nov 4 15:33:13 2015 +0100

    Import sphinxcontrib-spelling_2.1.2.orig.tar.gz
---
 ChangeLog                                   | 7 +++++++
 PKG-INFO                                    | 4 ++--
 docs/source/customize.rst                   | 2 +-
 setup.cfg                                   | 4 ++--
 sphinxcontrib/spelling/filters.py           | 5 +++--
 sphinxcontrib_spelling.egg-info/PKG-INFO    | 4 ++--
 sphinxcontrib_spelling.egg-info/SOURCES.txt | 1 +
 sphinxcontrib_spelling.egg-info/pbr.json    | 1 +
 8 files changed, 19 insertions(+), 9 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 1d299e5..7ce964c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,13 @@
 CHANGES
 =======
 
+2.1.2
+-----
+
+* Change use of six.moves
+* Fix link to article about using the spelling checker
+* remove quotes from package description
+
 2.1.1
 -----
 
diff --git a/PKG-INFO b/PKG-INFO
index a28ad94..ed9332b 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,7 +1,7 @@
 Metadata-Version: 1.1
 Name: sphinxcontrib-spelling
-Version: 2.1.1
-Summary: Sphinx "spelling" extension
+Version: 2.1.2
+Summary: Sphinx spelling extension
 Home-page: http://bitbucket.org/dhellmann/sphinxcontrib-spelling
 Author: Doug Hellmann
 Author-email: doug at doughellmann.com
diff --git a/docs/source/customize.rst b/docs/source/customize.rst
index 472e92e..27fd623 100644
--- a/docs/source/customize.rst
+++ b/docs/source/customize.rst
@@ -136,5 +136,5 @@ files. The Sphinx project's ``conf.py`` then needs two changes.
 .. seealso::
 
    * `Creating a Spelling Checker for reStructuredText Documents
-     <http://www.doughellmann.com/articles/how-tos/sphinxcontrib-spelling/>`_
+     <http://doughellmann.com/2011/05/creating-a-spelling-checker-for-restructuredtext-documents.html>`_
    * `PyEnchant tutorial`_
diff --git a/setup.cfg b/setup.cfg
index 98c8d50..f2e9d03 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -3,7 +3,7 @@ name = sphinxcontrib-spelling
 description-file = README
 author = Doug Hellmann
 author-email = doug at doughellmann.com
-summary = Sphinx "spelling" extension
+summary = Sphinx spelling extension
 home-page = http://bitbucket.org/dhellmann/sphinxcontrib-spelling
 classifier = 
 	Development Status :: 4 - Beta
@@ -29,8 +29,8 @@ namespace_packages =
 	sphinxcontrib
 
 [egg_info]
-tag_date = 0
 tag_build = 
+tag_date = 0
 tag_svn_revision = 0
 
 [aliases]
diff --git a/sphinxcontrib/spelling/filters.py b/sphinxcontrib/spelling/filters.py
index 698203d..c2d540e 100644
--- a/sphinxcontrib/spelling/filters.py
+++ b/sphinxcontrib/spelling/filters.py
@@ -10,8 +10,9 @@ import imp
 
 from enchant.tokenize import Filter, tokenize, unit_tokenize
 
-from six.moves import builtins
-from six.moves import xmlrpc_client
+from six import moves
+builtins = moves.builtins
+xmlrpc_client = moves.xmlrpc_client
 
 # TODO - Words with multiple uppercase letters treated as classes and ignored
 
diff --git a/sphinxcontrib_spelling.egg-info/PKG-INFO b/sphinxcontrib_spelling.egg-info/PKG-INFO
index a28ad94..ed9332b 100644
--- a/sphinxcontrib_spelling.egg-info/PKG-INFO
+++ b/sphinxcontrib_spelling.egg-info/PKG-INFO
@@ -1,7 +1,7 @@
 Metadata-Version: 1.1
 Name: sphinxcontrib-spelling
-Version: 2.1.1
-Summary: Sphinx "spelling" extension
+Version: 2.1.2
+Summary: Sphinx spelling extension
 Home-page: http://bitbucket.org/dhellmann/sphinxcontrib-spelling
 Author: Doug Hellmann
 Author-email: doug at doughellmann.com
diff --git a/sphinxcontrib_spelling.egg-info/SOURCES.txt b/sphinxcontrib_spelling.egg-info/SOURCES.txt
index efc1dea..d96bdad 100644
--- a/sphinxcontrib_spelling.egg-info/SOURCES.txt
+++ b/sphinxcontrib_spelling.egg-info/SOURCES.txt
@@ -34,5 +34,6 @@ sphinxcontrib_spelling.egg-info/SOURCES.txt
 sphinxcontrib_spelling.egg-info/dependency_links.txt
 sphinxcontrib_spelling.egg-info/namespace_packages.txt
 sphinxcontrib_spelling.egg-info/not-zip-safe
+sphinxcontrib_spelling.egg-info/pbr.json
 sphinxcontrib_spelling.egg-info/requires.txt
 sphinxcontrib_spelling.egg-info/top_level.txt
\ No newline at end of file
diff --git a/sphinxcontrib_spelling.egg-info/pbr.json b/sphinxcontrib_spelling.egg-info/pbr.json
new file mode 100644
index 0000000..bf79b21
--- /dev/null
+++ b/sphinxcontrib_spelling.egg-info/pbr.json
@@ -0,0 +1 @@
+{"is_release": true, "git_version": "5826ec7"}
\ No newline at end of file

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/sphinxcontrib-spelling.git



More information about the Python-modules-commits mailing list