diff options
| author | Hong Liu <hongl.fnst@cn.fujitsu.com> | 2019-03-12 17:05:14 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2019-03-17 00:21:08 +0000 |
| commit | 7de3b83a87b12c0b9f5982fe246abba75617a07a (patch) | |
| tree | 2e8f43617dfd2ecf6669436f0cbad534dd876401 /meta-openstack/recipes-devtools/python | |
| parent | a5d45e740a48affcf3abbd43ef7d32c538fcd77a (diff) | |
| download | meta-cloud-services-7de3b83a87b12c0b9f5982fe246abba75617a07a.tar.gz | |
python-croniter: Upgrade to 0.3.27
1.Upgrade python-croniter from 0.3.5 to 0.3.27.
2.Modified PKG-INFO due to version update.
Signed-off-by: Hong Liu <hongl.fnst@cn.fujitsu.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-croniter_0.3.27.bb (renamed from meta-openstack/recipes-devtools/python/python-croniter_0.3.5.bb) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-croniter_0.3.5.bb b/meta-openstack/recipes-devtools/python/python-croniter_0.3.27.bb index 128a4aa..97df2a9 100644 --- a/meta-openstack/recipes-devtools/python/python-croniter_0.3.5.bb +++ b/meta-openstack/recipes-devtools/python/python-croniter_0.3.27.bb | |||
| @@ -2,13 +2,13 @@ DESCRIPTION = "croniter provides iteration for datetime object with cron like fo | |||
| 2 | HOMEPAGE = "https://pypi.python.org/pypi/croniter/0.3.4" | 2 | HOMEPAGE = "https://pypi.python.org/pypi/croniter/0.3.4" |
| 3 | SECTION = "devel/python" | 3 | SECTION = "devel/python" |
| 4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
| 5 | LIC_FILES_CHKSUM = "file://PKG-INFO;md5=2c82e6382ef84397e2341a04f039abcc" | 5 | LIC_FILES_CHKSUM = "file://PKG-INFO;md5=21cc5101d5b0c940e3354fb1bd26c7e5" |
| 6 | 6 | ||
| 7 | # Archived version so we have to overwrite what the pypi class will derive | 7 | # Archived version so we have to overwrite what the pypi class will derive |
| 8 | PYPI_SRC_URI = "https://pypi.python.org/packages/source/c/croniter/croniter-${PV}.zip" | 8 | PYPI_SRC_URI = "https://pypi.python.org/packages/source/c/croniter/croniter-${PV}.tar.gz" |
| 9 | 9 | ||
| 10 | SRC_URI[md5sum] = "63cf9e4d6778dc4102a4794a39a1b45b" | 10 | SRC_URI[md5sum] = "f5543f9f165fe725b2133b698f520380" |
| 11 | SRC_URI[sha256sum] = "ecd5cda855668ae11ed5ea341e9c2145bbab88bfd0763666951cfe15bab23f50" | 11 | SRC_URI[sha256sum] = "fbd72189a0ff38c27e953d15175c5fedafb953479559240a1afcf8e8e7523757" |
| 12 | 12 | ||
| 13 | inherit setuptools pypi | 13 | inherit setuptools pypi |
| 14 | 14 | ||
