aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python-prettytable_0.7.2.bb
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2017-02-23 23:30:53 -0500
committerMartin Jansa <Martin.Jansa@gmail.com>2017-02-28 12:34:14 +0100
commit03f7575a350ab4644d63de7a3c239d325693e89c (patch)
treeb28f83548d955afc47b56f0746224c50ea81c6c3 /recipes-devtools/python/python-prettytable_0.7.2.bb
parent9eec5fea4db34816278658863067cbf9204d9051 (diff)
downloadmeta-python2-03f7575a350ab4644d63de7a3c239d325693e89c.tar.gz
python-cryptography-vectors, python-ndg-httpsclient, python-prettytable: Update UPSTREAM_CHECK variables to allow for version checking
(From meta-openembedded commit: 545b16a983d11fa264a86b5d8e5a8a1251bdee56) Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
Diffstat (limited to 'recipes-devtools/python/python-prettytable_0.7.2.bb')
-rw-r--r--recipes-devtools/python/python-prettytable_0.7.2.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-devtools/python/python-prettytable_0.7.2.bb b/recipes-devtools/python/python-prettytable_0.7.2.bb
index c8f7b5f..f63457e 100644
--- a/recipes-devtools/python/python-prettytable_0.7.2.bb
+++ b/recipes-devtools/python/python-prettytable_0.7.2.bb
@@ -20,3 +20,6 @@ do_install_append() {
chmod 644 "${f}"
done
}
+
+UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/PrettyTable/"
+UPSTREAM_CHECK_REGEX = "/PrettyTable/(?P<pver>(\d+[\.\-_]*)+)"