Philipp Hörist pushed to branch master at gajim / gajim
Commits:
efe24013 by lovetox at 2020-06-21T14:44:08+02:00
Raise nbxmpp version
- - - - -
3 changed files:
- README.md
- gajim/gajim.py
- setup.cfg
Changes:
=====================================
README.md
=====================================
@@ -7,14 +7,14 @@
- python3-gi
- python3-gi-cairo
- gir1.2-gtk-3.0 (>=3.22)
-- python3-nbxmpp (>=0.9.94)
+- python3-nbxmpp (>=1.0.0)
- python3-openssl (>=16.2)
- python3-css-parser
- python3-keyring
- python3-precis-i18n
- python3-packaging
- gir1.2-soup-2.4
-- GLib > 2.60.0
+- GLib (>=2.60.0)
### Optional Runtime Requirements
=====================================
gajim/gajim.py
=====================================
@@ -26,7 +26,7 @@ from packaging.version import Version as V
from gajim.common import i18n
-_MIN_NBXMPP_VER = '0.9.94'
+_MIN_NBXMPP_VER = '1.0.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>=0.9.94
+ nbxmpp>=1.0.0
packaging
precis-i18n>=1.0.0
pyOpenSSL>=16.2
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/efe24013899e46379b9e0380e702363deaff42cb
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/efe24013899e46379b9e0380e702363deaff42cb
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