python-cryptography-vectors, python-ndg-httpsclient, python-prettytable: Update UPSTREAM_CHECK variables to allow for version checking

Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Derek Straka
2017-02-23 23:30:53 -05:00
committed by Martin Jansa
parent d533527c65
commit 545b16a983
3 changed files with 7 additions and 0 deletions

View File

@@ -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+[\.\-_]*)+)"