From e8e4a74f28611159b832bd439cdb58e277debdff Mon Sep 17 00:00:00 2001 From: zangrc Date: Tue, 8 Dec 2020 12:51:07 +0800 Subject: python3-hgtools: upgrade 8.2.0 -> 8.2.1 Signed-off-by: Zang Ruochen Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python3-hgtools_8.2.0.bb | 16 ---------------- .../recipes-devtools/python/python3-hgtools_8.2.1.bb | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 16 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python3-hgtools_8.2.0.bb create mode 100644 meta-openstack/recipes-devtools/python/python3-hgtools_8.2.1.bb (limited to 'meta-openstack/recipes-devtools') diff --git a/meta-openstack/recipes-devtools/python/python3-hgtools_8.2.0.bb b/meta-openstack/recipes-devtools/python/python3-hgtools_8.2.0.bb deleted file mode 100644 index cfaf034..0000000 --- a/meta-openstack/recipes-devtools/python/python3-hgtools_8.2.0.bb +++ /dev/null @@ -1,16 +0,0 @@ -DESCRIPTION = "Classes and setuptools plugin for Mercurial repositories" -HOMEPAGE = "https://pypi.python.org/pypi/hgtools" -SECTION = "devel/python" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=7a7126e068206290f3fe9f8d6c713ea6" - -SRC_URI[md5sum] = "200c967071c63efeb869470d24f250e3" -SRC_URI[sha256sum] = "5f30e3e7729f67e414b63ae91697743bb2ec72f3cac0c514d16fd3c21bd25300" - -DEPENDS += " \ - python3-setuptools-scm-native \ - python3-toml-native \ -" - -inherit setuptools3 pypi - diff --git a/meta-openstack/recipes-devtools/python/python3-hgtools_8.2.1.bb b/meta-openstack/recipes-devtools/python/python3-hgtools_8.2.1.bb new file mode 100644 index 0000000..b37ffbf --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-hgtools_8.2.1.bb @@ -0,0 +1,16 @@ +DESCRIPTION = "Classes and setuptools plugin for Mercurial repositories" +HOMEPAGE = "https://pypi.python.org/pypi/hgtools" +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=7a7126e068206290f3fe9f8d6c713ea6" + +SRC_URI[md5sum] = "5234d6ea4987f1ccdd1aa87235550c81" +SRC_URI[sha256sum] = "6d0aa3eb4b73e937d6e1f928a011911621b54a95cee8d999839362039dfe8d4b" + +DEPENDS += " \ + python3-setuptools-scm-native \ + python3-toml-native \ +" + +inherit setuptools3 pypi + -- cgit v1.2.3-54-g00ecf