From: teldra <teldra@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] Update gajim, python3-nbxmpp, gajim-omemo
Date: Thu, 14 Jul 2022 14:31:08 +0200 [thread overview]
Message-ID: <20220714123108.-xGZCpiWpQueEen3VwirbCF6svIg6XI_vjvA2hv5XRE@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-37181@inbox.vuxu.org>
[-- Attachment #1: Type: text/plain, Size: 1255 bytes --]
There is an updated pull request by teldra against master on the void-packages repository
https://github.com/teldra/void-packages update-gajim
https://github.com/void-linux/void-packages/pull/37181
Update gajim, python3-nbxmpp, gajim-omemo
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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/37181.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update-gajim-37181.patch --]
[-- Type: text/x-diff, Size: 4468 bytes --]
From f4d956afab3d55515638ab4a2ed26aee344b7807 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Wed, 18 May 2022 11:55:06 +0200
Subject: [PATCH 1/3] python3-nbxmpp: update to 3.1.0.
---
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 e1ea0667bb57..bce9f883831f 100644
--- a/srcpkgs/python3-nbxmpp/template
+++ b/srcpkgs/python3-nbxmpp/template
@@ -1,6 +1,6 @@
# Template file for 'python3-nbxmpp'
pkgname=python3-nbxmpp
-version=2.0.4
+version=3.1.0
revision=1
wrksrc="${pkgname#*-}-${version}"
build_style=python3-module
@@ -13,7 +13,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=2cc967808fe73d01adee59c084d17bf5f1d27e33e98ed4f2467a1e7c638457e8
+checksum=d236a76500142f445ba03b42a4e76deea5a688646d1c3be1f1d185fc40026230
do_check() {
coverage run --source=nbxmpp -m unittest discover -v
From c19b63a40fdb46f502b45eb87d9ce34be7605fb8 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Wed, 18 May 2022 11:55:15 +0200
Subject: [PATCH 2/3] gajim: update to 1.4.6.
---
srcpkgs/gajim/template | 24 ++++++++++++++----------
1 file changed, 14 insertions(+), 10 deletions(-)
diff --git a/srcpkgs/gajim/template b/srcpkgs/gajim/template
index ff3278df8e66..ee668fde5f08 100644
--- a/srcpkgs/gajim/template
+++ b/srcpkgs/gajim/template
@@ -1,24 +1,28 @@
# Template file for 'gajim'
pkgname=gajim
-version=1.3.3
+version=1.4.6
revision=1
-wrksrc="gajim-gajim-${version}"
build_style=python3-module
hostmakedepends="gettext python3-setuptools"
-depends="python3-gobject python3-nbxmpp python3-setuptools python3-Pillow
- python3-cairo python3-precis-i18n python3-keyring python3-packaging
- python3-css-parser farstream python3-dbus python3-openssl"
+depends="python3-gobject python3-setuptools python3-Pillow
+ python3-cairo python3-dbus libsecret gupnp-igd gsound geoclue2 libnm
+ python3-nbxmpp python3-openssl python3-css-parser python3-keyring
+ python3-precis-i18n python3-packaging python3-setuptools python3-distro
+ python3-netifaces python3-pyasn1 libsoup farstream gst-plugins-base1
+ gst-plugins-ugly1 gst-libav gtksourceview4"
+checkdepends="${depends}"
short_desc="Full featured Jabber/XMPP client"
maintainer="teldra <teldra@rotce.de>"
license="GPL-3.0-only"
homepage="https://www.gajim.org"
-changelog="https://dev.gajim.org/gajim/gajim/raw/gajim-${version}/ChangeLog"
+changelog="https://dev.gajim.org/gajim/gajim/-/raw/master/ChangeLog"
distfiles="https://gajim.org/downloads/${version%.*}/gajim-${version}.tar.gz"
-checksum=ddbcbe6aaf36c238e0ca7503034ed0870a5b059a96e9a4f973409ecdeec4678c
-# Does not find gdk, introspection typelib
-# even wtih gdk-pixbuf in checkdepends
-make_check=no
+checksum=8a267636feafa2aebbf8e276ea193edc941229ebf1f6d8bcb3a0eb79202c424f
post_install() {
vdoc "${FILESDIR}/README.voidlinux"
}
+
+do_check() {
+ python -m unittest discover -s test
+}
From d39e0194c5d0263656d5d929d041b48df336c124 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Thu, 14 Jul 2022 14:28:53 +0200
Subject: [PATCH 3/3] gajim-omemo: update to 2.8.13.
---
srcpkgs/gajim-omemo/template | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/srcpkgs/gajim-omemo/template b/srcpkgs/gajim-omemo/template
index 531f7be7545d..7b696ecfbb08 100644
--- a/srcpkgs/gajim-omemo/template
+++ b/srcpkgs/gajim-omemo/template
@@ -1,7 +1,7 @@
# Template file for 'gajim-omemo'
pkgname=gajim-omemo
-version=2.7.15
-revision=2
+version=2.8.13
+revision=1
wrksrc="omemo"
hostmakedepends="unzip"
depends="python3 python3-setuptools python3-cryptography python3-axolotl
@@ -11,11 +11,9 @@ maintainer="Urs Schulz <voidpkgs@ursschulz.de>"
license="GPL-3.0-or-later"
homepage="https://dev.gajim.org/gajim/gajim-plugins/wikis/OmemoGajimPlugin"
distfiles="https://ftp.gajim.org/plugins_releases/${pkgname#gajim-}_${version}.zip"
-checksum=7e8435125a4b566402e2531f4e73ab60647b2f88fb65d8da2955dfb1e3befede
-
+checksum=6dc965f817dd86c5ad0b6650cb334c17dbd6433280617d2935f13aba974ad583
do_install() {
- rm CHANGELOG COPYING
install -d "${DESTDIR}/${py3_sitelib}/gajim/data/plugins/${pkgname#gajim-}"
cp -r * "${DESTDIR}/${py3_sitelib}/gajim/data/plugins/${pkgname#gajim-}"
}
next prev parent reply other threads:[~2022-07-14 12:31 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-05-18 10:35 [PR PATCH] Update gajim and python3-nbxmpp teldra
2022-05-18 10:39 ` [PR PATCH] [Updated] " teldra
2022-05-20 14:27 ` dexgs
2022-05-21 16:02 ` [PR REVIEW] " ericonr
2022-05-21 16:03 ` ericonr
2022-05-24 19:05 ` dexgs
2022-05-24 19:06 ` dexgs
2022-05-28 20:51 ` dexgs
2022-05-28 20:51 ` dexgs
2022-05-31 14:35 ` [PR PATCH] [Updated] " teldra
2022-05-31 14:38 ` teldra
2022-05-31 14:38 ` teldra
2022-05-31 14:40 ` teldra
2022-05-31 16:29 ` [PR REVIEW] " teldra
2022-05-31 17:18 ` [PR PATCH] [Updated] " teldra
2022-05-31 17:19 ` teldra
2022-06-01 20:04 ` teldra
2022-07-01 5:55 ` classabbyamp
2022-07-14 12:29 ` [PR PATCH] [Updated] " teldra
2022-07-14 12:31 ` teldra [this message]
2022-07-28 19:29 ` [PR PATCH] [Updated] Update gajim, python3-nbxmpp, gajim-omemo teldra
2022-07-28 19:38 ` teldra
2022-07-28 20:24 ` teldra
2022-07-28 21:35 ` [PR PATCH] [Merged]: " classabbyamp
2022-07-29 2:44 ` [PR REVIEW] " CameronNemo
2022-07-29 7:34 ` teldra
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220714123108.-xGZCpiWpQueEen3VwirbCF6svIg6XI_vjvA2hv5XRE@z \
--to=teldra@users.noreply.github.com \
--cc=ml@inbox.vuxu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).