diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2013-04-23 20:48:04 -0400 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2013-04-28 12:29:26 -0300 |
commit | 1db189ec9ab8e03669e53774c800edf4ddbdc0e1 (patch) | |
tree | 7d155711ca7c1f018a1f58194847f9b24a87eaa1 /python | |
parent | 691fc6520de8b0e3b7d10cf00862b2ac601728cd (diff) | |
download | slackbuilds-1db189ec9ab8e03669e53774c800edf4ddbdc0e1.tar.gz |
python/six: Updated for version 1.3.0.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/six/README | 8 | ||||
-rw-r--r-- | python/six/six.SlackBuild | 2 | ||||
-rw-r--r-- | python/six/six.info | 6 |
3 files changed, 8 insertions, 8 deletions
diff --git a/python/six/README b/python/six/README index 6207b716e7..35001d4d34 100644 --- a/python/six/README +++ b/python/six/README @@ -1,7 +1,7 @@ -Six is a Python 2 and 3 compatibility library. It provides utility functions -for smoothing over the differences between the Python versions with the goal -of writing Python code that is compatible on both Python versions. See the +Six is a Python 2 and 3 compatibility library. It provides utility functions for +smoothing over the differences between the Python versions with the goal of +writing Python code that is compatible on both Python versions. See the documentation for more information on what is provided. -Optional: html documentation and man pages will be installed if pygments and +Optional: html documentation and man pages will be installed if Pygments and Sphinx are installed. diff --git a/python/six/six.SlackBuild b/python/six/six.SlackBuild index 365b7f6427..0ccf1936b7 100644 --- a/python/six/six.SlackBuild +++ b/python/six/six.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=six -VERSION=${VERSION:-1.2.0} +VERSION=${VERSION:-1.3.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/six/six.info b/python/six/six.info index e611d18e5a..a14252bda2 100644 --- a/python/six/six.info +++ b/python/six/six.info @@ -1,8 +1,8 @@ PRGNAM="six" -VERSION="1.2.0" +VERSION="1.3.0" HOMEPAGE="http://pypi.python.org/pypi/six/" -DOWNLOAD="http://pypi.python.org/packages/source/s/six/six-1.2.0.tar.gz" -MD5SUM="2a5d1afc79912832ac78fd38e3d75d7e" +DOWNLOAD="http://pypi.python.org/packages/source/s/six/six-1.3.0.tar.gz" +MD5SUM="ec47fe6070a8a64c802363d2c2b1e2ee" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |