From: teldra <teldra@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] Update gajim and python3-nbxmpp
Date: Tue, 31 May 2022 16:35:15 +0200 [thread overview]
Message-ID: <20220531143515.0nZ8RzivuF3hkeKERFRXB39K0yn5zWC5EVg_0jtmKn4@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: 1245 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 and python3-nbxmpp
<!-- 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: 3094 bytes --]
From 78f01ad5a1260149707a033db69e07aced4371b8 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Wed, 18 May 2022 11:55:06 +0200
Subject: [PATCH 1/2] python3-nbxmpp: update to 3.0.1.
---
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..ce234a533df2 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.0.1
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=006348aab915eba0b50d542664eb464b8e96afcc8d8476a8a5478a53e7e56756
do_check() {
coverage run --source=nbxmpp -m unittest discover -v
From d48ce33dd0fdf72dfb41edf6e01f4d8175c2fe26 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Wed, 18 May 2022 11:55:15 +0200
Subject: [PATCH 2/2] gajim: update to 1.4.0.
---
srcpkgs/gajim/template | 23 +++++++++++++----------
1 file changed, 13 insertions(+), 10 deletions(-)
diff --git a/srcpkgs/gajim/template b/srcpkgs/gajim/template
index ff3278df8e66..0040faaecd43 100644
--- a/srcpkgs/gajim/template
+++ b/srcpkgs/gajim/template
@@ -1,24 +1,27 @@
# Template file for 'gajim'
pkgname=gajim
-version=1.3.3
+version=1.4.2
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 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=5f05c4ed4e2d7325e199920064478b0cb263d04b0314b5bdc8e88b04d25f3494
post_install() {
vdoc "${FILESDIR}/README.voidlinux"
}
+
+do_check() {
+ python -m unittest discover -s test
+}
next prev parent reply other threads:[~2022-05-31 14:35 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-05-18 10:35 [PR PATCH] " 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 ` teldra [this message]
2022-05-31 14:38 ` [PR PATCH] [Updated] " 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 ` [PR PATCH] [Updated] Update gajim, python3-nbxmpp, gajim-omemo teldra
2022-07-28 19:29 ` 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=20220531143515.0nZ8RzivuF3hkeKERFRXB39K0yn5zWC5EVg_0jtmKn4@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).