Package Details: python-nbxmpp-git 4.3.1.r0.gfeb5cc6-1

Git Clone URL: https://aur.archlinux.org/python-nbxmpp-git.git (read-only, click to copy)
Package Base: python-nbxmpp-git
Description: Nonblocking Jabber/XMPP library, used by Gajim
Upstream URL: https://dev.gajim.org/gajim/python-nbxmpp
Licenses: GPL3
Conflicts: python-nbxmpp
Provides: python-nbxmpp
Submitter: RavuAlHemio
Maintainer: RavuAlHemio
Last Packager: RavuAlHemio
Votes: 22
Popularity: 0.000016
First Submitted: 2016-11-06 15:58 (UTC)
Last Updated: 2023-06-09 22:42 (UTC)

Latest Comments

1 2 3 Next › Last »

RavuAlHemio commented on 2023-06-09 22:50 (UTC)

Ran through Docker and you're right -- added python-setuptools to makedepends.

RavuAlHemio commented on 2023-03-23 14:38 (UTC)

I don't know either -- it did update it for me...

Valenoern commented on 2023-03-23 07:23 (UTC)

This library is now on version "4.2.1". I don't know why pkgver() didn't update it

RavuAlHemio commented on 2023-02-03 15:18 (UTC)

Applied, thanks!

linkmauve commented on 2023-02-03 11:24 (UTC) (edited on 2023-02-03 11:24 (UTC) by linkmauve)

Here is a patch exposing the python-nbxmpp version in provides, so that other packages can depend on a specific version.

From ec7bee5a47782a2a8a65689460acfc9bc002bc5a Mon Sep 17 00:00:00 2001
From: Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
Date: Fri, 3 Feb 2023 12:22:24 +0100
Subject: [PATCH] expose the python-nbxmpp version in provides

---
 .SRCINFO | 4 ++--
 PKGBUILD | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.SRCINFO b/.SRCINFO
index 8e49740..0597307 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
 pkgbase = python-nbxmpp-git
    pkgdesc = Nonblocking Jabber/XMPP library, used by Gajim
-   pkgver = 4.0.1.r5.ga81d3d8
+   pkgver = 4.1.0.r4.g345fbe0
    pkgrel = 1
    url = https://dev.gajim.org/gajim/python-nbxmpp
    arch = any
@@ -14,7 +14,7 @@ pkgbase = python-nbxmpp-git
    depends = python-precis_i18n
    depends = python-gobject
    depends = python-pyopenssl
-   provides = python-nbxmpp
+   provides = python-nbxmpp=4.1.0.r4.g345fbe0
    conflicts = python-nbxmpp
    source = git+https://dev.gajim.org/gajim/python-nbxmpp.git
    sha384sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 4a12448..4f6f5b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@

 _gitrepo='python-nbxmpp'
 pkgname='python-nbxmpp-git'
-pkgver=4.0.1.r5.ga81d3d8
+pkgver=4.1.0.r4.g345fbe0
 pkgrel=1
 pkgdesc="Nonblocking Jabber/XMPP library, used by Gajim"
 arch=('any')
@@ -12,7 +12,7 @@ license=('GPL3')
 makedepends=('git' 'python' 'python-build' 'python-installer' 'python-wheel')
 depends=('python' 'python-precis_i18n' 'python-gobject' 'python-pyopenssl')
 conflicts=('python-nbxmpp')
-provides=('python-nbxmpp')
+provides=("python-nbxmpp=$pkgver")
 source=("git+https://dev.gajim.org/gajim/$_gitrepo.git")
 sha384sums=('SKIP')

-- 
2.39.1

RavuAlHemio commented on 2019-07-01 11:52 (UTC)

Corrected, thanks!

lonaowna commented on 2019-07-01 10:10 (UTC)

Upstream link is dead, should be:

url="https://dev.gajim.org/gajim/python-nbxmpp"

RavuAlHemio commented on 2019-02-23 19:30 (UTC)

Hi, sorry for not already reacting to aoz's comment; I have updated the dependencies and removed the version number from the "provides" statement.

Ppjet6 commented on 2019-02-23 19:18 (UTC)

The package seems to be missing python-precis_i18n as a dependency.