* [PR PATCH] Gajim 1.9.4
@ 2024-09-19 19:37 lissine0
2024-09-19 21:14 ` [PR PATCH] [Updated] gajim: update to 1.9.4 lissine0
` (25 more replies)
0 siblings, 26 replies; 27+ messages in thread
From: lissine0 @ 2024-09-19 19:37 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 613 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.4
https://github.com/void-linux/void-packages/pull/52279
Gajim 1.9.4
* **python3-nbxmpp: update to 5.0.4.**
* **gajim: update to 1.9.4.**
#### 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/52279.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gajim-1.9.4-52279.patch --]
[-- Type: text/x-diff, Size: 2177 bytes --]
From 53de8099427a8bd61e7dbe010cb1b4d74b0862b2 Mon Sep 17 00:00:00 2001
From: lissine <lissine@ellini.org>
Date: Thu, 19 Sep 2024 20:25:36 +0100
Subject: [PATCH 1/2] python3-nbxmpp: update to 5.0.4.
---
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 4d859a2bbb2e61..8c051c324a4b92 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.3
+version=5.0.4
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=fcfc58a78ba33dd0f7517d27becd4db6c10203202e540dad9764e41f685b9feb
+checksum=166ea10ff643dae7911b764393d3baf5298062b431d48ac67a439436c861d611
do_check() {
coverage run --source=nbxmpp -m unittest discover -v
From 1b0e659e1b167c28d34a0ca61cdf38423519f69d Mon Sep 17 00:00:00 2001
From: lissine <lissine@ellini.org>
Date: Thu, 19 Sep 2024 20:26:33 +0100
Subject: [PATCH 2/2] gajim: update to 1.9.4.
---
srcpkgs/gajim/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/gajim/template b/srcpkgs/gajim/template
index 7a2a8fdc63042d..7637b043f7f874 100644
--- a/srcpkgs/gajim/template
+++ b/srcpkgs/gajim/template
@@ -1,6 +1,6 @@
# Template file for 'gajim'
pkgname=gajim
-version=1.9.3
+version=1.9.4
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=4f15b2503a01bec70a6b6a203eb165ccb0b6abee513323270223a941da453f83
+checksum=649cf4ac65d096097ced9d5189521ae86554ba390370a1ffe9fdd175947f956c
post_build() {
./pep517build/build_metadata.py -o dist/metadata
^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: [PR PATCH] [Updated] gajim: update to 1.9.4.
2024-09-19 19:37 [PR PATCH] Gajim 1.9.4 lissine0
@ 2024-09-19 21:14 ` lissine0
2024-09-19 21:57 ` lissine0
` (24 subsequent siblings)
25 siblings, 0 replies; 27+ messages in thread
From: lissine0 @ 2024-09-19 21:14 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 638 bytes --]
There is an updated pull request by lissine0 against master on the void-packages repository
https://github.com/lissine0/void-packages gajim-1.9.4
https://github.com/void-linux/void-packages/pull/52279
gajim: update to 1.9.4.
* **python3-nbxmpp: update to 5.0.4.**
* **gajim: update to 1.9.4.**
<!--
#### 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/52279.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gajim-1.9.4-52279.patch --]
[-- Type: text/x-diff, Size: 3642 bytes --]
From 53de8099427a8bd61e7dbe010cb1b4d74b0862b2 Mon Sep 17 00:00:00 2001
From: lissine <lissine@ellini.org>
Date: Thu, 19 Sep 2024 20:25:36 +0100
Subject: [PATCH 1/2] python3-nbxmpp: update to 5.0.4.
---
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 4d859a2bbb2e61..8c051c324a4b92 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.3
+version=5.0.4
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=fcfc58a78ba33dd0f7517d27becd4db6c10203202e540dad9764e41f685b9feb
+checksum=166ea10ff643dae7911b764393d3baf5298062b431d48ac67a439436c861d611
do_check() {
coverage run --source=nbxmpp -m unittest discover -v
From e25d4ca8e55b17d8ccf6e873fb6bfe2cd92bbbe8 Mon Sep 17 00:00:00 2001
From: lissine <lissine@ellini.org>
Date: Thu, 19 Sep 2024 20:26:33 +0100
Subject: [PATCH 2/2] gajim: update to 1.9.4.
Remove the patch as it's not needed anymore, since the failing test is
now disabled upstream.
---
srcpkgs/gajim/patches/remove_broken_test.patch | 15 ---------------
srcpkgs/gajim/template | 8 ++++----
2 files changed, 4 insertions(+), 19 deletions(-)
delete mode 100644 srcpkgs/gajim/patches/remove_broken_test.patch
diff --git a/srcpkgs/gajim/patches/remove_broken_test.patch b/srcpkgs/gajim/patches/remove_broken_test.patch
deleted file mode 100644
index 5b11e87cfebf63..00000000000000
--- a/srcpkgs/gajim/patches/remove_broken_test.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- a/test/gui/test_util.py 2024-06-10 10:03:49.000000000 +0200
-+++ b/test/gui/test_util.py 2024-06-11 16:15:31.000273954 +0200
-@@ -57,9 +57,9 @@
- # returns 'c', not 'ch'.
-
- # In most locales (say, any western one):
-- devanagari_kshi = '\u0915\u094D' + devanagari_ssi
-- self.assertEqual(
-- get_first_grapheme(devanagari_kshi), '\u0915\u094D', 'क्षि -> क् ')
-+ # devanagari_kshi = '\u0915\u094D' + devanagari_ssi
-+ # self.assertEqual(
-+ # get_first_grapheme(devanagari_kshi), '\u0915\u094D', 'क्षि -> क् ')
- # This probably won't fail on *any* locale, ever, again because the
- # implementation doesn't seem locale-specific.
-
diff --git a/srcpkgs/gajim/template b/srcpkgs/gajim/template
index 7a2a8fdc63042d..710419ca59ec02 100644
--- a/srcpkgs/gajim/template
+++ b/srcpkgs/gajim/template
@@ -1,6 +1,6 @@
# Template file for 'gajim'
pkgname=gajim
-version=1.9.3
+version=1.9.4
revision=1
build_style=python3-pep517
hostmakedepends="gettext python3-wheel"
@@ -18,14 +18,14 @@ 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=4f15b2503a01bec70a6b6a203eb165ccb0b6abee513323270223a941da453f83
+checksum=649cf4ac65d096097ced9d5189521ae86554ba390370a1ffe9fdd175947f956c
post_build() {
- ./pep517build/build_metadata.py -o dist/metadata
+ ./make.py build --dist=unix
}
post_install() {
- ./pep517build/install_metadata.py dist/metadata --prefix=$DESTDIR/usr
+ ./make.py install --dist=unix
vdoc "${FILESDIR}/README.voidlinux"
}
^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: gajim: update to 1.9.4.
2024-09-19 19:37 [PR PATCH] Gajim 1.9.4 lissine0
2024-09-19 21:14 ` [PR PATCH] [Updated] gajim: update to 1.9.4 lissine0
@ 2024-09-19 21:57 ` lissine0
2024-09-19 22:38 ` lissine0
` (23 subsequent siblings)
25 siblings, 0 replies; 27+ messages in thread
From: lissine0 @ 2024-09-19 21:57 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 399 bytes --]
New comment by lissine0 on void-packages repository
https://github.com/void-linux/void-packages/pull/52279#issuecomment-2362273457
Comment:
@Emru1 you may want to finish this PR
It builds and works correctly. But when enabling tests (`./xbps-src -Q pkg gajim`), it fails.
Do note that the way Gajim is built recently changed. See https://dev.gajim.org/gajim/gajim/-/commits/master/README.md
^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: gajim: update to 1.9.4.
2024-09-19 19:37 [PR PATCH] Gajim 1.9.4 lissine0
2024-09-19 21:14 ` [PR PATCH] [Updated] gajim: update to 1.9.4 lissine0
2024-09-19 21:57 ` lissine0
@ 2024-09-19 22:38 ` lissine0
2024-09-21 16:34 ` Emru1
` (22 subsequent siblings)
25 siblings, 0 replies; 27+ messages in thread
From: lissine0 @ 2024-09-19 22:38 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 2126 bytes --]
New comment by lissine0 on void-packages repository
https://github.com/void-linux/void-packages/pull/52279#issuecomment-2362321309
Comment:
Here's the test error:
```
=> gajim-1.9.4_1: installing host dependencies: gettext-0.22.5_1 python3-wheel-0.44.0_1 python3-build-1.2.2_1 python3-installer-0.7.0_2 farstream-0.2.9_4 gsound-1.0.3_1 gst-libav-1.24.6_1 gst-plugins-base1-1.24.6_1 gst-plugins-ugly1-1.24.6_1 gtksourceview4-4.8.4_1 libnm-1.48.10_1 libsecret-0.21.4_1 libsoup3-3.4.2_1 python3-Pillow-10.4.0_1 python3-SQLAlchemy2-2.0.23_1 python3-cairo-1.26.0_1 python3-css-parser-1.0.8_2 python3-dbus-1.3.2_2 python3-distro-1.9.0_1 python3-emoji-2.7.0_2 python3-gobject-3.48.2_1 python3-jeepney-0.8.0_3 python3-keyring-25.2.1_1 python3-nbxmpp-5.0.4_1 python3-netifaces-0.11.0_5 python3-omemo-dr-1.0.0_2 python3-openssl-24.2.1_1 python3-packaging-24.1_1 python3-precis-i18n-1.1.0_1 python3-pyasn1-0.5.1_1 python3-qrcode-7.4.2_1 python3-setuptools-75.1.0_1 python3-setuptools-75.1.0_1 python3-packaging-24.1_1 ...
=> gajim-1.9.4_1: running do-fetch hook: 00-distfiles ...
=> gajim-1.9.4_1: running do-extract hook: 00-distfiles ...
=> gajim-1.9.4_1: extracting distfile(s), please wait...
=> gajim-1.9.4_1: running do-patch hook: 00-patches ...
=> gajim-1.9.4_1: running pre-configure hook: 00-gnu-configure-asneeded ...
=> gajim-1.9.4_1: running pre-configure hook: 01-override-config ...
=> gajim-1.9.4_1: running pre-configure hook: 02-script-wrapper ...
=> gajim-1.9.4_1: running pre-build hook: 02-script-wrapper ...
=> gajim-1.9.4_1: running do_build ...
* Getting build dependencies for wheel...
Traceback (most recent call last):
File "/usr/lib/python3.12/site-packages/pyproject_hooks/_impl.py", line 402, in _call_hook
raise BackendUnavailable(
pyproject_hooks._impl.BackendUnavailable: Cannot import 'setuptools.build_meta'
ERROR Backend 'setuptools.build_meta' is not available.
=> ERROR: gajim-1.9.4_1: do_build: 'python3 -m build --no-isolation --wheel ${make_build_args} ${make_build_target}' exited with 1
=> ERROR: in do_build() at common/build-style/python3-pep517.sh:17
```
^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: gajim: update to 1.9.4.
2024-09-19 19:37 [PR PATCH] Gajim 1.9.4 lissine0
` (2 preceding siblings ...)
2024-09-19 22:38 ` lissine0
@ 2024-09-21 16:34 ` Emru1
2024-09-21 18:17 ` Emru1
` (21 subsequent siblings)
25 siblings, 0 replies; 27+ messages in thread
From: Emru1 @ 2024-09-21 16:34 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 198 bytes --]
New comment by Emru1 on void-packages repository
https://github.com/void-linux/void-packages/pull/52279#issuecomment-2365246538
Comment:
thanks @lissine0 I'll check this out and try to solve this
^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: gajim: update to 1.9.4.
2024-09-19 19:37 [PR PATCH] Gajim 1.9.4 lissine0
` (3 preceding siblings ...)
2024-09-21 16:34 ` Emru1
@ 2024-09-21 18:17 ` Emru1
2024-09-21 19:38 ` lissine0
` (20 subsequent siblings)
25 siblings, 0 replies; 27+ messages in thread
From: Emru1 @ 2024-09-21 18:17 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/52279#issuecomment-2365276152
Comment:
Looks like it's build environment problem, not gajim itself
I've tried to build 1.9.3, but it also fails
^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: gajim: update to 1.9.4.
2024-09-19 19:37 [PR PATCH] Gajim 1.9.4 lissine0
` (4 preceding siblings ...)
2024-09-21 18:17 ` Emru1
@ 2024-09-21 19:38 ` lissine0
2024-09-21 19:39 ` lissine0
` (19 subsequent siblings)
25 siblings, 0 replies; 27+ messages in thread
From: lissine0 @ 2024-09-21 19:38 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 217 bytes --]
New comment by lissine0 on void-packages repository
https://github.com/void-linux/void-packages/pull/52279#issuecomment-2365299226
Comment:
Maybe this is related? https://dev.gajim.org/gajim/gajim/-/commit/da319289
^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: gajim: update to 1.9.4.
2024-09-19 19:37 [PR PATCH] Gajim 1.9.4 lissine0
` (5 preceding siblings ...)
2024-09-21 19:38 ` lissine0
@ 2024-09-21 19:39 ` lissine0
2024-09-21 19:40 ` lissine0
` (18 subsequent siblings)
25 siblings, 0 replies; 27+ messages in thread
From: lissine0 @ 2024-09-21 19:39 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 258 bytes --]
New comment by lissine0 on void-packages repository
https://github.com/void-linux/void-packages/pull/52279#issuecomment-2365299226
Comment:
Maybe this is related? https://dev.gajim.org/gajim/gajim/-/commit/da319289
(The commit is after the 1.9.4 release)
^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: gajim: update to 1.9.4.
2024-09-19 19:37 [PR PATCH] Gajim 1.9.4 lissine0
` (6 preceding siblings ...)
2024-09-21 19:39 ` lissine0
@ 2024-09-21 19:40 ` lissine0
2024-09-21 19:46 ` lissine0
` (17 subsequent siblings)
25 siblings, 0 replies; 27+ messages in thread
From: lissine0 @ 2024-09-21 19:40 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 277 bytes --]
New comment by lissine0 on void-packages repository
https://github.com/void-linux/void-packages/pull/52279#issuecomment-2365299226
Comment:
It's unlikely, but maybe this is related? https://dev.gajim.org/gajim/gajim/-/commit/da319289
(The commit is after the 1.9.4 release)
^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: gajim: update to 1.9.4.
2024-09-19 19:37 [PR PATCH] Gajim 1.9.4 lissine0
` (7 preceding siblings ...)
2024-09-21 19:40 ` lissine0
@ 2024-09-21 19:46 ` lissine0
2024-09-23 8:24 ` Emru1
` (16 subsequent siblings)
25 siblings, 0 replies; 27+ messages in thread
From: lissine0 @ 2024-09-21 19:46 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 281 bytes --]
New comment by lissine0 on void-packages repository
https://github.com/void-linux/void-packages/pull/52279#issuecomment-2365299226
Comment:
~~It's unlikely, but maybe this is related? https://dev.gajim.org/gajim/gajim/-/commit/da319289
(The commit is after the 1.9.4 release)~~
^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: gajim: update to 1.9.4.
2024-09-19 19:37 [PR PATCH] Gajim 1.9.4 lissine0
` (8 preceding siblings ...)
2024-09-21 19:46 ` lissine0
@ 2024-09-23 8:24 ` Emru1
2024-09-23 8:46 ` Emru1
` (15 subsequent siblings)
25 siblings, 0 replies; 27+ messages in thread
From: Emru1 @ 2024-09-23 8:24 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 2253 bytes --]
New comment by Emru1 on void-packages repository
https://github.com/void-linux/void-packages/pull/52279#issuecomment-2367533235
Comment:
in chroot
```
$ python3 -m build --no-isolation --wheel
* Getting build dependencies for wheel...
Traceback (most recent call last):
File "/usr/lib/python3.12/site-packages/pyproject_hooks/_impl.py", line 402, in _call_hook
raise BackendUnavailable(
pyproject_hooks._impl.BackendUnavailable: Cannot import 'setuptools.build_meta'
ERROR Backend 'setuptools.build_meta' is not available.
```
```
$ python
>>> import setuptools.build_meta
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/python3.12/site-packages/setuptools/__init__.py", line 22, in <module>
import _distutils_hack.override # noqa: F401
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/site-packages/_distutils_hack/override.py", line 1, in <module>
__import__('_distutils_hack').do_override()
File "/usr/lib/python3.12/site-packages/_distutils_hack/__init__.py", line 90, in do_override
ensure_local_distutils()
File "/usr/lib/python3.12/site-packages/_distutils_hack/__init__.py", line 76, in ensure_local_distutils
core = importlib.import_module('distutils.core')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/importlib/__init__.py", line 90, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/site-packages/setuptools/_distutils/core.py", line 13, in <module>
from .cmd import Command
File "/usr/lib/python3.12/site-packages/setuptools/_distutils/cmd.py", line 12, in <module>
from . import _modified, archive_util, dir_util, file_util, util
File "/usr/lib/python3.12/site-packages/setuptools/_distutils/_modified.py", line 6, in <module>
from jaraco.functools import splat
ImportError: cannot import name 'splat' from 'jaraco.functools' (/usr/lib/python3.12/site-packages/jaraco/functools.py)
```
`python3-setuptools` and `python3-jaraco.functools` are installed. When I import this module on my normal void setup, it's working without trouble.
^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: gajim: update to 1.9.4.
2024-09-19 19:37 [PR PATCH] Gajim 1.9.4 lissine0
` (9 preceding siblings ...)
2024-09-23 8:24 ` Emru1
@ 2024-09-23 8:46 ` Emru1
2024-09-23 9:34 ` Emru1
` (14 subsequent siblings)
25 siblings, 0 replies; 27+ messages in thread
From: Emru1 @ 2024-09-23 8:46 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 200 bytes --]
New comment by Emru1 on void-packages repository
https://github.com/void-linux/void-packages/pull/52279#issuecomment-2367581423
Comment:
needs https://github.com/void-linux/void-packages/pull/52315
^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: gajim: update to 1.9.4.
2024-09-19 19:37 [PR PATCH] Gajim 1.9.4 lissine0
` (10 preceding siblings ...)
2024-09-23 8:46 ` Emru1
@ 2024-09-23 9:34 ` Emru1
2024-09-25 13:27 ` Emru1
` (13 subsequent siblings)
25 siblings, 0 replies; 27+ messages in thread
From: Emru1 @ 2024-09-23 9:34 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 200 bytes --]
New comment by Emru1 on void-packages repository
https://github.com/void-linux/void-packages/pull/52279#issuecomment-2367581423
Comment:
needs https://github.com/void-linux/void-packages/pull/52316
^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: gajim: update to 1.9.4.
2024-09-19 19:37 [PR PATCH] Gajim 1.9.4 lissine0
` (11 preceding siblings ...)
2024-09-23 9:34 ` Emru1
@ 2024-09-25 13:27 ` Emru1
2024-09-25 14:44 ` [PR PATCH] [Updated] " lissine0
` (12 subsequent siblings)
25 siblings, 0 replies; 27+ messages in thread
From: Emru1 @ 2024-09-25 13:27 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 192 bytes --]
New comment by Emru1 on void-packages repository
https://github.com/void-linux/void-packages/pull/52279#issuecomment-2374088814
Comment:
It should pass check now.
Please rebase to `master`
^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: [PR PATCH] [Updated] gajim: update to 1.9.4.
2024-09-19 19:37 [PR PATCH] Gajim 1.9.4 lissine0
` (12 preceding siblings ...)
2024-09-25 13:27 ` Emru1
@ 2024-09-25 14:44 ` lissine0
2024-09-25 14:50 ` lissine0
` (11 subsequent siblings)
25 siblings, 0 replies; 27+ messages in thread
From: lissine0 @ 2024-09-25 14:44 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 789 bytes --]
There is an updated pull request by lissine0 against master on the void-packages repository
https://github.com/lissine0/void-packages gajim-1.9.4
https://github.com/void-linux/void-packages/pull/52279
gajim: update to 1.9.4.
* **python3-nbxmpp: update to 5.0.4.**
* **gajim: update to 1.9.4.**
#### 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 -->
Note: this PR depends on https://github.com/void-linux/void-packages/pull/52316 (and possibly https://github.com/void-linux/void-packages/pull/52315 as well)
A patch file from https://github.com/void-linux/void-packages/pull/52279.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gajim-1.9.4-52279.patch --]
[-- Type: text/x-diff, Size: 3642 bytes --]
From 866ddfa9563c9ad970d0a4b8431b54532f3812f6 Mon Sep 17 00:00:00 2001
From: lissine <lissine@ellini.org>
Date: Thu, 19 Sep 2024 20:25:36 +0100
Subject: [PATCH 1/2] python3-nbxmpp: update to 5.0.4.
---
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 4d859a2bbb2e61..8c051c324a4b92 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.3
+version=5.0.4
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=fcfc58a78ba33dd0f7517d27becd4db6c10203202e540dad9764e41f685b9feb
+checksum=166ea10ff643dae7911b764393d3baf5298062b431d48ac67a439436c861d611
do_check() {
coverage run --source=nbxmpp -m unittest discover -v
From a08a1e604490c8425713b52d3f1ebce3b0b1f4ef Mon Sep 17 00:00:00 2001
From: lissine <lissine@ellini.org>
Date: Thu, 19 Sep 2024 20:26:33 +0100
Subject: [PATCH 2/2] gajim: update to 1.9.4.
Remove the patch as it's not needed anymore, since the failing test is
now disabled upstream.
---
srcpkgs/gajim/patches/remove_broken_test.patch | 15 ---------------
srcpkgs/gajim/template | 8 ++++----
2 files changed, 4 insertions(+), 19 deletions(-)
delete mode 100644 srcpkgs/gajim/patches/remove_broken_test.patch
diff --git a/srcpkgs/gajim/patches/remove_broken_test.patch b/srcpkgs/gajim/patches/remove_broken_test.patch
deleted file mode 100644
index 5b11e87cfebf63..00000000000000
--- a/srcpkgs/gajim/patches/remove_broken_test.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- a/test/gui/test_util.py 2024-06-10 10:03:49.000000000 +0200
-+++ b/test/gui/test_util.py 2024-06-11 16:15:31.000273954 +0200
-@@ -57,9 +57,9 @@
- # returns 'c', not 'ch'.
-
- # In most locales (say, any western one):
-- devanagari_kshi = '\u0915\u094D' + devanagari_ssi
-- self.assertEqual(
-- get_first_grapheme(devanagari_kshi), '\u0915\u094D', 'क्षि -> क् ')
-+ # devanagari_kshi = '\u0915\u094D' + devanagari_ssi
-+ # self.assertEqual(
-+ # get_first_grapheme(devanagari_kshi), '\u0915\u094D', 'क्षि -> क् ')
- # This probably won't fail on *any* locale, ever, again because the
- # implementation doesn't seem locale-specific.
-
diff --git a/srcpkgs/gajim/template b/srcpkgs/gajim/template
index 7a2a8fdc63042d..710419ca59ec02 100644
--- a/srcpkgs/gajim/template
+++ b/srcpkgs/gajim/template
@@ -1,6 +1,6 @@
# Template file for 'gajim'
pkgname=gajim
-version=1.9.3
+version=1.9.4
revision=1
build_style=python3-pep517
hostmakedepends="gettext python3-wheel"
@@ -18,14 +18,14 @@ 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=4f15b2503a01bec70a6b6a203eb165ccb0b6abee513323270223a941da453f83
+checksum=649cf4ac65d096097ced9d5189521ae86554ba390370a1ffe9fdd175947f956c
post_build() {
- ./pep517build/build_metadata.py -o dist/metadata
+ ./make.py build --dist=unix
}
post_install() {
- ./pep517build/install_metadata.py dist/metadata --prefix=$DESTDIR/usr
+ ./make.py install --dist=unix
vdoc "${FILESDIR}/README.voidlinux"
}
^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: gajim: update to 1.9.4.
2024-09-19 19:37 [PR PATCH] Gajim 1.9.4 lissine0
` (13 preceding siblings ...)
2024-09-25 14:44 ` [PR PATCH] [Updated] " lissine0
@ 2024-09-25 14:50 ` lissine0
2024-09-25 15:06 ` Emru1
` (10 subsequent siblings)
25 siblings, 0 replies; 27+ messages in thread
From: lissine0 @ 2024-09-25 14:50 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 192 bytes --]
New comment by lissine0 on void-packages repository
https://github.com/void-linux/void-packages/pull/52279#issuecomment-2374322778
Comment:
Now checks are failing for glibc flavored builds
^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: gajim: update to 1.9.4.
2024-09-19 19:37 [PR PATCH] Gajim 1.9.4 lissine0
` (14 preceding siblings ...)
2024-09-25 14:50 ` lissine0
@ 2024-09-25 15:06 ` Emru1
2024-10-02 18:57 ` [PR REVIEW] " AnInternetTroll
` (9 subsequent siblings)
25 siblings, 0 replies; 27+ messages in thread
From: Emru1 @ 2024-09-25 15:06 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 185 bytes --]
New comment by Emru1 on void-packages repository
https://github.com/void-linux/void-packages/pull/52279#issuecomment-2374365025
Comment:
that's because repository broke down, I think
^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: [PR REVIEW] gajim: update to 1.9.4.
2024-09-19 19:37 [PR PATCH] Gajim 1.9.4 lissine0
` (15 preceding siblings ...)
2024-09-25 15:06 ` Emru1
@ 2024-10-02 18:57 ` AnInternetTroll
2024-10-02 18:57 ` AnInternetTroll
` (8 subsequent siblings)
25 siblings, 0 replies; 27+ messages in thread
From: AnInternetTroll @ 2024-10-02 18:57 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 342 bytes --]
New review comment by AnInternetTroll on void-packages repository
https://github.com/void-linux/void-packages/pull/52279#discussion_r1785089053
Comment:
Consider adding a prefix to install icons, desktop, man pages whatever else upstream may want to in the future
```suggestion
./make.py build --dist=unix --prefix "${DESTDIR}/usr"
```
^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: [PR REVIEW] gajim: update to 1.9.4.
2024-09-19 19:37 [PR PATCH] Gajim 1.9.4 lissine0
` (16 preceding siblings ...)
2024-10-02 18:57 ` [PR REVIEW] " AnInternetTroll
@ 2024-10-02 18:57 ` AnInternetTroll
2024-10-02 18:57 ` AnInternetTroll
` (7 subsequent siblings)
25 siblings, 0 replies; 27+ messages in thread
From: AnInternetTroll @ 2024-10-02 18:57 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 342 bytes --]
New review comment by AnInternetTroll on void-packages repository
https://github.com/void-linux/void-packages/pull/52279#discussion_r1785089053
Comment:
Consider adding a prefix to install icons, desktop, man pages whatever else upstream may want to in the future
```suggestion
./make.py build --dist=unix --prefix "${DESTDIR}/usr"
```
^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: [PR REVIEW] gajim: update to 1.9.4.
2024-09-19 19:37 [PR PATCH] Gajim 1.9.4 lissine0
` (17 preceding siblings ...)
2024-10-02 18:57 ` AnInternetTroll
@ 2024-10-02 18:57 ` AnInternetTroll
2024-10-02 19:02 ` AnInternetTroll
` (6 subsequent siblings)
25 siblings, 0 replies; 27+ messages in thread
From: AnInternetTroll @ 2024-10-02 18:57 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 344 bytes --]
New review comment by AnInternetTroll on void-packages repository
https://github.com/void-linux/void-packages/pull/52279#discussion_r1785089843
Comment:
Consider adding a prefix to install icons, desktop, man pages whatever else upstream may want to in the future
```suggestion
./make.py install --dist=unix --prefix "${DESTDIR}/usr"
```
^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: gajim: update to 1.9.4.
2024-09-19 19:37 [PR PATCH] Gajim 1.9.4 lissine0
` (18 preceding siblings ...)
2024-10-02 18:57 ` AnInternetTroll
@ 2024-10-02 19:02 ` AnInternetTroll
2024-10-02 19:56 ` Emru1
` (5 subsequent siblings)
25 siblings, 0 replies; 27+ messages in thread
From: AnInternetTroll @ 2024-10-02 19:02 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 257 bytes --]
New comment by AnInternetTroll on void-packages repository
https://github.com/void-linux/void-packages/pull/52279#issuecomment-2389477781
Comment:
I kinda skipped to 1.9.5 and that works just fine for me. It might be a good idea to update this PR as well
^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: gajim: update to 1.9.4.
2024-09-19 19:37 [PR PATCH] Gajim 1.9.4 lissine0
` (19 preceding siblings ...)
2024-10-02 19:02 ` AnInternetTroll
@ 2024-10-02 19:56 ` Emru1
2024-10-02 20:05 ` [PR PATCH] [Updated] " lissine0
` (4 subsequent siblings)
25 siblings, 0 replies; 27+ messages in thread
From: Emru1 @ 2024-10-02 19:56 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 163 bytes --]
New comment by Emru1 on void-packages repository
https://github.com/void-linux/void-packages/pull/52279#issuecomment-2389564143
Comment:
update to 1.9.5, please
^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: [PR PATCH] [Updated] gajim: update to 1.9.4.
2024-09-19 19:37 [PR PATCH] Gajim 1.9.4 lissine0
` (20 preceding siblings ...)
2024-10-02 19:56 ` Emru1
@ 2024-10-02 20:05 ` lissine0
2024-10-02 20:06 ` [PR REVIEW] " lissine0
` (3 subsequent siblings)
25 siblings, 0 replies; 27+ messages in thread
From: lissine0 @ 2024-10-02 20:05 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 789 bytes --]
There is an updated pull request by lissine0 against master on the void-packages repository
https://github.com/lissine0/void-packages gajim-1.9.4
https://github.com/void-linux/void-packages/pull/52279
gajim: update to 1.9.4.
* **python3-nbxmpp: update to 5.0.4.**
* **gajim: update to 1.9.4.**
#### 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 -->
Note: this PR depends on https://github.com/void-linux/void-packages/pull/52316 (and possibly https://github.com/void-linux/void-packages/pull/52315 as well)
A patch file from https://github.com/void-linux/void-packages/pull/52279.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gajim-1.9.4-52279.patch --]
[-- Type: text/x-diff, Size: 3664 bytes --]
From 866ddfa9563c9ad970d0a4b8431b54532f3812f6 Mon Sep 17 00:00:00 2001
From: lissine <lissine@ellini.org>
Date: Thu, 19 Sep 2024 20:25:36 +0100
Subject: [PATCH 1/2] python3-nbxmpp: update to 5.0.4.
---
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 4d859a2bbb2e61..8c051c324a4b92 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.3
+version=5.0.4
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=fcfc58a78ba33dd0f7517d27becd4db6c10203202e540dad9764e41f685b9feb
+checksum=166ea10ff643dae7911b764393d3baf5298062b431d48ac67a439436c861d611
do_check() {
coverage run --source=nbxmpp -m unittest discover -v
From 065c5f72b9fefbad25308559d249df7cd196e077 Mon Sep 17 00:00:00 2001
From: lissine <lissine@ellini.org>
Date: Thu, 19 Sep 2024 20:26:33 +0100
Subject: [PATCH 2/2] gajim: update to 1.9.5.
Remove the patch as it's not needed anymore, since the failing test is
now disabled upstream.
---
srcpkgs/gajim/patches/remove_broken_test.patch | 15 ---------------
srcpkgs/gajim/template | 8 ++++----
2 files changed, 4 insertions(+), 19 deletions(-)
delete mode 100644 srcpkgs/gajim/patches/remove_broken_test.patch
diff --git a/srcpkgs/gajim/patches/remove_broken_test.patch b/srcpkgs/gajim/patches/remove_broken_test.patch
deleted file mode 100644
index 5b11e87cfebf63..00000000000000
--- a/srcpkgs/gajim/patches/remove_broken_test.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- a/test/gui/test_util.py 2024-06-10 10:03:49.000000000 +0200
-+++ b/test/gui/test_util.py 2024-06-11 16:15:31.000273954 +0200
-@@ -57,9 +57,9 @@
- # returns 'c', not 'ch'.
-
- # In most locales (say, any western one):
-- devanagari_kshi = '\u0915\u094D' + devanagari_ssi
-- self.assertEqual(
-- get_first_grapheme(devanagari_kshi), '\u0915\u094D', 'क्षि -> क् ')
-+ # devanagari_kshi = '\u0915\u094D' + devanagari_ssi
-+ # self.assertEqual(
-+ # get_first_grapheme(devanagari_kshi), '\u0915\u094D', 'क्षि -> क् ')
- # This probably won't fail on *any* locale, ever, again because the
- # implementation doesn't seem locale-specific.
-
diff --git a/srcpkgs/gajim/template b/srcpkgs/gajim/template
index 7a2a8fdc63042d..9c64fa60710c18 100644
--- a/srcpkgs/gajim/template
+++ b/srcpkgs/gajim/template
@@ -1,6 +1,6 @@
# Template file for 'gajim'
pkgname=gajim
-version=1.9.3
+version=1.9.5
revision=1
build_style=python3-pep517
hostmakedepends="gettext python3-wheel"
@@ -18,14 +18,14 @@ 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=4f15b2503a01bec70a6b6a203eb165ccb0b6abee513323270223a941da453f83
+checksum=7fdf4db0eb16a7ebc679c2360f145f64e0abcff0f16913c45f92c8eb8d87563c
post_build() {
- ./pep517build/build_metadata.py -o dist/metadata
+ ./make.py build --dist=unix
}
post_install() {
- ./pep517build/install_metadata.py dist/metadata --prefix=$DESTDIR/usr
+ ./make.py install --dist=unix --prefix=$DESTDIR/usr
vdoc "${FILESDIR}/README.voidlinux"
}
^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: [PR REVIEW] gajim: update to 1.9.4.
2024-09-19 19:37 [PR PATCH] Gajim 1.9.4 lissine0
` (21 preceding siblings ...)
2024-10-02 20:05 ` [PR PATCH] [Updated] " lissine0
@ 2024-10-02 20:06 ` lissine0
2024-10-02 20:43 ` gajim: update to 1.9.5 lissine0
` (2 subsequent siblings)
25 siblings, 0 replies; 27+ messages in thread
From: lissine0 @ 2024-10-02 20:06 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 169 bytes --]
New review comment by lissine0 on void-packages repository
https://github.com/void-linux/void-packages/pull/52279#discussion_r1785161735
Comment:
Thanks for the hint!
^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: gajim: update to 1.9.5.
2024-09-19 19:37 [PR PATCH] Gajim 1.9.4 lissine0
` (22 preceding siblings ...)
2024-10-02 20:06 ` [PR REVIEW] " lissine0
@ 2024-10-02 20:43 ` lissine0
2024-10-03 7:52 ` Emru1
2024-10-07 3:20 ` [PR PATCH] [Merged]: " classabbyamp
25 siblings, 0 replies; 27+ messages in thread
From: lissine0 @ 2024-10-02 20:43 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 347 bytes --]
New comment by lissine0 on void-packages repository
https://github.com/void-linux/void-packages/pull/52279#issuecomment-2389663235
Comment:
@classabbyamp This (relatively-old) PR is ready for merging now.
Please take a look at it when you get the chance.
I tested it on my native architecture (x86_64-glibc) and the package works as expected.
^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: gajim: update to 1.9.5.
2024-09-19 19:37 [PR PATCH] Gajim 1.9.4 lissine0
` (23 preceding siblings ...)
2024-10-02 20:43 ` gajim: update to 1.9.5 lissine0
@ 2024-10-03 7:52 ` Emru1
2024-10-07 3:20 ` [PR PATCH] [Merged]: " classabbyamp
25 siblings, 0 replies; 27+ messages in thread
From: Emru1 @ 2024-10-03 7:52 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 155 bytes --]
New comment by Emru1 on void-packages repository
https://github.com/void-linux/void-packages/pull/52279#issuecomment-2390754460
Comment:
works for me :)
^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: [PR PATCH] [Merged]: gajim: update to 1.9.5.
2024-09-19 19:37 [PR PATCH] Gajim 1.9.4 lissine0
` (24 preceding siblings ...)
2024-10-03 7:52 ` Emru1
@ 2024-10-07 3:20 ` classabbyamp
25 siblings, 0 replies; 27+ messages in thread
From: classabbyamp @ 2024-10-07 3:20 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 627 bytes --]
There's a merged pull request on the void-packages repository
gajim: update to 1.9.5.
https://github.com/void-linux/void-packages/pull/52279
Description:
* **python3-nbxmpp: update to 5.0.4.**
* **gajim: update to 1.9.5.**
#### 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 -->
Note: this PR depends on https://github.com/void-linux/void-packages/pull/52316 (and possibly https://github.com/void-linux/void-packages/pull/52315 as well)
^ permalink raw reply [flat|nested] 27+ messages in thread
end of thread, other threads:[~2024-10-07 3:20 UTC | newest]
Thread overview: 27+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-09-19 19:37 [PR PATCH] Gajim 1.9.4 lissine0
2024-09-19 21:14 ` [PR PATCH] [Updated] gajim: update to 1.9.4 lissine0
2024-09-19 21:57 ` lissine0
2024-09-19 22:38 ` lissine0
2024-09-21 16:34 ` Emru1
2024-09-21 18:17 ` Emru1
2024-09-21 19:38 ` lissine0
2024-09-21 19:39 ` lissine0
2024-09-21 19:40 ` lissine0
2024-09-21 19:46 ` lissine0
2024-09-23 8:24 ` Emru1
2024-09-23 8:46 ` Emru1
2024-09-23 9:34 ` Emru1
2024-09-25 13:27 ` Emru1
2024-09-25 14:44 ` [PR PATCH] [Updated] " lissine0
2024-09-25 14:50 ` lissine0
2024-09-25 15:06 ` Emru1
2024-10-02 18:57 ` [PR REVIEW] " AnInternetTroll
2024-10-02 18:57 ` AnInternetTroll
2024-10-02 18:57 ` AnInternetTroll
2024-10-02 19:02 ` AnInternetTroll
2024-10-02 19:56 ` Emru1
2024-10-02 20:05 ` [PR PATCH] [Updated] " lissine0
2024-10-02 20:06 ` [PR REVIEW] " lissine0
2024-10-02 20:43 ` gajim: update to 1.9.5 lissine0
2024-10-03 7:52 ` Emru1
2024-10-07 3:20 ` [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).