From a00306edc391d247eedd33037e31c19c3ec8d076 Mon Sep 17 00:00:00 2001 From: Huang Qiyu Date: Mon, 23 Jan 2017 13:04:46 +0800 Subject: python-lockfile: 0.10.2 -> 0.12.2 Upgrade python-lockfile from 0.10.2 to 0.12.2. Signed-off-by: Huang Qiyu Signed-off-by: Bruce Ashfield --- .../python/python-lockfile_0.10.2.bb | 29 ---------------------- .../python/python-lockfile_0.12.2.bb | 29 ++++++++++++++++++++++ 2 files changed, 29 insertions(+), 29 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-lockfile_0.10.2.bb create mode 100644 meta-openstack/recipes-devtools/python/python-lockfile_0.12.2.bb (limited to 'meta-openstack') diff --git a/meta-openstack/recipes-devtools/python/python-lockfile_0.10.2.bb b/meta-openstack/recipes-devtools/python/python-lockfile_0.10.2.bb deleted file mode 100644 index 9ba93df..0000000 --- a/meta-openstack/recipes-devtools/python/python-lockfile_0.10.2.bb +++ /dev/null @@ -1,29 +0,0 @@ -DESCRIPTION = "Platform-independent file locking module" -HOMEPAGE = "http://code.google.com/p/pylockfile/" -SECTION = "devel/python" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=2340dffbbfea534b58f1349984eeef72" - -SRCNAME = "lockfile" - -SRC_URI = "https://pypi.python.org/packages/source/l/lockfile/${SRCNAME}-${PV}.tar.gz" - -SRC_URI[md5sum] = "1aa6175a6d57f082cd12e7ac6102ab15" -SRC_URI[sha256sum] = "9e42252f17d1dd89ee31745e0c4fbe58862c25147eb0ef5295c9cd9bcb4ea2c1" - -S = "${WORKDIR}/${SRCNAME}-${PV}" - -inherit distutils - -DEPENDS += "\ - python-pbr \ - " - -# Satisfy setup.py 'setup_requires' -DEPENDS += " \ - python-pbr-native \ - " - -RDEPENDS_${PN} += "\ - python-pbr \ - " diff --git a/meta-openstack/recipes-devtools/python/python-lockfile_0.12.2.bb b/meta-openstack/recipes-devtools/python/python-lockfile_0.12.2.bb new file mode 100644 index 0000000..98f2f98 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-lockfile_0.12.2.bb @@ -0,0 +1,29 @@ +DESCRIPTION = "Platform-independent file locking module" +HOMEPAGE = "http://code.google.com/p/pylockfile/" +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=2340dffbbfea534b58f1349984eeef72" + +SRCNAME = "lockfile" + +SRC_URI = "https://pypi.python.org/packages/source/l/lockfile/${SRCNAME}-${PV}.tar.gz" + +SRC_URI[md5sum] = "a6a1a82957a23afdf44cfdd039b65ff9" +SRC_URI[sha256sum] = "6aed02de03cba24efabcd600b30540140634fc06cfa603822d508d5361e9f799" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit distutils + +DEPENDS += "\ + python-pbr \ + " + +# Satisfy setup.py 'setup_requires' +DEPENDS += " \ + python-pbr-native \ + " + +RDEPENDS_${PN} += "\ + python-pbr \ + " -- cgit v1.2.3-54-g00ecf