aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2020-09-15 16:10:09 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2020-09-15 16:10:17 +0200
commit2f17a26d2f4c50458f5b1b145e4462853369b559 (patch)
tree8999f393f62af88020c05603f7f957415472b203
parentb72557515e1993a63d658b47f54d6a1aa68e736b (diff)
python3-pyqt5: upgrade to final 5.15.1
* use the released version from: https://www.riverbankcomputing.com/news/PyQt_v5.15.1_Released because the snapshots are pruned very quickly and were causing many fetch issues as the http://sources.openembedded.org/ is no longer updated from meta-qt5 builds * unfortunately this will sort lower than 5.15.1.dev2008271829 added in: https://github.com/meta-qt5/meta-qt5/commit/1650757f4182435a63985f73e477ed80927f0eac I should have rejected it before, if you care about binary package feeds, then send PE bump Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--recipes-python/pyqt5/python3-pyqt5_5.15.1.bb (renamed from recipes-python/pyqt5/python3-pyqt5_5.15.1.dev2008271829.bb)6
1 files changed, 2 insertions, 4 deletions
diff --git a/recipes-python/pyqt5/python3-pyqt5_5.15.1.dev2008271829.bb b/recipes-python/pyqt5/python3-pyqt5_5.15.1.bb
index aea82c0f..3cf2a9b4 100644
--- a/recipes-python/pyqt5/python3-pyqt5_5.15.1.dev2008271829.bb
+++ b/recipes-python/pyqt5/python3-pyqt5_5.15.1.bb
@@ -7,10 +7,8 @@ LIC_FILES_CHKSUM = "\
file://LICENSE;md5=d32239bcb673463ab874e80d47fae504 \
"
-SRC_URI = "\
- https://www.riverbankcomputing.com/static/Downloads/PyQt5/PyQt5-${PV}.tar.gz \
-"
-SRC_URI[sha256sum] = "c677f538eb52140d454b158f8916f9949737c6a31397606ddf91f4aa569f6cc4"
+SRC_URI = "https://files.pythonhosted.org/packages/1d/31/896dc3dfb6c81c70164019a6cbba6ab037e3af7653d9ca60ccc874ee4c27/PyQt5-${PV}.tar.gz"
+SRC_URI[sha256sum] = "d9a76b850246d08da9863189ecb98f6c2aa9b4d97a3e85e29330a264aed0f9a1"
S = "${WORKDIR}/PyQt5-${PV}"