Philipp Hörist pushed to branch master at gajim / gajim


Commits:
8ca9feb2 by Philipp Hörist at 2026-07-15T14:45:50+02:00
change: Raise nbxmpp version

- - - - -


4 changed files:

- README.md
- debian/patches/remove-nbxmpp-from-deps.patch
- gajim/main.py
- pyproject.toml


Changes:

=====================================
README.md
=====================================
@@ -23,7 +23,7 @@ ### Runtime Requirements
 - [GStreamer](https://gitlab.freedesktop.org/gstreamer/gstreamer)
 - 
[gst-plugins-base](https://gitlab.freedesktop.org/gstreamer/gstreamer/-/tree/main/subprojects/gst-plugins-base)
 - [keyring](https://pypi.org/project/keyring/)
-- [nbxmpp](https://pypi.org/project/nbxmpp/) (>=7.2.0)
+- [nbxmpp](https://pypi.org/project/nbxmpp/) (>=7.3.0)
 - [omemo-dr](https://dev.gajim.org/gajim/omemo-dr) (>=1.2.0)
 - [packaging](https://pypi.org/project/packaging/)
 - [httpx](https://pypi.org/project/httpx/)


=====================================
debian/patches/remove-nbxmpp-from-deps.patch
=====================================
@@ -15,7 +15,7 @@ index 24ae76d42..b9f4d8d0e 100644
    "emoji>=2.6.0",
    "httpx[http2,socks]",
    "keyring",
--  "nbxmpp>=7.2.0,<8.0.0",
+-  "nbxmpp>=7.3.0,<8.0.0",
    "omemo-dr>=1.2.0,<2.0.0",
    "packaging",
    "pillow>=9.1.0",


=====================================
gajim/main.py
=====================================
@@ -19,7 +19,7 @@
 
 from packaging.version import Version as V
 
-_MIN_NBXMPP_VER = "7.2.0"
+_MIN_NBXMPP_VER = "7.3.0"
 _MIN_GTK_VER = "4.17.5"
 _MIN_ADW_VER = "1.7.0"
 _MIN_CAIRO_VER = "1.16.0"


=====================================
pyproject.toml
=====================================
@@ -28,7 +28,7 @@ dependencies = [
   "emoji>=2.6.0",
   "httpx[http2,socks]",
   "keyring",
-  "nbxmpp>=7.2.0,<8.0.0",
+  "nbxmpp>=7.3.0,<8.0.0",
   "omemo-dr>=1.2.0,<2.0.0",
   "packaging",
   "pillow>=9.1.0",



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/8ca9feb2963ef628676e987b96adaad571e5d962

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/8ca9feb2963ef628676e987b96adaad571e5d962
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to