Philipp Hörist pushed to branch master at gajim / gajim
Commits: 6ca0c6cf by Philipp Hörist at 2022-10-31T11:58:53+01:00 change: Raise nbxmpp version - - - - - 5 changed files: - README.md - debian/control - flatpak/org.gajim.Gajim.yaml - gajim/gajim.py - setup.cfg Changes: ===================================== README.md ===================================== @@ -6,7 +6,7 @@ ### Runtime Requirements - [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/) ===================================== 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, ===================================== 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 ===================================== gajim/gajim.py ===================================== @@ -30,7 +30,7 @@ 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' ===================================== 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 View it on GitLab: https://dev.gajim.org/gajim/gajim/-/commit/6ca0c6cff157a4bca7ce590ea9ada1fc1fee07e9 -- View it on GitLab: https://dev.gajim.org/gajim/gajim/-/commit/6ca0c6cff157a4bca7ce590ea9ada1fc1fee07e9 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
