summaryrefslogtreecommitdiffstats
path: root/meta-openstack
diff options
context:
space:
mode:
authorzhengruoqin <zhengrq.fnst@cn.fujitsu.com>2020-07-28 09:35:41 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-07-30 15:48:00 -0400
commitaa68b4528c933f9ef107017494fc9368c6476e87 (patch)
tree8eb3c0816b96073fae9410c2b39f96aea608e291 /meta-openstack
parentb6b5ba138242abea8e866212c92a265884182132 (diff)
downloadmeta-cloud-services-aa68b4528c933f9ef107017494fc9368c6476e87.tar.gz
python3-websockify: upgrade 0.8.0 -> 0.9.0
-License-Update: There is no LICENSE.txt file in the new version, change to PKG-INFO. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>/ Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack')
-rw-r--r--meta-openstack/recipes-devtools/python/python3-websockify_0.9.0.bb (renamed from meta-openstack/recipes-devtools/python/python-websockify_0.8.0.bb)6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-websockify_0.8.0.bb b/meta-openstack/recipes-devtools/python/python3-websockify_0.9.0.bb
index c51a79b..436ee3d 100644
--- a/meta-openstack/recipes-devtools/python/python-websockify_0.8.0.bb
+++ b/meta-openstack/recipes-devtools/python/python3-websockify_0.9.0.bb
@@ -2,10 +2,10 @@ DESCRIPTION = "WebSockets support for any application/server"
2HOMEPAGE = "https://github.com/kanaka/websockify" 2HOMEPAGE = "https://github.com/kanaka/websockify"
3SECTION = "devel/python" 3SECTION = "devel/python"
4LICENSE = "LGPLv3" 4LICENSE = "LGPLv3"
5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a3b5f97c9d64189899b91b3728bfd774" 5LIC_FILES_CHKSUM = "file://PKG-INFO;md5=eb81922f483833198eace60f1469f99d"
6 6
7SRC_URI[md5sum] = "8fa547ca4de84a96aa3472d55fbcdd59" 7SRC_URI[md5sum] = "ff745fd67457fd077915753c9b808b2a"
8SRC_URI[sha256sum] = "547d3d98c5081f2dc2872a2e4a3aef33e0ee5141d5f6209204aab2f4a41548d2" 8SRC_URI[sha256sum] = "c35b5b79ebc517d3b784dacfb993be413a93cda5222c6f382443ce29c1a6cada"
9 9
10inherit setuptools3 pypi 10inherit setuptools3 pypi
11 11