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


Commits:
2206288c by lovetox at 2021-10-09T21:16:55+02:00
Raise nbxmpp version

- - - - -


3 changed files:

- README.md
- gajim/gajim.py
- setup.cfg


Changes:

=====================================
README.md
=====================================
@@ -7,7 +7,7 @@ ### Runtime Requirements
 - python3-gi
 - python3-gi-cairo
 - gir1.2-gtk-3.0 (>=3.22)
-- python3-nbxmpp (>=2.0.1)
+- python3-nbxmpp (>=2.99.0)
 - python3-openssl (>=16.2)
 - python3-css-parser
 - python3-keyring


=====================================
gajim/gajim.py
=====================================
@@ -28,7 +28,7 @@
 from gajim.common import i18n
 
 
-_MIN_NBXMPP_VER = '2.0.1'
+_MIN_NBXMPP_VER = '2.99.0'
 _MIN_GTK_VER = '3.22.27'
 _MIN_CAIRO_VER = '1.16.0'
 _MIN_PYGOBJECT_VER = '3.32.0'


=====================================
setup.cfg
=====================================
@@ -22,7 +22,7 @@ test_suite = test
 install_requires =
     css-parser
     keyring
-    nbxmpp>=2.0.1
+    nbxmpp>=2.99.0
     packaging
     setuptools; python_version < '3.9'
     precis-i18n>=1.0.0



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

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


_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to