Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] gajim: update to 2.0.1.
@ 2025-03-03 21:21 lissine0
  2025-03-06 21:03 ` Emru1
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: lissine0 @ 2025-03-03 21:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/lissine0/void-packages gajim-2.0.1
https://github.com/void-linux/void-packages/pull/54569

gajim: update to 2.0.1.
 * **python3-nbxmpp: update to 6.0.1.**
 
 * **gajim: update to 2.0.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)
- I built this PR locally for armv6l

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

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

From fa010cca3e8dbbf28d8a1cf28649e93e9fcb68a5 Mon Sep 17 00:00:00 2001
From: lissine <lissine@ellini.org>
Date: Sat, 1 Mar 2025 07:52:06 +0100
Subject: [PATCH 1/2] python3-nbxmpp: update to 6.0.1.

---
 srcpkgs/python3-nbxmpp/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python3-nbxmpp/template b/srcpkgs/python3-nbxmpp/template
index bdbd69dd958f74..b64cd5cede76dd 100644
--- a/srcpkgs/python3-nbxmpp/template
+++ b/srcpkgs/python3-nbxmpp/template
@@ -1,10 +1,10 @@
 # Template file for 'python3-nbxmpp'
 pkgname=python3-nbxmpp
-version=5.0.4
-revision=2
+version=6.0.1
+revision=1
 build_style=python3-pep517
 hostmakedepends="python3-wheel"
-depends="python3-gobject python3-openssl python3-precis-i18n python3-idna libsoup3"
+depends="python3-gobject python3-openssl python3-packaging python3-precis-i18n python3-idna libsoup3"
 checkdepends="${depends} python3-packaging python3-wheel python3-pylint python3-coverage"
 short_desc="Non blocking Jabber/XMPP module"
 maintainer="Duncaen <duncaen@voidlinux.org>"
@@ -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=166ea10ff643dae7911b764393d3baf5298062b431d48ac67a439436c861d611
+checksum=f6ae62666e407fe865f2091825e32c1466553c10fca22c0eefee1edad12f4410
 
 do_check() {
 	coverage run --source=nbxmpp -m unittest discover -v

From 57d59173fdfd28a08854e9dc8826386d021450d7 Mon Sep 17 00:00:00 2001
From: lissine <lissine@ellini.org>
Date: Sat, 1 Mar 2025 07:52:45 +0100
Subject: [PATCH 2/2] gajim: update to 2.0.1.

---
 srcpkgs/gajim/template | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/gajim/template b/srcpkgs/gajim/template
index f7d6be51b58353..8e072078da2f3c 100644
--- a/srcpkgs/gajim/template
+++ b/srcpkgs/gajim/template
@@ -1,13 +1,13 @@
 # Template file for 'gajim'
 pkgname=gajim
-version=1.9.5
-revision=2
+version=2.0.1
+revision=1
 build_style=python3-pep517
 hostmakedepends="gettext python3-wheel"
 depends="farstream gsound gst-libav gst-plugins-base1 gst-plugins-ugly1
- gtksourceview4 libnm libsecret libsoup3 python3-Pillow python3-SQLAlchemy2
- python3-cairo python3-css-parser python3-dbus python3-distro python3-emoji
- python3-gobject python3-jeepney python3-keyring python3-nbxmpp
+ gtksourceview5 libnm libsecret libsoup3 python3-Pillow python3-SQLAlchemy2
+ python3-cairo python3-cryptography python3-css-parser python3-dbus python3-distro
+ python3-emoji python3-gobject python3-jeepney python3-keyring python3-nbxmpp
  python3-netifaces python3-omemo-dr python3-openssl python3-packaging
  python3-precis-i18n python3-pyasn1 python3-qrcode python3-setuptools
  python3-setuptools"
@@ -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=7fdf4db0eb16a7ebc679c2360f145f64e0abcff0f16913c45f92c8eb8d87563c
+checksum=aa137b6d78fa9bd19c137f87d2f7fdeddb136a67d108b8acb82d1cdadff277de
 
 post_build() {
 	./make.py build --dist=unix

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

* Re: gajim: update to 2.0.1.
  2025-03-03 21:21 [PR PATCH] gajim: update to 2.0.1 lissine0
@ 2025-03-06 21:03 ` Emru1
  2025-03-07  3:51 ` lissine0
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: Emru1 @ 2025-03-06 21:03 UTC (permalink / raw)
  To: ml

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

New comment by Emru1 on void-packages repository

https://github.com/void-linux/void-packages/pull/54569#issuecomment-2704937292

Comment:
I've used it a little longer, I have problems with segfaults in random moments, like adding someone to rooster, choosing a file to upload

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

* Re: gajim: update to 2.0.1.
  2025-03-03 21:21 [PR PATCH] gajim: update to 2.0.1 lissine0
  2025-03-06 21:03 ` Emru1
@ 2025-03-07  3:51 ` lissine0
  2025-03-10 22:54 ` [PR PATCH] [Updated] " lissine0
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: lissine0 @ 2025-03-07  3:51 UTC (permalink / raw)
  To: ml

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

New comment by lissine0 on void-packages repository

https://github.com/void-linux/void-packages/pull/54569#issuecomment-2705466593

Comment:
Should I mark this issue as a draft until a new patch release fixes those issues?

> like adding someone to rooster

Adding someone as a contact, or starting a chat with a "stranger" via the Start Chat menu?
If it's the latter, I already reported it here: https://dev.gajim.org/gajim/gajim/-/issues/12213
Please post a backtrace if you manage to fetch the required debug symbols.

> choosing a file to upload

Please report this segfault.
It's possible it's the same as this bug, which I triggered when sending a message or when sending a reaction:
https://gitlab.gnome.org/GNOME/gtk/-/issues/7382
(The Gajim maintainers are aware of the message sending bug, and may ship a workaround instead of waiting for the GTK fix)

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

* Re: [PR PATCH] [Updated] gajim: update to 2.0.1.
  2025-03-03 21:21 [PR PATCH] gajim: update to 2.0.1 lissine0
  2025-03-06 21:03 ` Emru1
  2025-03-07  3:51 ` lissine0
@ 2025-03-10 22:54 ` lissine0
  2025-03-10 23:03 ` gajim: update to 2.0.2 lissine0
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: lissine0 @ 2025-03-10 22:54 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by lissine0 against master on the void-packages repository

https://github.com/lissine0/void-packages gajim-2.0.1
https://github.com/void-linux/void-packages/pull/54569

gajim: update to 2.0.1.
 * **python3-nbxmpp: update to 6.0.1.**
 
 * **gajim: update to 2.0.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)
- I built this PR locally for armv6l

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

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

From c8413a5bd696c4910d976280142eee8540ef17a5 Mon Sep 17 00:00:00 2001
From: lissine <lissine@ellini.org>
Date: Sat, 1 Mar 2025 07:52:06 +0100
Subject: [PATCH 1/2] python3-nbxmpp: update to 6.0.1.

---
 srcpkgs/python3-nbxmpp/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python3-nbxmpp/template b/srcpkgs/python3-nbxmpp/template
index bdbd69dd958f74..b64cd5cede76dd 100644
--- a/srcpkgs/python3-nbxmpp/template
+++ b/srcpkgs/python3-nbxmpp/template
@@ -1,10 +1,10 @@
 # Template file for 'python3-nbxmpp'
 pkgname=python3-nbxmpp
-version=5.0.4
-revision=2
+version=6.0.1
+revision=1
 build_style=python3-pep517
 hostmakedepends="python3-wheel"
-depends="python3-gobject python3-openssl python3-precis-i18n python3-idna libsoup3"
+depends="python3-gobject python3-openssl python3-packaging python3-precis-i18n python3-idna libsoup3"
 checkdepends="${depends} python3-packaging python3-wheel python3-pylint python3-coverage"
 short_desc="Non blocking Jabber/XMPP module"
 maintainer="Duncaen <duncaen@voidlinux.org>"
@@ -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=166ea10ff643dae7911b764393d3baf5298062b431d48ac67a439436c861d611
+checksum=f6ae62666e407fe865f2091825e32c1466553c10fca22c0eefee1edad12f4410
 
 do_check() {
 	coverage run --source=nbxmpp -m unittest discover -v

From 6058699875cc4c3ac9d2c40b78d073dc517c646c Mon Sep 17 00:00:00 2001
From: lissine <lissine@ellini.org>
Date: Sat, 1 Mar 2025 07:52:45 +0100
Subject: [PATCH 2/2] gajim: update to 2.0.2.

---
 srcpkgs/gajim/template | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/gajim/template b/srcpkgs/gajim/template
index f7d6be51b58353..e464af9985cff9 100644
--- a/srcpkgs/gajim/template
+++ b/srcpkgs/gajim/template
@@ -1,13 +1,13 @@
 # Template file for 'gajim'
 pkgname=gajim
-version=1.9.5
-revision=2
+version=2.0.2
+revision=1
 build_style=python3-pep517
 hostmakedepends="gettext python3-wheel"
 depends="farstream gsound gst-libav gst-plugins-base1 gst-plugins-ugly1
- gtksourceview4 libnm libsecret libsoup3 python3-Pillow python3-SQLAlchemy2
- python3-cairo python3-css-parser python3-dbus python3-distro python3-emoji
- python3-gobject python3-jeepney python3-keyring python3-nbxmpp
+ gtksourceview5 libnm libsecret libsoup3 python3-Pillow python3-SQLAlchemy2
+ python3-cairo python3-cryptography python3-css-parser python3-dbus python3-distro
+ python3-emoji python3-gobject python3-jeepney python3-keyring python3-nbxmpp
  python3-netifaces python3-omemo-dr python3-openssl python3-packaging
  python3-precis-i18n python3-pyasn1 python3-qrcode python3-setuptools
  python3-setuptools"
@@ -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=7fdf4db0eb16a7ebc679c2360f145f64e0abcff0f16913c45f92c8eb8d87563c
+checksum=426975820aa3b135c69c61e7b40a70a1ad324a5c54222d92d08398fa57f11de5
 
 post_build() {
 	./make.py build --dist=unix

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

* Re: gajim: update to 2.0.2.
  2025-03-03 21:21 [PR PATCH] gajim: update to 2.0.1 lissine0
                   ` (2 preceding siblings ...)
  2025-03-10 22:54 ` [PR PATCH] [Updated] " lissine0
@ 2025-03-10 23:03 ` lissine0
  2025-03-11  5:58 ` Emru1
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: lissine0 @ 2025-03-10 23:03 UTC (permalink / raw)
  To: ml

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

New comment by lissine0 on void-packages repository

https://github.com/void-linux/void-packages/pull/54569#issuecomment-2712040433

Comment:
I updated Gajim to 2.0.2
The new release fixes the two issues I mentioned above (https://dev.gajim.org/gajim/gajim/-/commit/025a0ae and https://dev.gajim.org/gajim/gajim/-/commit/1f433ab)
I tested it on my native architecture (x86-64-glibc) and it's working fine.
@Emru1 can you check if you still have any segfaults with the new version?

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

* Re: gajim: update to 2.0.2.
  2025-03-03 21:21 [PR PATCH] gajim: update to 2.0.1 lissine0
                   ` (3 preceding siblings ...)
  2025-03-10 23:03 ` gajim: update to 2.0.2 lissine0
@ 2025-03-11  5:58 ` Emru1
  2025-03-11  5:58 ` Emru1
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: Emru1 @ 2025-03-11  5:58 UTC (permalink / raw)
  To: ml

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

New comment by Emru1 on void-packages repository

https://github.com/void-linux/void-packages/pull/54569#issuecomment-2712754215

Comment:
I can confirm, I am now able to send stupid memes, and add new people to roster
tested on x86_64-glibc


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

* Re: gajim: update to 2.0.2.
  2025-03-03 21:21 [PR PATCH] gajim: update to 2.0.1 lissine0
                   ` (4 preceding siblings ...)
  2025-03-11  5:58 ` Emru1
@ 2025-03-11  5:58 ` Emru1
  2025-03-11 23:19 ` [PR PATCH] [Updated] " lissine0
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: Emru1 @ 2025-03-11  5:58 UTC (permalink / raw)
  To: ml

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

New comment by Emru1 on void-packages repository

https://github.com/void-linux/void-packages/pull/54569#issuecomment-2712754215

Comment:
I can confirm, I am now able to send stupid memes, and add new people to roster
tested on x86_64-glibc
Thanks lissine0

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

* Re: [PR PATCH] [Updated] gajim: update to 2.0.2.
  2025-03-03 21:21 [PR PATCH] gajim: update to 2.0.1 lissine0
                   ` (5 preceding siblings ...)
  2025-03-11  5:58 ` Emru1
@ 2025-03-11 23:19 ` lissine0
  2025-03-15 23:32 ` lissine0
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: lissine0 @ 2025-03-11 23:19 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by lissine0 against master on the void-packages repository

https://github.com/lissine0/void-packages gajim-2.0.1
https://github.com/void-linux/void-packages/pull/54569

gajim: update to 2.0.2.
 * **python3-nbxmpp: update to 6.0.1.**
 
 * **gajim: update to 2.0.2.**
 
#### 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 armv6l

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

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

From f36e6cce6af2bb6baebd402d276ab7cb650fa868 Mon Sep 17 00:00:00 2001
From: lissine <lissine@ellini.org>
Date: Sat, 1 Mar 2025 07:52:06 +0100
Subject: [PATCH 1/2] python3-nbxmpp: update to 6.0.2.

---
 srcpkgs/python3-nbxmpp/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python3-nbxmpp/template b/srcpkgs/python3-nbxmpp/template
index bdbd69dd958f74..bf7ff58df06007 100644
--- a/srcpkgs/python3-nbxmpp/template
+++ b/srcpkgs/python3-nbxmpp/template
@@ -1,10 +1,10 @@
 # Template file for 'python3-nbxmpp'
 pkgname=python3-nbxmpp
-version=5.0.4
-revision=2
+version=6.0.2
+revision=1
 build_style=python3-pep517
 hostmakedepends="python3-wheel"
-depends="python3-gobject python3-openssl python3-precis-i18n python3-idna libsoup3"
+depends="python3-gobject python3-openssl python3-packaging python3-precis-i18n python3-idna libsoup3"
 checkdepends="${depends} python3-packaging python3-wheel python3-pylint python3-coverage"
 short_desc="Non blocking Jabber/XMPP module"
 maintainer="Duncaen <duncaen@voidlinux.org>"
@@ -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=166ea10ff643dae7911b764393d3baf5298062b431d48ac67a439436c861d611
+checksum=41ca53c0e827d8363138df16094417468a7ddeb1c734947e31cf54ecac9d5581
 
 do_check() {
 	coverage run --source=nbxmpp -m unittest discover -v

From 9f14ba4921b29155b4106ab456a80d93866509c9 Mon Sep 17 00:00:00 2001
From: lissine <lissine@ellini.org>
Date: Sat, 1 Mar 2025 07:52:45 +0100
Subject: [PATCH 2/2] gajim: update to 2.0.2.

---
 srcpkgs/gajim/template | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/gajim/template b/srcpkgs/gajim/template
index f7d6be51b58353..e464af9985cff9 100644
--- a/srcpkgs/gajim/template
+++ b/srcpkgs/gajim/template
@@ -1,13 +1,13 @@
 # Template file for 'gajim'
 pkgname=gajim
-version=1.9.5
-revision=2
+version=2.0.2
+revision=1
 build_style=python3-pep517
 hostmakedepends="gettext python3-wheel"
 depends="farstream gsound gst-libav gst-plugins-base1 gst-plugins-ugly1
- gtksourceview4 libnm libsecret libsoup3 python3-Pillow python3-SQLAlchemy2
- python3-cairo python3-css-parser python3-dbus python3-distro python3-emoji
- python3-gobject python3-jeepney python3-keyring python3-nbxmpp
+ gtksourceview5 libnm libsecret libsoup3 python3-Pillow python3-SQLAlchemy2
+ python3-cairo python3-cryptography python3-css-parser python3-dbus python3-distro
+ python3-emoji python3-gobject python3-jeepney python3-keyring python3-nbxmpp
  python3-netifaces python3-omemo-dr python3-openssl python3-packaging
  python3-precis-i18n python3-pyasn1 python3-qrcode python3-setuptools
  python3-setuptools"
@@ -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=7fdf4db0eb16a7ebc679c2360f145f64e0abcff0f16913c45f92c8eb8d87563c
+checksum=426975820aa3b135c69c61e7b40a70a1ad324a5c54222d92d08398fa57f11de5
 
 post_build() {
 	./make.py build --dist=unix

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

* Re: [PR PATCH] [Updated] gajim: update to 2.0.2.
  2025-03-03 21:21 [PR PATCH] gajim: update to 2.0.1 lissine0
                   ` (6 preceding siblings ...)
  2025-03-11 23:19 ` [PR PATCH] [Updated] " lissine0
@ 2025-03-15 23:32 ` lissine0
  2025-03-16 21:01 ` gajim: update to 2.0.3 lissine0
  2025-03-16 21:45 ` [PR PATCH] [Merged]: " classabbyamp
  9 siblings, 0 replies; 11+ messages in thread
From: lissine0 @ 2025-03-15 23:32 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by lissine0 against master on the void-packages repository

https://github.com/lissine0/void-packages gajim-2.0.1
https://github.com/void-linux/void-packages/pull/54569

gajim: update to 2.0.2.
 * **python3-nbxmpp: update to 6.0.2.**
 
 * **gajim: update to 2.0.2.**
 
#### 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 armv6l

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

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

From f36e6cce6af2bb6baebd402d276ab7cb650fa868 Mon Sep 17 00:00:00 2001
From: lissine <lissine@ellini.org>
Date: Sat, 1 Mar 2025 07:52:06 +0100
Subject: [PATCH 1/2] python3-nbxmpp: update to 6.0.2.

---
 srcpkgs/python3-nbxmpp/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python3-nbxmpp/template b/srcpkgs/python3-nbxmpp/template
index bdbd69dd958f74..bf7ff58df06007 100644
--- a/srcpkgs/python3-nbxmpp/template
+++ b/srcpkgs/python3-nbxmpp/template
@@ -1,10 +1,10 @@
 # Template file for 'python3-nbxmpp'
 pkgname=python3-nbxmpp
-version=5.0.4
-revision=2
+version=6.0.2
+revision=1
 build_style=python3-pep517
 hostmakedepends="python3-wheel"
-depends="python3-gobject python3-openssl python3-precis-i18n python3-idna libsoup3"
+depends="python3-gobject python3-openssl python3-packaging python3-precis-i18n python3-idna libsoup3"
 checkdepends="${depends} python3-packaging python3-wheel python3-pylint python3-coverage"
 short_desc="Non blocking Jabber/XMPP module"
 maintainer="Duncaen <duncaen@voidlinux.org>"
@@ -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=166ea10ff643dae7911b764393d3baf5298062b431d48ac67a439436c861d611
+checksum=41ca53c0e827d8363138df16094417468a7ddeb1c734947e31cf54ecac9d5581
 
 do_check() {
 	coverage run --source=nbxmpp -m unittest discover -v

From 95790e1194dd50f1b7768e3ae2d7f73756c749f0 Mon Sep 17 00:00:00 2001
From: lissine <lissine@ellini.org>
Date: Sat, 1 Mar 2025 07:52:45 +0100
Subject: [PATCH 2/2] gajim: update to 2.0.3.

---
 srcpkgs/gajim/template | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/gajim/template b/srcpkgs/gajim/template
index f7d6be51b58353..5f2e6aae39b83a 100644
--- a/srcpkgs/gajim/template
+++ b/srcpkgs/gajim/template
@@ -1,13 +1,13 @@
 # Template file for 'gajim'
 pkgname=gajim
-version=1.9.5
-revision=2
+version=2.0.3
+revision=1
 build_style=python3-pep517
 hostmakedepends="gettext python3-wheel"
 depends="farstream gsound gst-libav gst-plugins-base1 gst-plugins-ugly1
- gtksourceview4 libnm libsecret libsoup3 python3-Pillow python3-SQLAlchemy2
- python3-cairo python3-css-parser python3-dbus python3-distro python3-emoji
- python3-gobject python3-jeepney python3-keyring python3-nbxmpp
+ gtksourceview5 libnm libsecret libsoup3 python3-Pillow python3-SQLAlchemy2
+ python3-cairo python3-cryptography python3-css-parser python3-dbus python3-distro
+ python3-emoji python3-gobject python3-jeepney python3-keyring python3-nbxmpp
  python3-netifaces python3-omemo-dr python3-openssl python3-packaging
  python3-precis-i18n python3-pyasn1 python3-qrcode python3-setuptools
  python3-setuptools"
@@ -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=7fdf4db0eb16a7ebc679c2360f145f64e0abcff0f16913c45f92c8eb8d87563c
+checksum=0db33cd1fc89fa3c01f5873dbdfa220ea5bb4b1ecc0d1d0e1241dd382ea7446e
 
 post_build() {
 	./make.py build --dist=unix

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

* Re: gajim: update to 2.0.3.
  2025-03-03 21:21 [PR PATCH] gajim: update to 2.0.1 lissine0
                   ` (7 preceding siblings ...)
  2025-03-15 23:32 ` lissine0
@ 2025-03-16 21:01 ` lissine0
  2025-03-16 21:45 ` [PR PATCH] [Merged]: " classabbyamp
  9 siblings, 0 replies; 11+ messages in thread
From: lissine0 @ 2025-03-16 21:01 UTC (permalink / raw)
  To: ml

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

New comment by lissine0 on void-packages repository

https://github.com/void-linux/void-packages/pull/54569#issuecomment-2727644671

Comment:
Hi @classabbyamp,
Can you please review this PR when you get a chance?
Thanks!

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

* Re: [PR PATCH] [Merged]: gajim: update to 2.0.3.
  2025-03-03 21:21 [PR PATCH] gajim: update to 2.0.1 lissine0
                   ` (8 preceding siblings ...)
  2025-03-16 21:01 ` gajim: update to 2.0.3 lissine0
@ 2025-03-16 21:45 ` classabbyamp
  9 siblings, 0 replies; 11+ messages in thread
From: classabbyamp @ 2025-03-16 21:45 UTC (permalink / raw)
  To: ml

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

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

gajim: update to 2.0.3.
https://github.com/void-linux/void-packages/pull/54569

Description:
 * **python3-nbxmpp: update to 6.0.2.**
 
 * **gajim: update to 2.0.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 armv6l

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

end of thread, other threads:[~2025-03-16 21:45 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-03-03 21:21 [PR PATCH] gajim: update to 2.0.1 lissine0
2025-03-06 21:03 ` Emru1
2025-03-07  3:51 ` lissine0
2025-03-10 22:54 ` [PR PATCH] [Updated] " lissine0
2025-03-10 23:03 ` gajim: update to 2.0.2 lissine0
2025-03-11  5:58 ` Emru1
2025-03-11  5:58 ` Emru1
2025-03-11 23:19 ` [PR PATCH] [Updated] " lissine0
2025-03-15 23:32 ` lissine0
2025-03-16 21:01 ` gajim: update to 2.0.3 lissine0
2025-03-16 21:45 ` [PR PATCH] [Merged]: " 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).