[Python-modules-commits] [sphinxcontrib-spelling] 02/07: Import sphinxcontrib-spelling_2.2.0.orig.tar.gz

Daniele Tricoli eriol-guest at moszumanska.debian.org
Sun Sep 18 19:52:15 UTC 2016


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

eriol-guest pushed a commit to branch master
in repository sphinxcontrib-spelling.

commit ce992248086a00e55f52ac0a9fe882b6590d2996
Author: Daniele Tricoli <eriol at mornie.org>
Date:   Sun Sep 18 19:31:13 2016 +0200

    Import sphinxcontrib-spelling_2.2.0.orig.tar.gz
---
 AUTHORS                                      | 3 +++
 ChangeLog                                    | 9 ++++++++-
 PKG-INFO                                     | 2 +-
 requirements.txt                             | 7 +------
 setup.cfg                                    | 2 +-
 sphinxcontrib/spelling/builder.py            | 1 -
 sphinxcontrib/spelling/checker.py            | 1 -
 sphinxcontrib/spelling/directive.py          | 1 -
 sphinxcontrib/spelling/filters.py            | 3 +--
 sphinxcontrib/spelling/tests/test_builder.py | 1 -
 sphinxcontrib/spelling/tests/test_checker.py | 1 -
 sphinxcontrib/spelling/tests/test_filter.py  | 1 -
 sphinxcontrib_spelling.egg-info/PKG-INFO     | 2 +-
 sphinxcontrib_spelling.egg-info/pbr.json     | 2 +-
 sphinxcontrib_spelling.egg-info/requires.txt | 3 ++-
 tox.ini                                      | 1 -
 16 files changed, 19 insertions(+), 21 deletions(-)

diff --git a/AUTHORS b/AUTHORS
index bfe3633..3f58564 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,5 +1,6 @@
 Andrey Popp <8mayday at gmail.com>
 Andy Mikhaylenko <andy at neithere.net>
+Avram Lubkin <aviso at rockhopper.net>
 Baptiste Mispelon <bmispelon at gmail.com>
 Benoît Allard <benoit at aeteurope.nl>
 Bulat Shakirzyanov <mallluhuct at gmail.com>
@@ -21,6 +22,8 @@ James Rowe <jnrowe at gmail.com>
 Jan-Marek Glogowski <jan-marek.glogowski at muenchen.de>
 Jeffrey Finkelstein <jeffrey.finkelstein at gmail.com>
 Johannes Emerich <johannes at emerich.de>
+John-Scott Atlakson <john.scott.atlakson at gmail.com>
+Julian Berman <Julian at GrayVines.com>
 Keegan Carruthers-Smith <keegan.csmith at gmail.com>
 Kevin Horn <kevin.horn at gmail.com>
 Leandro Lucarella <llucax at gmail.com>
diff --git a/ChangeLog b/ChangeLog
index 7ce964c..0915897 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,16 @@
 CHANGES
 =======
 
-2.1.2
+2.2.0
 -----
 
+* Merged in jsma/sphinxcontrib-spelling/jsma/use-https-with-pypipythonorg-fixes-exce-1466568698646 (pull request #5
+* Use https with pypi.python.org
+* Merged in avylove/sphinxcontrib-spelling (pull request #4)
+* Removed unnecessary shebang lines from non-script files
+* rely on pyenchant dependency in requirements.txt
+* Merged in JulianB/sphinxcontrib-spelling (pull request #3)
+* Re-enable the PyEnchant dep
 * Change use of six.moves
 * Fix link to article about using the spelling checker
 * remove quotes from package description
diff --git a/PKG-INFO b/PKG-INFO
index ed9332b..1208714 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: sphinxcontrib-spelling
-Version: 2.1.2
+Version: 2.2.0
 Summary: Sphinx spelling extension
 Home-page: http://bitbucket.org/dhellmann/sphinxcontrib-spelling
 Author: Doug Hellmann
diff --git a/requirements.txt b/requirements.txt
index 080a02a..9b4e62c 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,8 +1,3 @@
+PyEnchant>=1.6.5
 Sphinx>=0.6
 six
-# FIXME: I would love to have a proper depdency on PyEnchant
-# listed, but since it can't actually be installed from source
-# anywhere other than Linux (maybe not even there) we all
-# lose. Install the binaries.
-#
-#PyEnchant>=1.6.5
diff --git a/setup.cfg b/setup.cfg
index f2e9d03..420aaa6 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -29,8 +29,8 @@ namespace_packages =
 	sphinxcontrib
 
 [egg_info]
-tag_build = 
 tag_date = 0
+tag_build = 
 tag_svn_revision = 0
 
 [aliases]
diff --git a/sphinxcontrib/spelling/builder.py b/sphinxcontrib/spelling/builder.py
index 6d7cbc1..c72709a 100644
--- a/sphinxcontrib/spelling/builder.py
+++ b/sphinxcontrib/spelling/builder.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # encoding: utf-8
 #
 # Copyright (c) 2010 Doug Hellmann.  All rights reserved.
diff --git a/sphinxcontrib/spelling/checker.py b/sphinxcontrib/spelling/checker.py
index 9a6d257..ea77061 100644
--- a/sphinxcontrib/spelling/checker.py
+++ b/sphinxcontrib/spelling/checker.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # encoding: utf-8
 #
 # Copyright (c) 2010 Doug Hellmann.  All rights reserved.
diff --git a/sphinxcontrib/spelling/directive.py b/sphinxcontrib/spelling/directive.py
index c72654b..5fb8cf0 100644
--- a/sphinxcontrib/spelling/directive.py
+++ b/sphinxcontrib/spelling/directive.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # encoding: utf-8
 #
 # Copyright (c) 2010 Doug Hellmann.  All rights reserved.
diff --git a/sphinxcontrib/spelling/filters.py b/sphinxcontrib/spelling/filters.py
index c2d540e..65bc7dc 100644
--- a/sphinxcontrib/spelling/filters.py
+++ b/sphinxcontrib/spelling/filters.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # encoding: utf-8
 #
 # Copyright (c) 2010 Doug Hellmann.  All rights reserved.
@@ -96,7 +95,7 @@ class PyPIFilterFactory(IgnoreWordsFilterFactory):
     """Build an IgnoreWordsFilter for all of the names of packages on PyPI.
     """
     def __init__(self):
-        client = xmlrpc_client.ServerProxy('http://pypi.python.org/pypi')
+        client = xmlrpc_client.ServerProxy('https://pypi.python.org/pypi')
         IgnoreWordsFilterFactory.__init__(self, client.list_packages())
 
 
diff --git a/sphinxcontrib/spelling/tests/test_builder.py b/sphinxcontrib/spelling/tests/test_builder.py
index 69e9065..b8ec6d3 100644
--- a/sphinxcontrib/spelling/tests/test_builder.py
+++ b/sphinxcontrib/spelling/tests/test_builder.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # encoding: utf-8
 #
 # Copyright (c) 2010 Doug Hellmann.  All rights reserved.
diff --git a/sphinxcontrib/spelling/tests/test_checker.py b/sphinxcontrib/spelling/tests/test_checker.py
index 6a4f680..4316d0f 100644
--- a/sphinxcontrib/spelling/tests/test_checker.py
+++ b/sphinxcontrib/spelling/tests/test_checker.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # encoding: utf-8
 #
 # Copyright (c) 2010 Doug Hellmann.  All rights reserved.
diff --git a/sphinxcontrib/spelling/tests/test_filter.py b/sphinxcontrib/spelling/tests/test_filter.py
index 5d9c6ea..7547f8b 100644
--- a/sphinxcontrib/spelling/tests/test_filter.py
+++ b/sphinxcontrib/spelling/tests/test_filter.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # encoding: utf-8
 #
 # Copyright (c) 2010 Doug Hellmann.  All rights reserved.
diff --git a/sphinxcontrib_spelling.egg-info/PKG-INFO b/sphinxcontrib_spelling.egg-info/PKG-INFO
index ed9332b..1208714 100644
--- a/sphinxcontrib_spelling.egg-info/PKG-INFO
+++ b/sphinxcontrib_spelling.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: sphinxcontrib-spelling
-Version: 2.1.2
+Version: 2.2.0
 Summary: Sphinx spelling extension
 Home-page: http://bitbucket.org/dhellmann/sphinxcontrib-spelling
 Author: Doug Hellmann
diff --git a/sphinxcontrib_spelling.egg-info/pbr.json b/sphinxcontrib_spelling.egg-info/pbr.json
index bf79b21..21a7b1d 100644
--- a/sphinxcontrib_spelling.egg-info/pbr.json
+++ b/sphinxcontrib_spelling.egg-info/pbr.json
@@ -1 +1 @@
-{"is_release": true, "git_version": "5826ec7"}
\ No newline at end of file
+{"git_version": "fc11b4d", "is_release": true}
\ No newline at end of file
diff --git a/sphinxcontrib_spelling.egg-info/requires.txt b/sphinxcontrib_spelling.egg-info/requires.txt
index 2d01f9f..9b4e62c 100644
--- a/sphinxcontrib_spelling.egg-info/requires.txt
+++ b/sphinxcontrib_spelling.egg-info/requires.txt
@@ -1,2 +1,3 @@
+PyEnchant>=1.6.5
 Sphinx>=0.6
-six
\ No newline at end of file
+six
diff --git a/tox.ini b/tox.ini
index 0d9623a..3b8fe11 100644
--- a/tox.ini
+++ b/tox.ini
@@ -7,7 +7,6 @@ envlist=py27,py33,pypy,pep8
 # https://github.com/dhellmann/pyenchant/tree/fix-py3-install
 deps=
     nose
-	/Users/dhellmann/Devel/sphinxcontrib-spelling/pyenchant
 commands=
     nosetests -c nosetest.cfg
 sitepackages = True

-- 
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