* [PR PATCH] qutebrowser: update to 2.5.3, adopt
@ 2023-02-18 19:25 daniel-eys
2023-03-12 18:59 ` jason1987d
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: daniel-eys @ 2023-02-18 19:25 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1257 bytes --]
There is a new pull request by daniel-eys against master on the void-packages repository
https://github.com/daniel-eys/void-packages qutebrowser
https://github.com/void-linux/void-packages/pull/42344
qutebrowser: update to 2.5.3, adopt
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **YES**
<!--
#### 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/42344.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-qutebrowser-42344.patch --]
[-- Type: text/x-diff, Size: 1543 bytes --]
From ccb1ac0c833de7cb012aa2096bc634e17949bf91 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Daniel=20Ey=C3=9Fer?= <daniel.eysser@gmail.com>
Date: Sat, 18 Feb 2023 19:35:45 +0100
Subject: [PATCH] qutebrowser: update to 2.5.3, adopt
---
srcpkgs/qutebrowser/template | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/srcpkgs/qutebrowser/template b/srcpkgs/qutebrowser/template
index af1ec94b27c7..d0a08253a2e4 100644
--- a/srcpkgs/qutebrowser/template
+++ b/srcpkgs/qutebrowser/template
@@ -1,18 +1,18 @@
# Template file for 'qutebrowser'
pkgname=qutebrowser
-version=2.5.2
-revision=2
+version=2.5.3
+revision=1
build_style=python3-module
hostmakedepends="python3-setuptools asciidoc"
depends="python3-PyQt5-quick python3-Jinja2 python3-yaml
python3-PyQt5-opengl python3-PyQt5-sql qt5-plugin-sqlite"
short_desc="Keyboard-focused browser with a minimal GUI"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Daniel Eyßer <daniel.eysser@gmail.com>"
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=a9bfce14ddc403de0deb2eedf983c231ce003e0759995ec7ef4ea34e4974e908
+checksum=845ef22434d0233b5471925a7b6d075617c694ba6bbf3e865ab8294b02c9d781
nostrip=yes
# testing requires unpackaged plugins:
# pytest-bdd, pytest-benchmark, pytest-instafail, pytest-rerunfailures
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: qutebrowser: update to 2.5.3, adopt
2023-02-18 19:25 [PR PATCH] qutebrowser: update to 2.5.3, adopt daniel-eys
@ 2023-03-12 18:59 ` jason1987d
2023-03-17 9:02 ` [PR PATCH] [Updated] " daniel-eys
2023-03-19 1:51 ` qutebrowser: update to 2.5.4, adopt jason1987d
2 siblings, 0 replies; 4+ messages in thread
From: jason1987d @ 2023-03-12 18:59 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 314 bytes --]
New comment by jason1987d on void-packages repository
https://github.com/void-linux/void-packages/pull/42344#issuecomment-1465274028
Comment:
Noticing the last line about testing and packages. python3-pytest-benchmark is packaged for void, and the other three I could dig into and see about packaging as well.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PR PATCH] [Updated] qutebrowser: update to 2.5.3, adopt
2023-02-18 19:25 [PR PATCH] qutebrowser: update to 2.5.3, adopt daniel-eys
2023-03-12 18:59 ` jason1987d
@ 2023-03-17 9:02 ` daniel-eys
2023-03-19 1:51 ` qutebrowser: update to 2.5.4, adopt jason1987d
2 siblings, 0 replies; 4+ messages in thread
From: daniel-eys @ 2023-03-17 9:02 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1262 bytes --]
There is an updated pull request by daniel-eys against master on the void-packages repository
https://github.com/daniel-eys/void-packages qutebrowser
https://github.com/void-linux/void-packages/pull/42344
qutebrowser: update to 2.5.3, adopt
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **YES**
<!--
#### 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/42344.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-qutebrowser-42344.patch --]
[-- Type: text/x-diff, Size: 1543 bytes --]
From 1b541ef07e12c55c08e799184b7192295ea48d5d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Daniel=20Ey=C3=9Fer?= <daniel.eysser@gmail.com>
Date: Sat, 18 Feb 2023 19:35:45 +0100
Subject: [PATCH] qutebrowser: update to 2.5.4, adopt
---
srcpkgs/qutebrowser/template | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/srcpkgs/qutebrowser/template b/srcpkgs/qutebrowser/template
index af1ec94b27c7..1c1f8114371a 100644
--- a/srcpkgs/qutebrowser/template
+++ b/srcpkgs/qutebrowser/template
@@ -1,18 +1,18 @@
# Template file for 'qutebrowser'
pkgname=qutebrowser
-version=2.5.2
-revision=2
+version=2.5.4
+revision=1
build_style=python3-module
hostmakedepends="python3-setuptools asciidoc"
depends="python3-PyQt5-quick python3-Jinja2 python3-yaml
python3-PyQt5-opengl python3-PyQt5-sql qt5-plugin-sqlite"
short_desc="Keyboard-focused browser with a minimal GUI"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Daniel Eyßer <daniel.eysser@gmail.com>"
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=a9bfce14ddc403de0deb2eedf983c231ce003e0759995ec7ef4ea34e4974e908
+checksum=a460b2202527e42a670c26d225d9fa6417d092cc1f16f3a95e7bc95dd89c1ab1
nostrip=yes
# testing requires unpackaged plugins:
# pytest-bdd, pytest-benchmark, pytest-instafail, pytest-rerunfailures
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: qutebrowser: update to 2.5.4, adopt
2023-02-18 19:25 [PR PATCH] qutebrowser: update to 2.5.3, adopt daniel-eys
2023-03-12 18:59 ` jason1987d
2023-03-17 9:02 ` [PR PATCH] [Updated] " daniel-eys
@ 2023-03-19 1:51 ` jason1987d
2 siblings, 0 replies; 4+ messages in thread
From: jason1987d @ 2023-03-19 1:51 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 314 bytes --]
New comment by jason1987d on void-packages repository
https://github.com/void-linux/void-packages/pull/42344#issuecomment-1465274028
Comment:
Noticing the last line about testing and packages. python3-pytest-benchmark is packaged for void, and the other three I could dig into and see about packaging as well.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-03-19 1:51 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-18 19:25 [PR PATCH] qutebrowser: update to 2.5.3, adopt daniel-eys
2023-03-12 18:59 ` jason1987d
2023-03-17 9:02 ` [PR PATCH] [Updated] " daniel-eys
2023-03-19 1:51 ` qutebrowser: update to 2.5.4, adopt jason1987d
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).