Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] qt5: update to 5.15.7+20221119.
@ 2022-11-19 14:11 Johnnynator
  2022-11-19 20:36 ` [PR PATCH] [Merged]: " Johnnynator
  0 siblings, 1 reply; 2+ messages in thread
From: Johnnynator @ 2022-11-19 14:11 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1317 bytes --]

There is a new pull request by Johnnynator against master on the void-packages repository

https://github.com/Johnnynator/void-packages qt5
https://github.com/void-linux/void-packages/pull/40616

qt5: update to 5.15.7+20221119.
- python3-tldextract: update to 3.4.0.
- qt5: update to 5.15.7+20221119.

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**|**briefly**|**NO**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/40616.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-qt5-40616.patch --]
[-- Type: text/x-diff, Size: 2756 bytes --]

From 3694f2c5ad509519d04dae9d8d3cd2f7146fe78a Mon Sep 17 00:00:00 2001
From: John <me@johnnynator.dev>
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 <contact@stacyharper.net>"
 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 <me@johnnynator.dev>
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"

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Merged]: qt5: update to 5.15.7+20221119.
  2022-11-19 14:11 [PR PATCH] qt5: update to 5.15.7+20221119 Johnnynator
@ 2022-11-19 20:36 ` Johnnynator
  0 siblings, 0 replies; 2+ messages in thread
From: Johnnynator @ 2022-11-19 20:36 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1162 bytes --]

There's a merged pull request on the void-packages repository

qt5: update to 5.15.7+20221119.
https://github.com/void-linux/void-packages/pull/40616

Description:
- python3-tldextract: update to 3.4.0.
- qt5: update to 5.15.7+20221119.

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**|**briefly**|**NO**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-11-19 20:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-19 14:11 [PR PATCH] qt5: update to 5.15.7+20221119 Johnnynator
2022-11-19 20:36 ` [PR PATCH] [Merged]: " Johnnynator

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).