Philipp Hörist pushed to branch master at gajim / gajim


Commits:
abff68be by Philipp Hörist at 2023-05-26T19:24:24+02:00
change: Raise nbxmpp version

- - - - -


5 changed files:

- README.md
- debian/patches/remove-nbxmpp-from-deps.patch
- flatpak/org.gajim.Gajim.yaml
- 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.2)
+- [nbxmpp](https://pypi.org/project/nbxmpp/) (>=4.3.0)
 - [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.2,<5.0.0",
+-  "nbxmpp>=4.3.0,<5.0.0",
    "packaging",
    "pillow",
    "precis-i18n>=1.0.0",


=====================================
flatpak/org.gajim.Gajim.yaml
=====================================
@@ -317,11 +317,11 @@ modules:
   - name: python3-nbxmpp
     buildsystem: simple
     build-commands:
-      - pip3 install nbxmpp-4.2.2-py3-none-any.whl
+      - pip3 install nbxmpp-4.3.0-py3-none-any.whl
     sources:
       - type: file
-        url: 
https://files.pythonhosted.org/packages/py3/n/nbxmpp/nbxmpp-4.2.2-py3-none-any.whl
-        sha256: 
807d8bbe19dcc77e23cd2b0420581fecd1168ad5cb88b201a15ec7d0b1f8aff3
+        url: 
https://files.pythonhosted.org/packages/py3/n/nbxmpp/nbxmpp-4.3.0-py3-none-any.whl
+        sha256: 
dcbf5cec51ddc3ac7aeaa2d5fca02e2b004b92fc1622cb0d7f1e18c33e593b1e
 
   # OMEMO dependencies
   - name: python3-protobuf


=====================================
gajim/gajim.py
=====================================
@@ -30,7 +30,7 @@
 
 from packaging.version import Version as V
 
-_MIN_NBXMPP_VER = '4.2.2'
+_MIN_NBXMPP_VER = '4.3.0'
 _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.2,<5.0.0",
+  "nbxmpp>=4.3.0,<5.0.0",
   "packaging",
   "pillow",
   "precis-i18n>=1.0.0",



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/abff68bed793dcbabd9fe28397471224f5f56df1

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/abff68bed793dcbabd9fe28397471224f5f56df1
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

Reply via email to