Philipp Hörist pushed to branch gajim_1.3 at gajim / gajim


Commits:
7b031a9e by lovetox at 2021-07-24T22:15:09+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.0.3)
 - 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.0.3'
 _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.0.3
     packaging
     setuptools; python_version < '3.9'
     precis-i18n>=1.0.0



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

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


_______________________________________________
Commits mailing list
Commits@gajim.org
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to