From bc7a23d08c5081363a17caba8ed80267d3b21755 Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Thu, 30 May 2019 13:42:51 +0800 Subject: python-positional: upgrade 1.1.1 -> 1.2.1 -Upgrade from python-positional_1.1.1.bb to python-positional_1.2.1.bb. Signed-off-by: Zang Ruochen Signed-off-by: Bruce Ashfield --- .../python/python-positional_1.1.1.bb | 21 --------------------- .../python/python-positional_1.2.1.bb | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-positional_1.1.1.bb create mode 100644 meta-openstack/recipes-devtools/python/python-positional_1.2.1.bb (limited to 'meta-openstack/recipes-devtools/python') diff --git a/meta-openstack/recipes-devtools/python/python-positional_1.1.1.bb b/meta-openstack/recipes-devtools/python/python-positional_1.1.1.bb deleted file mode 100644 index 144b2cc..0000000 --- a/meta-openstack/recipes-devtools/python/python-positional_1.1.1.bb +++ /dev/null @@ -1,21 +0,0 @@ -DESCRIPTION = "Library to enforce positional or key-word arguments" -HOMEPAGE = "https://github.com/morganfainberg/positional" -SECTION = "devel/python" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=5335066555b14d832335aa4660d6c376" - -SRC_URI[md5sum] = "c82903c32c1aec1ac0f0f6e166ef4e2e" -SRC_URI[sha256sum] = "ef845fa46ee5a11564750aaa09dd7db059aaf39c44c901b37181e5ffa67034b0" - -inherit setuptools pypi - -CLEANBROKEN = "1" - -# Satisfy setup.py 'setup_requires' -DEPENDS += " \ - python-pbr-native \ - " - -RDEPENDS_${PN} += " \ - python-wrapt \ -" diff --git a/meta-openstack/recipes-devtools/python/python-positional_1.2.1.bb b/meta-openstack/recipes-devtools/python/python-positional_1.2.1.bb new file mode 100644 index 0000000..93eb6e1 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-positional_1.2.1.bb @@ -0,0 +1,21 @@ +DESCRIPTION = "Library to enforce positional or key-word arguments" +HOMEPAGE = "https://github.com/morganfainberg/positional" +SECTION = "devel/python" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=5335066555b14d832335aa4660d6c376" + +SRC_URI[md5sum] = "4afcffd8e2ba733fd7a50f137a2ee893" +SRC_URI[sha256sum] = "cf48ea169f6c39486d5efa0ce7126a97bed979a52af6261cf255a41f9a74453a" + +inherit setuptools pypi + +CLEANBROKEN = "1" + +# Satisfy setup.py 'setup_requires' +DEPENDS += " \ + python-pbr-native \ + " + +RDEPENDS_${PN} += " \ + python-wrapt \ +" -- cgit v1.2.3-54-g00ecf