Github messages for voidlinux
 help / color / mirror / Atom feed
From: dexgs <dexgs@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] gajim: update to 1.7.1.
Date: Fri, 03 Mar 2023 00:21:13 +0100	[thread overview]
Message-ID: <20230302232113.GCq58vB1YZQPNk95Y3kQDr7BIzMifmqufFTEFhr-qBs@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-42558@inbox.vuxu.org>

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

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

https://github.com/dexgs/void-packages gajim
https://github.com/void-linux/void-packages/pull/42558

gajim: update to 1.7.1.
<!-- 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, (x86_64-glibc)


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

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

From 42fa19d065dbeb52a822c2b88ad672d926a440c4 Mon Sep 17 00:00:00 2001
From: Dexter Gaon-Shatford <dexter.gaonshatford@gmail.com>
Date: Thu, 2 Mar 2023 17:49:41 -0500
Subject: [PATCH 1/3] gajim-omemo: update to 2.9.0.

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

diff --git a/srcpkgs/gajim-omemo/template b/srcpkgs/gajim-omemo/template
index 3e1b4216bcb3..917b9e7d676e 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.8.16
-revision=2
+version=2.9.0
+revision=1
 create_wrksrc="omemo"
 hostmakedepends="unzip"
 depends="python3 python3-setuptools python3-cryptography python3-axolotl
@@ -11,7 +11,7 @@ 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/master/omemo/omemo_${version}.zip"
-checksum=430df55ec3d79f58603e475b157700a6f97e229bef4690d8144e5d0aae5f4888
+checksum=076396ac441b4e5bae62328575be85492a87229c7a214b23f7edd1ac5dcac97b
 
 do_install() {
 	install -d "${DESTDIR}/${py3_sitelib}/gajim/data/plugins/${pkgname#gajim-}"

From 0eb3ad49d302edce3963be3dbbae63c0a05a8295 Mon Sep 17 00:00:00 2001
From: Dexter Gaon-Shatford <dexter.gaonshatford@gmail.com>
Date: Thu, 2 Mar 2023 17:50:19 -0500
Subject: [PATCH 2/3] python3-nbxmpp: update to 4.2.0.

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

diff --git a/srcpkgs/python3-nbxmpp/template b/srcpkgs/python3-nbxmpp/template
index ae292abd0506..c0b5750436b7 100644
--- a/srcpkgs/python3-nbxmpp/template
+++ b/srcpkgs/python3-nbxmpp/template
@@ -1,18 +1,18 @@
 # Template file for 'python3-nbxmpp'
 pkgname=python3-nbxmpp
-version=3.2.5
+version=4.2.0
 revision=1
-build_style=python3-module
-hostmakedepends="python3-setuptools"
-depends="python3-gobject python3-openssl python3-precis-i18n python3-idna libsoup"
-checkdepends="${depends} python3-packaging python3-wheel python3-pylint python3-coverage libsoup"
+build_style=python3-pep517
+hostmakedepends="python3-wheel"
+depends="python3-gobject python3-openssl 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>"
 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=1c0251e2acddd75458f50b4ead4154ce637006974a98cacff9c4b6b89ff0ff54
+checksum=ba16ab684c678f15cb85f582a51be690e48330bbcb569aa32b7d104293392d28
 
 do_check() {
 	coverage run --source=nbxmpp -m unittest discover -v

From 6e5dbbe231b93f0ec76ff996de925a289ad7c8cd Mon Sep 17 00:00:00 2001
From: Dexter Gaon-Shatford <dexter.gaonshatford@gmail.com>
Date: Thu, 2 Mar 2023 17:50:23 -0500
Subject: [PATCH 3/3] gajim: update to 1.7.1.

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

diff --git a/srcpkgs/gajim/template b/srcpkgs/gajim/template
index 450e7fba4b72..918d84bec7e9 100644
--- a/srcpkgs/gajim/template
+++ b/srcpkgs/gajim/template
@@ -1,14 +1,14 @@
 # Template file for 'gajim'
 pkgname=gajim
-version=1.5.3
-revision=2
-build_style=python3-module
-hostmakedepends="gettext python3-setuptools"
+version=1.7.1
+revision=1
+build_style=python3-pep517
+hostmakedepends="gettext python3-wheel"
 depends="python3-gobject python3-setuptools python3-Pillow
  python3-cairo python3-dbus libsecret gsound libnm
  python3-nbxmpp python3-openssl python3-css-parser python3-keyring
  python3-precis-i18n python3-packaging python3-setuptools python3-distro
- python3-netifaces python3-pyasn1 python3-jeepney libsoup farstream gst-plugins-base1
+ python3-netifaces python3-pyasn1 python3-jeepney libsoup3 farstream gst-plugins-base1
  gst-plugins-ugly1 gst-libav gtksourceview4"
 checkdepends="${depends} python3-packaging"
 short_desc="Full featured Jabber/XMPP client"
@@ -17,9 +17,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=252578e7ddacee8289cf106086d96bbd7a82a0eea2091a1836efde6aa3dfb8b0
+checksum=b9a26a353549189fe65e0bc130cf98cbc42bd7105e72ac2041cb4a7f9d7543c6
+
+post_build() {
+	./pep517build/build_metadata.py -o dist/metadata
+}
 
 post_install() {
+	./pep517build/install_metadata.py dist/metadata --prefix=$DESTDIR/usr
 	vdoc "${FILESDIR}/README.voidlinux"
 }
 

  parent reply	other threads:[~2023-03-02 23:21 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-02 22:53 [PR PATCH] " dexgs
2023-03-02 23:11 ` [PR PATCH] [Updated] " dexgs
2023-03-02 23:21 ` dexgs [this message]
2023-03-02 23:24 ` dexgs
2023-03-03 12:26 ` dexgs
2023-03-03 15:19 ` [PR PATCH] [Merged]: " abenson

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=20230302232113.GCq58vB1YZQPNk95Y3kQDr7BIzMifmqufFTEFhr-qBs@z \
    --to=dexgs@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).