Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Hörist <forenjunkie@chello.at>2018-04-30 17:58:31 +0300
committerPhilipp Hörist <forenjunkie@chello.at>2018-04-30 17:58:31 +0300
commit9d94cd36c322102ffe229fea98ce479c59f797ce (patch)
tree023f9b5d4b8d92f1381741973999b247d9ff4674
parentd61e0724ecb42d21a75467a7b030e994d0e6176a (diff)
Depend on nbxmpp 0.6.5
-rw-r--r--gajim/gajim.py2
-rw-r--r--org.gajim.Gajim.json2
-rw-r--r--setup.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/gajim/gajim.py b/gajim/gajim.py
index a7026323d..1e5db8a3b 100644
--- a/gajim/gajim.py
+++ b/gajim/gajim.py
@@ -56,7 +56,7 @@ from gajim.common import i18n
from gajim.common import logging_helpers
from gajim.common import crypto
-MIN_NBXMPP_VER = "0.6.4"
+MIN_NBXMPP_VER = "0.6.5"
MIN_GTK_VER = "3.22.0"
diff --git a/org.gajim.Gajim.json b/org.gajim.Gajim.json
index 94c2dc660..6e30a1153 100644
--- a/org.gajim.Gajim.json
+++ b/org.gajim.Gajim.json
@@ -341,7 +341,7 @@
{
"type": "git",
"url": "https://dev.gajim.org/gajim/python-nbxmpp.git",
- "branch": "nbxmpp-0.6.4"
+ "branch": "nbxmpp-0.6.5"
}
]
},
diff --git a/setup.py b/setup.py
index 8fb2803c1..081cf9077 100644
--- a/setup.py
+++ b/setup.py
@@ -285,7 +285,7 @@ setup(
package_data={'gajim': package_data},
data_files=data_files,
install_requires=[
- 'nbxmpp>=0.6.4',
+ 'nbxmpp>=0.6.5',
'pyOpenSSL>=0.12',
'pyasn1',
],