* [PR PATCH] gajim: update to 1.9.3.
@ 2024-07-29 22:47 lissine0
2024-07-30 8:22 ` Emru1
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: lissine0 @ 2024-07-29 22:47 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 617 bytes --]
There is a new pull request by lissine0 against master on the void-packages repository
https://github.com/lissine0/void-packages gajim-1.9.3
https://github.com/void-linux/void-packages/pull/51535
gajim: update to 1.9.3.
* **python3-nbxmpp: update to 5.0.3.**
* **gajim: update to 1.9.3.**
#### 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)
* I built this PR locally for x86_64-musl
A patch file from https://github.com/void-linux/void-packages/pull/51535.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gajim-1.9.3-51535.patch --]
[-- Type: text/x-diff, Size: 2177 bytes --]
From a45e5bfb044dd2d54520ed98c8fd2e95b53e0c16 Mon Sep 17 00:00:00 2001
From: lissine <lissine@ellini.org>
Date: Mon, 29 Jul 2024 23:31:58 +0100
Subject: [PATCH 1/2] python3-nbxmpp: update to 5.0.3.
---
srcpkgs/python3-nbxmpp/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/python3-nbxmpp/template b/srcpkgs/python3-nbxmpp/template
index 70eec66a288e6d..4d859a2bbb2e61 100644
--- a/srcpkgs/python3-nbxmpp/template
+++ b/srcpkgs/python3-nbxmpp/template
@@ -1,6 +1,6 @@
# Template file for 'python3-nbxmpp'
pkgname=python3-nbxmpp
-version=5.0.2
+version=5.0.3
revision=1
build_style=python3-pep517
hostmakedepends="python3-wheel"
@@ -12,7 +12,7 @@ license="GPL-2.0-or-later"
homepage="https://python-nbxmpp.gajim.org/"
changelog="https://dev.gajim.org/gajim/python-nbxmpp/raw/master/ChangeLog"
distfiles="${PYPI_SITE}/n/nbxmpp/nbxmpp-${version}.tar.gz"
-checksum=b6e4a9ce89c21c3a2e384d94a8b564cc282cc72a683475e816ba952c3f19d7c0
+checksum=fcfc58a78ba33dd0f7517d27becd4db6c10203202e540dad9764e41f685b9feb
do_check() {
coverage run --source=nbxmpp -m unittest discover -v
From 15c790f99f683cba9eb70f9b0ac9aec8c3b09c7c Mon Sep 17 00:00:00 2001
From: lissine <lissine@ellini.org>
Date: Mon, 29 Jul 2024 23:32:37 +0100
Subject: [PATCH 2/2] gajim: update to 1.9.3.
---
srcpkgs/gajim/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/gajim/template b/srcpkgs/gajim/template
index b66d7a9ef503cc..7a2a8fdc63042d 100644
--- a/srcpkgs/gajim/template
+++ b/srcpkgs/gajim/template
@@ -1,6 +1,6 @@
# Template file for 'gajim'
pkgname=gajim
-version=1.9.2
+version=1.9.3
revision=1
build_style=python3-pep517
hostmakedepends="gettext python3-wheel"
@@ -18,7 +18,7 @@ license="GPL-3.0-only"
homepage="https://www.gajim.org"
changelog="https://dev.gajim.org/gajim/gajim/-/raw/master/ChangeLog"
distfiles="https://gajim.org/downloads/${version%.*}/gajim-${version}.tar.gz"
-checksum=9f14985d59622bec7745b697c59d8c0363d9ddb5fa518c9cb4228d09c76a3c33
+checksum=4f15b2503a01bec70a6b6a203eb165ccb0b6abee513323270223a941da453f83
post_build() {
./pep517build/build_metadata.py -o dist/metadata
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: gajim: update to 1.9.3.
2024-07-29 22:47 [PR PATCH] gajim: update to 1.9.3 lissine0
@ 2024-07-30 8:22 ` Emru1
2024-07-30 8:32 ` AnInternetTroll
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: Emru1 @ 2024-07-30 8:22 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 183 bytes --]
New comment by Emru1 on void-packages repository
https://github.com/void-linux/void-packages/pull/51535#issuecomment-2257763144
Comment:
You are much faster than me, second time :)
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: gajim: update to 1.9.3.
2024-07-29 22:47 [PR PATCH] gajim: update to 1.9.3 lissine0
2024-07-30 8:22 ` Emru1
@ 2024-07-30 8:32 ` AnInternetTroll
2024-07-31 7:31 ` Emru1
2024-07-31 21:45 ` [PR PATCH] [Closed]: " classabbyamp
3 siblings, 0 replies; 5+ messages in thread
From: AnInternetTroll @ 2024-07-30 8:32 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 241 bytes --]
New comment by AnInternetTroll on void-packages repository
https://github.com/void-linux/void-packages/pull/51535#issuecomment-2257782164
Comment:
Tested on x86_64-musl and x86_64-glibc, works as expected. Both public
and omemo messages.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: gajim: update to 1.9.3.
2024-07-29 22:47 [PR PATCH] gajim: update to 1.9.3 lissine0
2024-07-30 8:22 ` Emru1
2024-07-30 8:32 ` AnInternetTroll
@ 2024-07-31 7:31 ` Emru1
2024-07-31 21:45 ` [PR PATCH] [Closed]: " classabbyamp
3 siblings, 0 replies; 5+ messages in thread
From: Emru1 @ 2024-07-31 7:31 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 169 bytes --]
New comment by Emru1 on void-packages repository
https://github.com/void-linux/void-packages/pull/51535#issuecomment-2259859371
Comment:
also tested, everything works
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PR PATCH] [Closed]: gajim: update to 1.9.3.
2024-07-29 22:47 [PR PATCH] gajim: update to 1.9.3 lissine0
` (2 preceding siblings ...)
2024-07-31 7:31 ` Emru1
@ 2024-07-31 21:45 ` classabbyamp
3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2024-07-31 21:45 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 460 bytes --]
There's a closed pull request on the void-packages repository
gajim: update to 1.9.3.
https://github.com/void-linux/void-packages/pull/51535
Description:
* **python3-nbxmpp: update to 5.0.3.**
* **gajim: update to 1.9.3.**
#### 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)
* I built this PR locally for x86_64-musl
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2024-07-31 21:45 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-07-29 22:47 [PR PATCH] gajim: update to 1.9.3 lissine0
2024-07-30 8:22 ` Emru1
2024-07-30 8:32 ` AnInternetTroll
2024-07-31 7:31 ` Emru1
2024-07-31 21:45 ` [PR PATCH] [Closed]: " classabbyamp
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).