Github messages for voidlinux
 help / color / mirror / Atom feed
From: Johnnynator <Johnnynator@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] qt5: update to 5.15.7+20221119.
Date: Sat, 19 Nov 2022 15:11:43 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-40616@inbox.vuxu.org> (raw)

[-- 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"

             reply	other threads:[~2022-11-19 14:11 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-19 14:11 Johnnynator [this message]
2022-11-19 20:36 ` [PR PATCH] [Merged]: " Johnnynator

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-40616@inbox.vuxu.org \
    --to=johnnynator@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).