Philipp Hörist pushed to branch master at gajim / gajim
Commits: 46c42453 by Philipp Hörist at 2023-04-04T20:31:50+02:00 change: Raise nbxmpp version - - - - - 4 changed files: - README.md - debian/patches/remove-nbxmpp-from-deps.patch - gajim/gajim.py - pyproject.toml Changes: ===================================== README.md ===================================== @@ -8,7 +8,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/) (>=4.2.0) +- [nbxmpp](https://pypi.org/project/nbxmpp/) (>=4.2.2) - [cryptography](https://pypi.org/project/cryptography/) (>=3.4.8) - [css-parser](https://pypi.org/project/css-parser/) - [keyring](https://pypi.org/project/keyring/) ===================================== debian/patches/remove-nbxmpp-from-deps.patch ===================================== @@ -16,7 +16,7 @@ index 93c4acbe6..52544a89d 100644 dependencies = [ "css-parser", "keyring", -- "nbxmpp>=4.2.0,<5.0.0", +- "nbxmpp>=4.2.2,<5.0.0", "packaging", "pillow", "precis-i18n>=1.0.0", ===================================== gajim/gajim.py ===================================== @@ -30,7 +30,7 @@ from packaging.version import Version as V -_MIN_NBXMPP_VER = '4.2.0' +_MIN_NBXMPP_VER = '4.2.2' _MIN_GTK_VER = '3.24.30' _MIN_CAIRO_VER = '1.16.0' _MIN_PYGOBJECT_VER = '3.42.0' ===================================== pyproject.toml ===================================== @@ -27,7 +27,7 @@ classifiers = [ dependencies = [ "css-parser", "keyring", - "nbxmpp>=4.2.0,<5.0.0", + "nbxmpp>=4.2.2,<5.0.0", "packaging", "pillow", "precis-i18n>=1.0.0", View it on GitLab: https://dev.gajim.org/gajim/gajim/-/commit/46c424538c33ef7fd7e63193745becc97c7e25be -- View it on GitLab: https://dev.gajim.org/gajim/gajim/-/commit/46c424538c33ef7fd7e63193745becc97c7e25be 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
