]> code.ossystems Code Review - openembedded-core.git/commitdiff
python-numpy: fix upstream version check
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>
Thu, 8 Feb 2018 20:22:28 +0000 (22:22 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 16 Feb 2018 18:05:24 +0000 (18:05 +0000)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-devtools/python-numpy/python-numpy_1.13.1.bb
meta/recipes-devtools/python-numpy/python3-numpy_1.13.3.bb

index 13e8f4fa230bed921a6ee88c68b3047086063641..b6ec2308e411fe1f76c6052c6e0513eae32229bb 100644 (file)
@@ -16,6 +16,7 @@ SRC_URI[md5sum] = "6d459e4a24f5035f720dda3c57716a92"
 SRC_URI[sha256sum] = "de020ec06f1e9ce1115a50161a38bf8d4c2525379900f9cb478cc613a1e7cd93"
 
 UPSTREAM_CHECK_URI = "https://github.com/numpy/numpy/releases"
+UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)\.tar"
 
 CONFIGFILESURI ?= ""
 
index 277c21f9da43b1a50cbf61e1c2647db8b5633cdc..553b0fac7f2b21f9fd551a655b57ea67d1d64cf0 100644 (file)
@@ -15,6 +15,7 @@ SRC_URI[md5sum] = "c1d433e5973e548809e80c9118474b73"
 SRC_URI[sha256sum] = "4c6b4eef790528bebb7ec9590d74cc193868940fe68e4109a91c196df72d8094"
 
 UPSTREAM_CHECK_URI = "https://github.com/numpy/numpy/releases"
+UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)\.tar"
 
 CONFIGFILESURI ?= ""