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 <philipp@hoerist.com>2022-10-31 13:57:36 +0300
committerPhilipp Hörist <philipp@hoerist.com>2022-10-31 13:58:53 +0300
commit6ca0c6cff157a4bca7ce590ea9ada1fc1fee07e9 (patch)
treef8b3b0f2dc0f03d9b624489b678ab856895f3239
parent4b497df5d065af3b3bc95f7c26096e7792bc467a (diff)
change: Raise nbxmpp version
-rw-r--r--README.md2
-rw-r--r--debian/control4
-rw-r--r--flatpak/org.gajim.Gajim.yaml6
-rw-r--r--gajim/gajim.py2
-rw-r--r--setup.cfg2
5 files changed, 8 insertions, 8 deletions
diff --git a/README.md b/README.md
index 9f062ecb2..53369a55d 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@
- [PyGObject](https://pypi.org/project/PyGObject/) (>=3.42.0)
- [pycairo](https://pypi.org/project/pycairo/)
- [cairo](https://gitlab.freedesktop.org/cairo/cairo) (>=1.16.0)
-- [nbxmpp](https://pypi.org/project/nbxmpp/) (>=3.2.4)
+- [nbxmpp](https://pypi.org/project/nbxmpp/) (>=3.2.5)
- [pyOpenSSL](https://pypi.org/project/pyOpenSSL/) (>=16.2)
- [css-parser](https://pypi.org/project/css-parser/)
- [keyring](https://pypi.org/project/keyring/)
diff --git a/debian/control b/debian/control
index a692709ee..bd20e6b77 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Build-Depends:
python3-css-parser,
python3-gi,
python3-gi-cairo,
- python3-nbxmpp-nightly (>=20220727),
+ python3-nbxmpp-nightly (>=20221027),
python3-setuptools,
python3-packaging,
python3-pil,
@@ -34,7 +34,7 @@ Depends:
python3-gi (>= 3.42.0),
python3-gi-cairo (>= 1.14.0~),
python3-idna,
- python3-nbxmpp-nightly (>=20220727),
+ python3-nbxmpp-nightly (>=20221027),
python3-openssl (>= 0.19),
python3-precis-i18n,
python3-keyring,
diff --git a/flatpak/org.gajim.Gajim.yaml b/flatpak/org.gajim.Gajim.yaml
index 1367c8547..321a3524d 100644
--- a/flatpak/org.gajim.Gajim.yaml
+++ b/flatpak/org.gajim.Gajim.yaml
@@ -315,11 +315,11 @@ modules:
- name: python3-nbxmpp
buildsystem: simple
build-commands:
- - pip3 install nbxmpp-3.2.4-py3-none-any.whl
+ - pip3 install nbxmpp-3.2.5-py3-none-any.whl
sources:
- type: file
- url: https://files.pythonhosted.org/packages/py3/n/nbxmpp/nbxmpp-3.2.4-py3-none-any.whl
- sha256: 46394624acdced9cd83c06a665a109d74132642cd3f8e427a197465aabcbf42e
+ url: https://files.pythonhosted.org/packages/py3/n/nbxmpp/nbxmpp-3.2.5-py3-none-any.whl
+ sha256: cf22414dce04efe33cee14318fc334f1a16af11d4ed48b6aa18a8a0aa98bcb20
- name: gajim
buildsystem: simple
diff --git a/gajim/gajim.py b/gajim/gajim.py
index 8c063700f..a6bf897d5 100644
--- a/gajim/gajim.py
+++ b/gajim/gajim.py
@@ -30,7 +30,7 @@ from packaging.version import Version as V
import gajim.gui
-_MIN_NBXMPP_VER = '3.2.4'
+_MIN_NBXMPP_VER = '3.2.5'
_MIN_GTK_VER = '3.24.30'
_MIN_CAIRO_VER = '1.16.0'
_MIN_PYGOBJECT_VER = '3.42.0'
diff --git a/setup.cfg b/setup.cfg
index 7db9eb86b..6827a4bf3 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -40,7 +40,7 @@ test_suite = test
install_requires =
css-parser
keyring
- nbxmpp>=3.2.4,<4.0.0
+ nbxmpp>=3.2.5,<4.0.0
packaging
pillow
precis-i18n>=1.0.0