From 540c2e41a95545df6f7e00de9461f1393070058e Mon Sep 17 00:00:00 2001 From: Li xin Date: Thu, 6 Aug 2015 16:11:55 +0800 Subject: python-fixtures: upgrade 1.0.0 -> 1.3.1 Signed-off-by: Li Xin Signed-off-by: Bruce Ashfield --- .../python/python-fixtures_1.0.0.bb | 24 ---------------------- .../python/python-fixtures_1.3.1.bb | 24 ++++++++++++++++++++++ 2 files changed, 24 insertions(+), 24 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-fixtures_1.0.0.bb create mode 100644 meta-openstack/recipes-devtools/python/python-fixtures_1.3.1.bb (limited to 'meta-openstack') diff --git a/meta-openstack/recipes-devtools/python/python-fixtures_1.0.0.bb b/meta-openstack/recipes-devtools/python/python-fixtures_1.0.0.bb deleted file mode 100644 index fe1c8d1..0000000 --- a/meta-openstack/recipes-devtools/python/python-fixtures_1.0.0.bb +++ /dev/null @@ -1,24 +0,0 @@ -DESCRIPTION = "Fixtures, reusable state for writing clean tests and more" -HOMEPAGE = "https://pypi.python.org/pypi/fixtures/" -SECTION = "devel/python" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://COPYING;md5=239e2f4698b85aad5ed39bae5d2ef226" - -PR = "r0" -SRCNAME = "fixtures" - -SRC_URI = "https://pypi.python.org/packages/source/f/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" - -SRC_URI[md5sum] = "4f3225a80397796be85729b659241610" -SRC_URI[sha256sum] = "4494c4862ad99ffb8354f7456f1c9a4ba68b607d9dabb912999d4ad60c7d9f54" - -S = "${WORKDIR}/${SRCNAME}-${PV}" - -inherit distutils - -DISTUTILS_INSTALL_ARGS = "--root=${D} \ - --prefix=${prefix} \ - --install-lib=${PYTHON_SITEPACKAGES_DIR} \ - --install-data=${datadir}" - -RDEPENDS_${PN} += "python-testtools" diff --git a/meta-openstack/recipes-devtools/python/python-fixtures_1.3.1.bb b/meta-openstack/recipes-devtools/python/python-fixtures_1.3.1.bb new file mode 100644 index 0000000..f8f7163 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-fixtures_1.3.1.bb @@ -0,0 +1,24 @@ +DESCRIPTION = "Fixtures, reusable state for writing clean tests and more" +HOMEPAGE = "https://pypi.python.org/pypi/fixtures/" +SECTION = "devel/python" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://COPYING;md5=239e2f4698b85aad5ed39bae5d2ef226" + +PR = "r0" +SRCNAME = "fixtures" + +SRC_URI = "https://pypi.python.org/packages/source/f/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" + +SRC_URI[md5sum] = "72959be66e26b09641a1e3902f631e62" +SRC_URI[sha256sum] = "b63cf3bb37f83ff815456e2d0e118535ae9a4bf43e76d9a1cf3286041bf717ce" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit distutils + +DISTUTILS_INSTALL_ARGS = "--root=${D} \ + --prefix=${prefix} \ + --install-lib=${PYTHON_SITEPACKAGES_DIR} \ + --install-data=${datadir}" + +RDEPENDS_${PN} += "python-testtools" -- cgit v1.2.3-54-g00ecf