* [PR PATCH] qutebrowser: update to 3.2.1
@ 2024-08-06 3:59 andrelcmoreira
2024-08-06 4:01 ` [PR PATCH] [Updated] " andrelcmoreira
2024-08-06 14:32 ` [PR PATCH] [Merged]: " ahesford
0 siblings, 2 replies; 3+ messages in thread
From: andrelcmoreira @ 2024-08-06 3:59 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 522 bytes --]
There is a new pull request by andrelcmoreira against master on the void-packages repository
https://github.com/andrelcmoreira/void-packages update_qutebrowser
https://github.com/void-linux/void-packages/pull/51685
qutebrowser: update to 3.2.1
#### Testing the changes
- I tested the changes in this PR: **YES**
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
cc @daniel-eys
A patch file from https://github.com/void-linux/void-packages/pull/51685.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update_qutebrowser-51685.patch --]
[-- Type: text/x-diff, Size: 1281 bytes --]
From 749144485dc0a59a0b7d9017c6bc45e87df39a2b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20L=2E=20C=2E=20Moreira?=
<andrelcmoreira@disroot.org>
Date: Tue, 6 Aug 2024 00:55:30 -0300
Subject: [PATCH] qutebrowser: update to 3.2.1
---
srcpkgs/qutebrowser/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/qutebrowser/template b/srcpkgs/qutebrowser/template
index d94a90ea63c654..6e76c79eddd72e 100644
--- a/srcpkgs/qutebrowser/template
+++ b/srcpkgs/qutebrowser/template
@@ -1,6 +1,6 @@
# Template file for 'qutebrowser'
pkgname=qutebrowser
-version=3.2.0
+version=3.2.1
revision=2
build_style=python3-module
hostmakedepends="python3-setuptools asciidoc"
@@ -11,7 +11,7 @@ license="GPL-3.0-or-later"
homepage="https://qutebrowser.org/"
changelog="https://raw.githubusercontent.com/qutebrowser/qutebrowser/master/doc/changelog.asciidoc"
distfiles="https://github.com/qutebrowser/qutebrowser/releases/download/v${version}/qutebrowser-${version}.tar.gz"
-checksum=e1e1911b9556236acaa59d0d1986d614796fb36673d13963c21658cd64a1f033
+checksum=02a7af2a6c5db38d87b225b0b8412c80d9838335f32d0e8a38f6d7fbcd38897d
nostrip=yes
# testing requires unpackaged plugins:
# pytest-bdd, pytest-benchmark, pytest-instafail, pytest-rerunfailures
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PR PATCH] [Updated] qutebrowser: update to 3.2.1
2024-08-06 3:59 [PR PATCH] qutebrowser: update to 3.2.1 andrelcmoreira
@ 2024-08-06 4:01 ` andrelcmoreira
2024-08-06 14:32 ` [PR PATCH] [Merged]: " ahesford
1 sibling, 0 replies; 3+ messages in thread
From: andrelcmoreira @ 2024-08-06 4:01 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 527 bytes --]
There is an updated pull request by andrelcmoreira against master on the void-packages repository
https://github.com/andrelcmoreira/void-packages update_qutebrowser
https://github.com/void-linux/void-packages/pull/51685
qutebrowser: update to 3.2.1
#### Testing the changes
- I tested the changes in this PR: **YES**
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
cc @daniel-eys
A patch file from https://github.com/void-linux/void-packages/pull/51685.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update_qutebrowser-51685.patch --]
[-- Type: text/x-diff, Size: 1334 bytes --]
From 1c8c3f737d2714363380de49afa0cf29507ed981 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20L=2E=20C=2E=20Moreira?=
<andrelcmoreira@disroot.org>
Date: Tue, 6 Aug 2024 00:55:30 -0300
Subject: [PATCH] qutebrowser: update to 3.2.1
---
srcpkgs/qutebrowser/template | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/qutebrowser/template b/srcpkgs/qutebrowser/template
index d94a90ea63c654..f768ae607c56b5 100644
--- a/srcpkgs/qutebrowser/template
+++ b/srcpkgs/qutebrowser/template
@@ -1,7 +1,7 @@
# Template file for 'qutebrowser'
pkgname=qutebrowser
-version=3.2.0
-revision=2
+version=3.2.1
+revision=1
build_style=python3-module
hostmakedepends="python3-setuptools asciidoc"
depends="python3-Jinja2 python3-yaml"
@@ -11,7 +11,7 @@ license="GPL-3.0-or-later"
homepage="https://qutebrowser.org/"
changelog="https://raw.githubusercontent.com/qutebrowser/qutebrowser/master/doc/changelog.asciidoc"
distfiles="https://github.com/qutebrowser/qutebrowser/releases/download/v${version}/qutebrowser-${version}.tar.gz"
-checksum=e1e1911b9556236acaa59d0d1986d614796fb36673d13963c21658cd64a1f033
+checksum=02a7af2a6c5db38d87b225b0b8412c80d9838335f32d0e8a38f6d7fbcd38897d
nostrip=yes
# testing requires unpackaged plugins:
# pytest-bdd, pytest-benchmark, pytest-instafail, pytest-rerunfailures
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PR PATCH] [Merged]: qutebrowser: update to 3.2.1
2024-08-06 3:59 [PR PATCH] qutebrowser: update to 3.2.1 andrelcmoreira
2024-08-06 4:01 ` [PR PATCH] [Updated] " andrelcmoreira
@ 2024-08-06 14:32 ` ahesford
1 sibling, 0 replies; 3+ messages in thread
From: ahesford @ 2024-08-06 14:32 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 346 bytes --]
There's a merged pull request on the void-packages repository
qutebrowser: update to 3.2.1
https://github.com/void-linux/void-packages/pull/51685
Description:
#### Testing the changes
- I tested the changes in this PR: **YES**
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
cc @daniel-eys
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-08-06 14:32 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-08-06 3:59 [PR PATCH] qutebrowser: update to 3.2.1 andrelcmoreira
2024-08-06 4:01 ` [PR PATCH] [Updated] " andrelcmoreira
2024-08-06 14:32 ` [PR PATCH] [Merged]: " ahesford
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).