From 8738d55fa27139c0b4c547db719924097db4bda3 Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Wed, 29 Apr 2015 11:08:37 +0800 Subject: python-oslotest: upgrade to 1.6.0 Signed-off-by: Jackie Huang Signed-off-by: Bruce Ashfield --- .../python/python-oslotest_1.4.0.bb | 30 ---------------------- .../python/python-oslotest_1.6.0.bb | 29 +++++++++++++++++++++ 2 files changed, 29 insertions(+), 30 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-oslotest_1.4.0.bb create mode 100644 meta-openstack/recipes-devtools/python/python-oslotest_1.6.0.bb diff --git a/meta-openstack/recipes-devtools/python/python-oslotest_1.4.0.bb b/meta-openstack/recipes-devtools/python/python-oslotest_1.4.0.bb deleted file mode 100644 index b3819e4..0000000 --- a/meta-openstack/recipes-devtools/python/python-oslotest_1.4.0.bb +++ /dev/null @@ -1,30 +0,0 @@ -DESCRIPTION = "OpenStack test framework and test fixtures. \ -The oslotest package can be cross-tested against its consuming projects to ensure \ -that no changes to the library break the tests in those other projects." -HOMEPAGE = "https://pypi.python.org/pypi/oslotest" -SECTION = "devel/python" -LICENSE = "BSD" -LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" - -PR = "r0" -SRCNAME = "oslotest" - -SRC_URI = "https://pypi.python.org/packages/source/o/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \ -" - -SRC_URI[md5sum] = "a573e1943869f0841f487cf94a121321" -SRC_URI[sha256sum] = "4226c044198792da7e14ca76895656e8d6e4b256eab184a6c81477b373e059a6" - -S = "${WORKDIR}/${SRCNAME}-${PV}" - -inherit setuptools - -RDEPENDS_${PN} = "python-fixtures \ - python-subunit \ - python-testrepository \ - python-testscenarios \ - python-testtools \ - python-mock \ - python-mox \ - bash \ -" diff --git a/meta-openstack/recipes-devtools/python/python-oslotest_1.6.0.bb b/meta-openstack/recipes-devtools/python/python-oslotest_1.6.0.bb new file mode 100644 index 0000000..30cff23 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-oslotest_1.6.0.bb @@ -0,0 +1,29 @@ +DESCRIPTION = "OpenStack test framework and test fixtures. \ +The oslotest package can be cross-tested against its consuming projects to ensure \ +that no changes to the library break the tests in those other projects." +HOMEPAGE = "https://pypi.python.org/pypi/oslotest" +SECTION = "devel/python" +LICENSE = "BSD" +LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" + +SRCNAME = "oslotest" + +SRC_URI = "https://pypi.python.org/packages/source/o/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \ +" + +SRC_URI[md5sum] = "54ba62e2e13619616ddce772fb267106" +SRC_URI[sha256sum] = "cb65b53b753375b669dcdb4717c362a205d19e3d16ca26310c0916cfd359354c" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit setuptools + +RDEPENDS_${PN} = "python-fixtures \ + python-subunit \ + python-testrepository \ + python-testscenarios \ + python-testtools \ + python-mock \ + python-mox \ + bash \ +" -- cgit v1.2.3-54-g00ecf