From 3694f2c5ad509519d04dae9d8d3cd2f7146fe78a Mon Sep 17 00:00:00 2001 From: John Date: Sat, 19 Nov 2022 12:32:20 +0100 Subject: [PATCH 1/2] python3-tldextract: update to 3.4.0. --- srcpkgs/python3-tldextract/template | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/srcpkgs/python3-tldextract/template b/srcpkgs/python3-tldextract/template index 12b85681b0b0..65d8e580dee1 100644 --- a/srcpkgs/python3-tldextract/template +++ b/srcpkgs/python3-tldextract/template @@ -1,13 +1,14 @@ # Template file for 'python3-tldextract' pkgname=python3-tldextract -version=2.2.2 -revision=4 +version=3.4.0 +revision=1 build_style=python3-module -hostmakedepends="python3-setuptools" -depends="python3 python3-setuptools python3-requests python3-requests-file" +hostmakedepends="python3-setuptools_scm python3-wheel" +makedepends="python3-filelock python3-idna python3-requests python3-requests-file" +depends="python3 $makedepends" short_desc="Separates gTLD or ccTLD from the registered domain/subdomains of a URL" maintainer="Stacy Harper " license="Apache-2.0" homepage="https://github.com/john-kurkowski/tldextract" distfiles="${PYPI_SITE}/t/tldextract/tldextract-${version}.tar.gz" -checksum=9aa21a1f7827df4209e242ec4fc2293af5940ec730cde46ea80f66ed97bfc808 +checksum=78aef13ac1459d519b457a03f1f74c1bf1c2808122a6bcc0e6840f81ba55ad73 From 2d03598d169b0cc0ff55d1dfba0c0ea7f80306ba Mon Sep 17 00:00:00 2001 From: John Date: Sat, 19 Nov 2022 15:10:58 +0100 Subject: [PATCH 2/2] qt5: update to 5.15.7+20221119. --- srcpkgs/qt5/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/qt5/template b/srcpkgs/qt5/template index 767fd887df33..233596587525 100644 --- a/srcpkgs/qt5/template +++ b/srcpkgs/qt5/template @@ -1,7 +1,7 @@ # Template file for 'qt5' pkgname=qt5 -version=5.15.5+20220728 -# commit 1832429ff1e4e224389c7cfa592d50a2fab31e29 +version=5.15.7+20221119 +# commit f8c9fb304bc3e53b3aa07f962cd74e9160decccc # base repo: https://invent.kde.org/qt/qt/qt5 revision=1 build_style=meta @@ -28,7 +28,7 @@ homepage="https://qt.io/" # to keep the size smaller qtwebengine, qtwebview, qtdocgallery, qtactiveqt and qtpim # can be marked with the export-ignore attribute distfiles="https://void.johnnynator.dev/distfiles/qt5-${version}.tar.gz" -checksum=bfc97f26853e549f34340bded2b92f745746c04c402d5f4e53d59cae228b6d86 +checksum=9d57af471c78029a362276b7c99108ea009f511bb9ba6ff6cb884f6ddd255e9f python_version=2 #unverified replaces="qt5-doc<5.6.0 qt5-quick1<5.6.0 qt5-quick1-devel<5.6.0 qt5-webkit<5.6.0 qt5-webkit-devel<5.6.0 qt5-enginio<5.7.1 qt5-enginio-devel<5.7.1 qt5-plugin-gtk<5.7.1 qt5-canvas3d<5.13.0"