diff options
| author | Jackie Huang <jackie.huang@windriver.com> | 2015-04-29 11:08:28 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-04-29 12:29:41 -0400 |
| commit | 403029854be021a30beb5d99ae25b50db155cbf7 (patch) | |
| tree | c3fc7af005619531507b403505290946001b7952 /meta-openstack/recipes-devtools/python | |
| parent | a9438feb11ce85cadef6b1b669ad12d4ad6df114 (diff) | |
| download | meta-cloud-services-403029854be021a30beb5d99ae25b50db155cbf7.tar.gz | |
python-memcache: upgrade to 1.2.9
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-memcache_1.2.9.bb (renamed from meta-openstack/recipes-devtools/python/python-memcache_1.2.5.bb) | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-memcache_1.2.5.bb b/meta-openstack/recipes-devtools/python/python-memcache_1.2.9.bb index 6597e86..9679859 100644 --- a/meta-openstack/recipes-devtools/python/python-memcache_1.2.5.bb +++ b/meta-openstack/recipes-devtools/python/python-memcache_1.2.9.bb | |||
| @@ -2,15 +2,14 @@ DESCRIPTION = "A comprehensive, fast, pure Python memcached client" | |||
| 2 | HOMEPAGE = "https://github.com/Pinterest/pymemcache" | 2 | HOMEPAGE = "https://github.com/Pinterest/pymemcache" |
| 3 | SECTION = "devel/python" | 3 | SECTION = "devel/python" |
| 4 | LICENSE = "Apache-2.0" | 4 | LICENSE = "Apache-2.0" |
| 5 | LIC_FILES_CHKSUM = "file://PKG-INFO;md5=42205da10d12fff27726c08f588b1a0b" | 5 | LIC_FILES_CHKSUM = "file://PKG-INFO;md5=e8538d10fb74087ea2dc61033b6ebf9f" |
| 6 | 6 | ||
| 7 | PR = "r0" | ||
| 8 | 7 | ||
| 9 | SRCNAME = "pymemcache" | 8 | SRCNAME = "pymemcache" |
| 10 | SRC_URI = "http://pypi.python.org/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | 9 | SRC_URI = "http://pypi.python.org/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" |
| 11 | 10 | ||
| 12 | SRC_URI[md5sum] = "56dcfa6dfa7205118b60531e5336ab8b" | 11 | SRC_URI[md5sum] = "215510250997423a2a57da061b1bd592" |
| 13 | SRC_URI[sha256sum] = "d8b3d52909eedf975f21236b099510866df8f6cf3d68f67f763609fe2c5ea78b" | 12 | SRC_URI[sha256sum] = "05fd71f0337384024cc3d1340d35fd0d46307cf711eac9365b0eb166812bb121" |
| 14 | 13 | ||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | 14 | S = "${WORKDIR}/${SRCNAME}-${PV}" |
| 16 | 15 | ||
