Github messages for voidlinux
 help / color / mirror / Atom feed
From: teldra <teldra@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] Update gajim
Date: Tue, 04 Oct 2022 08:25:27 +0200	[thread overview]
Message-ID: <20221004062527.qfSP22ANmSOK4CToWO3WXZtGyHSm8iMhOMlrVQ8xWDc@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-39689@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 1232 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/39689

Update gajim
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-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/39689.patch is attached

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

From 715d03474d15afc26e3abc58a6d5a01642392ea1 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Tue, 4 Oct 2022 08:11:06 +0200
Subject: [PATCH 1/2] python3-nbxmpp: update to 3.2.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 c342e8a34873..e3b9ce63cde8 100644
--- a/srcpkgs/python3-nbxmpp/template
+++ b/srcpkgs/python3-nbxmpp/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-nbxmpp'
 pkgname=python3-nbxmpp
-version=3.1.1
+version=3.2.3
 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=04b32a479f7615d163a491cc11c60b4c14fd745281d465564cc71007ced6c839
+checksum=e31083d07a04f470b0d40d89e04a554a1c98713545a8b6631782235224694f9b
 
 do_check() {
 	coverage run --source=nbxmpp -m unittest discover -v

From 5d5ed36f176adb8e6274378c89399dd52e37d425 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Tue, 4 Oct 2022 08:11:13 +0200
Subject: [PATCH 2/2] gajim: update to 1.5.1.

---
 srcpkgs/gajim/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/gajim/template b/srcpkgs/gajim/template
index 2566793ea3c3..dba7318346c7 100644
--- a/srcpkgs/gajim/template
+++ b/srcpkgs/gajim/template
@@ -1,23 +1,23 @@
 # Template file for 'gajim'
 pkgname=gajim
-version=1.4.7
+version=1.5.1
 revision=1
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"
 depends="python3-gobject python3-setuptools python3-Pillow
- python3-cairo python3-dbus libsecret gupnp-igd gsound geoclue2 libnm
+ python3-cairo python3-dbus libsecret gupnp-igd gsound 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
+ python3-netifaces python3-pyasn1 python3-jeepney libsoup farstream gst-plugins-base1
  gst-plugins-ugly1 gst-libav gtksourceview4"
-checkdepends="${depends}"
+checkdepends="${depends} python3-packaging"
 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/master/ChangeLog"
 distfiles="https://gajim.org/downloads/${version%.*}/gajim-${version}.tar.gz"
-checksum=1a4807bf3a34b31048824e4fff762bd1e1622f464e73a426c09684dc293684f3
+checksum=16346b02cc28135cae0e8478d94de9a73bc4bc537a2bf541750d30f7dc173ed3
 
 post_install() {
 	vdoc "${FILESDIR}/README.voidlinux"

  reply	other threads:[~2022-10-04  6:25 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-04  6:21 [PR PATCH] " teldra
2022-10-04  6:25 ` teldra [this message]
2022-10-04  6:28 ` [PR PATCH] [Updated] " teldra
2022-10-08 16:27 ` teldra
2022-10-08 16:28 ` teldra
2022-10-08 16:35 ` teldra
2022-10-08 21:30 ` [PR REVIEW] " classabbyamp
2022-10-09  5:46 ` [PR PATCH] [Updated] " teldra
2022-10-09  5:46 ` [PR REVIEW] " teldra
2022-10-09  6:10 ` [PR PATCH] [Merged]: " classabbyamp
  -- strict thread matches above, loose matches on Subject: below --
2021-02-22 18:58 [PR PATCH] " teldra
2021-03-08 11:14 ` [PR PATCH] [Updated] " teldra
2021-03-08 11:27 ` teldra
2021-03-29  7:50 ` teldra
2021-04-18 13:54 ` teldra
2021-04-18 13:54 ` teldra
2021-04-18 13:56 ` 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=20221004062527.qfSP22ANmSOK4CToWO3WXZtGyHSm8iMhOMlrVQ8xWDc@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).