Daniel Brötzmann pushed to branch master at gajim / gajim


Commits:
d7e01b37 by wurstsalat at 2025-08-11T20:42:13+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
=====================================
@@ -21,7 +21,7 @@ ### Runtime Requirements
 - [Gtk4](https://gitlab.gnome.org/GNOME/gtk) (>=4.17.5)
 - [GtkSourceView5](https://gitlab.gnome.org/GNOME/gtksourceview)
 - [keyring](https://pypi.org/project/keyring/)
-- [nbxmpp](https://pypi.org/project/nbxmpp/) (>=6.2.0)
+- [nbxmpp](https://pypi.org/project/nbxmpp/) (>=6.3.0)
 - [omemo-dr](https://dev.gajim.org/gajim/omemo-dr) (>=1.0.0)
 - [packaging](https://pypi.org/project/packaging/)
 - [Pango](https://gitlab.gnome.org/GNOME/pango) (>=1.50.0)


=====================================
debian/patches/remove-nbxmpp-from-deps.patch
=====================================
@@ -15,7 +15,7 @@ index f0fbbc2c6..58207a0c6 100644
    "css-parser",
    "emoji>=2.6.0",
    "keyring",
--  "nbxmpp>=6.2.0,<7.0.0",
+-  "nbxmpp>=6.3.0,<7.0.0",
    "omemo-dr>=1.0.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 = "6.2.0"
+_MIN_NBXMPP_VER = "6.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 = [
   "css-parser",
   "emoji>=2.6.0",
   "keyring",
-  "nbxmpp>=6.2.0,<7.0.0",
+  "nbxmpp>=6.3.0,<7.0.0",
   "omemo-dr>=1.0.0,<2.0.0",
   "packaging",
   "pillow>=9.1.0",



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

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/d7e01b373784e5d1c5b69ed1644e9d69d72cb656
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