Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Update gajim
@ 2021-02-22 18:58 teldra
  2021-02-23 15:35 ` [WIP] " teldra
                   ` (20 more replies)
  0 siblings, 21 replies; 23+ messages in thread
From: teldra @ 2021-02-22 18:58 UTC (permalink / raw)
  To: ml

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

There is a new 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/28980

Update gajim
#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me

#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64-glibc)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl

closes https://github.com/void-linux/void-packages/pull/27957


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

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

From e0c483278894e5d65a936b59a67978e0196e3e6b Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Mon, 22 Feb 2021 19:09:36 +0100
Subject: [PATCH 1/2] python3-nbxmpp: update to 2.0.2.

---
 srcpkgs/python3-nbxmpp/template | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python3-nbxmpp/template b/srcpkgs/python3-nbxmpp/template
index bb6b13ae6ff..f0fe8a25297 100644
--- a/srcpkgs/python3-nbxmpp/template
+++ b/srcpkgs/python3-nbxmpp/template
@@ -1,15 +1,20 @@
 # Template file for 'python3-nbxmpp'
 pkgname=python3-nbxmpp
-version=1.0.2
-revision=2
+version=2.0.2
+revision=1
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-openssl"
+depends="python3-gobject python3-openssl python3-precis-i18n python3-idna"
+checkdepends="${depends} python3-wheel python3-pylint python3-coverage libsoup"
 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=991f014a2736123e989da454d6a467be8c4314bf86dbcc889e899f03726e856f
+checksum=a3863671ab88992d3ea5d475b25c88ffe18aa1030c9ce980e1014470d4760291
+
+do_check() {
+	coverage run --source=nbxmpp -m unittest discover -v
+}

From 02794c0d2d51e534c479d35bc3f58b156f9bb90e Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Mon, 22 Feb 2021 19:33:08 +0100
Subject: [PATCH 2/2] gajim: update to 1.3.0.

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

diff --git a/srcpkgs/gajim/template b/srcpkgs/gajim/template
index e4546a5e72f..ecec403f2d4 100644
--- a/srcpkgs/gajim/template
+++ b/srcpkgs/gajim/template
@@ -1,7 +1,8 @@
 # Template file for 'gajim'
 pkgname=gajim
-version=1.2.2
-revision=3
+version=1.3.0
+revision=1
+wrksrc=gajim-gajim-${version}
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"
 depends="python3-gobject python3-nbxmpp python3-pyasn1 python3-setuptools
@@ -11,9 +12,9 @@ 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"
+changelog="https://dev.gajim.org/gajim/gajim/raw/gajim-${version}/ChangeLog"
 distfiles="https://gajim.org/downloads/${version%.*}/gajim-${version}.tar.gz"
-checksum=fd0d1653fb3f7f97207fecc3218d38915adb1d741bf95a7eef83605bd6b8ccbd
+checksum=45e8c39e48225d6eb477f0c470112f3ba77c5def5795194f902ae51f32ea0cec
 # Does not find gdk, introspection typelib
 # even wtih gdk-pixbuf in checkdepends
 make_check=no

^ permalink raw reply	[flat|nested] 23+ messages in thread
* [PR PATCH] Update gajim
@ 2022-10-04  6:21 teldra
  0 siblings, 0 replies; 23+ messages in thread
From: teldra @ 2022-10-04  6:21 UTC (permalink / raw)
  To: ml

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

There is a new 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: 2775 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 c9391a8e6497cc6f1267cfbce5006cb71806ef3d 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 | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/gajim/template b/srcpkgs/gajim/template
index 2566793ea3c3..f75f8dec5393 100644
--- a/srcpkgs/gajim/template
+++ b/srcpkgs/gajim/template
@@ -1,14 +1,14 @@
 # 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}"
 short_desc="Full featured Jabber/XMPP client"
@@ -17,7 +17,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=1a4807bf3a34b31048824e4fff762bd1e1622f464e73a426c09684dc293684f3
+checksum=16346b02cc28135cae0e8478d94de9a73bc4bc537a2bf541750d30f7dc173ed3
 
 post_install() {
 	vdoc "${FILESDIR}/README.voidlinux"

^ permalink raw reply	[flat|nested] 23+ messages in thread

end of thread, other threads:[~2022-10-04  6:21 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-22 18:58 [PR PATCH] Update gajim teldra
2021-02-23 15:35 ` [WIP] " teldra
2021-02-23 22:35 ` ericonr
2021-02-23 23:51 ` [PR PATCH] [Updated] " teldra
2021-02-23 23:52 ` teldra
2021-02-23 23:59 ` teldra
2021-02-24  0:00 ` teldra
2021-02-24  3:12 ` [PR REVIEW] " ericonr
2021-02-24  7:30 ` [PR PATCH] [Updated] " teldra
2021-02-24  7:31 ` [PR REVIEW] " teldra
2021-02-24  7:31 ` teldra
2021-03-08 11:14 ` [PR PATCH] [Updated] " teldra
2021-03-08 11:27 ` teldra
2021-03-09  6:54 ` ericonr
2021-03-09 10:10 ` teldra
2021-03-29  7:50 ` [PR PATCH] [Updated] " teldra
2021-04-18 13:54 ` teldra
2021-04-18 13:54 ` teldra
2021-04-18 13:56 ` teldra
2021-04-18 14:00 ` teldra
2021-04-18 20:40 ` [PR REVIEW] " ericonr
2021-04-18 20:40 ` ericonr
2022-10-04  6:21 [PR PATCH] " teldra

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).