# HG changeset patch # User Drew Fisher # Date 1389976765 25200 # Node ID 206ef3eafd0a9c4de8c5ec2233b43fc9ad5977db # Parent 5096530f204e5d7c8294ee340e49c4b0e40b3996 17896797 Update OpenStack dependent Python components to their latest versions diff -r 5096530f204e -r 206ef3eafd0a components/python/cliff/Makefile --- a/components/python/cliff/Makefile Wed Jan 15 11:24:11 2014 -0800 +++ b/components/python/cliff/Makefile Fri Jan 17 09:39:25 2014 -0700 @@ -18,16 +18,16 @@ # # CDDL HEADER END # -# Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved. # include ../../../make-rules/shared-macros.mk COMPONENT_NAME= cliff -COMPONENT_VERSION= 1.4 +COMPONENT_VERSION= 1.4.5 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION) COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz COMPONENT_ARCHIVE_HASH= \ - sha256:e5650c92bdd7917f850fc3ac11bd3ad4abd0cb0be4654770b29b63f288bea316 + sha256:0ec2c40e899cbb4d478aa946e1430600bf596ca2a3f12162a9514e9d580935ec COMPONENT_ARCHIVE_URL= $(call pypi_url) COMPONENT_PROJECT_URL= https://pypi.python.org/pypi/cliff COMPONENT_BUGDB= python-mod/cliff diff -r 5096530f204e -r 206ef3eafd0a components/python/cliff/cliff-PYVER.p5m --- a/components/python/cliff/cliff-PYVER.p5m Wed Jan 15 11:24:11 2014 -0800 +++ b/components/python/cliff/cliff-PYVER.p5m Fri Jan 17 09:39:25 2014 -0700 @@ -18,7 +18,7 @@ # # CDDL HEADER END # -# Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved. # # argparse is part of python 2.7, but separate in 2.6 @@ -30,7 +30,7 @@ set name=pkg.description \ value="The Python cliff module is a framework for building command line programs. It uses setuptools entry points to provide subcommands, output formatters, and other extensions." set name=com.oracle.info.description value="the Python cliff module" -set name=com.oracle.info.tpno value=14503 +set name=com.oracle.info.tpno value=15998 set name=info.classification \ value=org.opensolaris.category.2008:Development/Python set name=info.source-url value=$(COMPONENT_ARCHIVE_URL) diff -r 5096530f204e -r 206ef3eafd0a components/python/cmd2/Makefile --- a/components/python/cmd2/Makefile Wed Jan 15 11:24:11 2014 -0800 +++ b/components/python/cmd2/Makefile Fri Jan 17 09:39:25 2014 -0700 @@ -18,16 +18,16 @@ # # CDDL HEADER END # -# Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved. # include ../../../make-rules/shared-macros.mk COMPONENT_NAME= cmd2 -COMPONENT_VERSION= 0.6.5.1 +COMPONENT_VERSION= 0.6.7 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION) COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz COMPONENT_ARCHIVE_HASH= \ - sha256:20474c5ff69e6ab4a38da29f2f1368126c9dc904f21d79e001663b9047ecb794 + sha256:8e98c7a1cfd106183559240b269e7cd9fe97e8342b5c05295f591aab6fd2f4f0 COMPONENT_ARCHIVE_URL= $(call pypi_url) COMPONENT_PROJECT_URL= http://pythonhosted.org/cmd2/ COMPONENT_BUGDB= python-mod/cmd2 diff -r 5096530f204e -r 206ef3eafd0a components/python/cmd2/cmd2-PYVER.p5m --- a/components/python/cmd2/cmd2-PYVER.p5m Wed Jan 15 11:24:11 2014 -0800 +++ b/components/python/cmd2/cmd2-PYVER.p5m Fri Jan 17 09:39:25 2014 -0700 @@ -18,7 +18,7 @@ # # CDDL HEADER END # -# Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved. # set name=pkg.fmri \ @@ -27,7 +27,7 @@ set name=pkg.description \ value="The Python cmd2 module is a drop-in replacement for the standard library's cmd module, and provides numerous enhancements for command-prompt tools." set name=com.oracle.info.description value="the Python pyparsing module" -set name=com.oracle.info.tpno value=14503 +set name=com.oracle.info.tpno value=15996 set name=info.classification \ value=org.opensolaris.category.2008:Development/Python set name=info.source-url value=$(COMPONENT_ARCHIVE_URL) diff -r 5096530f204e -r 206ef3eafd0a components/python/pyparsing/Makefile --- a/components/python/pyparsing/Makefile Wed Jan 15 11:24:11 2014 -0800 +++ b/components/python/pyparsing/Makefile Fri Jan 17 09:39:25 2014 -0700 @@ -18,16 +18,16 @@ # # CDDL HEADER END # -# Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved. # include ../../../make-rules/shared-macros.mk COMPONENT_NAME= pyparsing -COMPONENT_VERSION= 1.5.7 +COMPONENT_VERSION= 2.0.1 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION) COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz COMPONENT_ARCHIVE_HASH= \ - sha256:646e14f90b3689b005c19ac9b6b390c9a39bf976481849993e277d7380e6e79f + sha256:0007cd3f008eba4a203f1f6b4b133ddc352552c8808b694c88c23db56416e4e4 COMPONENT_ARCHIVE_URL= $(call pypi_url) COMPONENT_PROJECT_URL= https://pypi.python.org/pypi/pyparsing/ COMPONENT_BUGDB= python-mod/pyparsing diff -r 5096530f204e -r 206ef3eafd0a components/python/pyparsing/pyparsing-PYVER.p5m --- a/components/python/pyparsing/pyparsing-PYVER.p5m Wed Jan 15 11:24:11 2014 -0800 +++ b/components/python/pyparsing/pyparsing-PYVER.p5m Fri Jan 17 09:39:25 2014 -0700 @@ -18,7 +18,7 @@ # # CDDL HEADER END # -# Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved. # set name=pkg.fmri \ @@ -27,7 +27,7 @@ set name=pkg.description \ value="The pyparsing module is an alternative approach to creating and executing simple grammars, vs. the traditional lex/yacc approach, or the use of regular expressions. The pyparsing module provides a library of classes that client code uses to construct the grammar directly in Python code." set name=com.oracle.info.description value="the Python pyparsing module" -set name=com.oracle.info.tpno value=14503 +set name=com.oracle.info.tpno value=15999 set name=info.classification \ value=org.opensolaris.category.2008:Development/Python set name=info.source-url value=$(COMPONENT_ARCHIVE_URL) diff -r 5096530f204e -r 206ef3eafd0a components/python/six/Makefile --- a/components/python/six/Makefile Wed Jan 15 11:24:11 2014 -0800 +++ b/components/python/six/Makefile Fri Jan 17 09:39:25 2014 -0700 @@ -18,16 +18,16 @@ # # CDDL HEADER END # -# Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved. # include ../../../make-rules/shared-macros.mk COMPONENT_NAME= six -COMPONENT_VERSION= 1.3.0 +COMPONENT_VERSION= 1.4.1 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION) COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz COMPONENT_ARCHIVE_HASH= \ - sha256:d59793f9b255bd00de800b97f9a50cce4fc8a44c205f7defa5bb7d691d13b852 + sha256:f045afd6dffb755cc0411acb7ce9acc4de0e71261d4b5f91de2e68d9aa5f8367 COMPONENT_ARCHIVE_URL= $(call pypi_url) COMPONENT_PROJECT_URL= http://pypi.python.org/pypi/six/ COMPONENT_BUGDB= python-mod/six diff -r 5096530f204e -r 206ef3eafd0a components/python/six/six-PYVER.p5m --- a/components/python/six/six-PYVER.p5m Wed Jan 15 11:24:11 2014 -0800 +++ b/components/python/six/six-PYVER.p5m Fri Jan 17 09:39:25 2014 -0700 @@ -18,7 +18,7 @@ # # CDDL HEADER END # -# Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved. # set name=pkg.fmri \ @@ -27,7 +27,7 @@ set name=pkg.description \ value="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." set name=com.oracle.info.description value="the Python six module" -set name=com.oracle.info.tpno value=14503 +set name=com.oracle.info.tpno value=16000 set name=info.classification \ value=org.opensolaris.category.2008:Development/Python set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)