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


Commits:
8dfe87e4 by lovetox at 2021-02-06T21:19:56+01: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.0)
+- python3-nbxmpp (>=2.0.1)
 - 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.0'
+_MIN_NBXMPP_VER = '2.0.1'
 _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.0
+    nbxmpp>=2.0.1
     packaging
     precis-i18n>=1.0.0
     pyOpenSSL>=16.2



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

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