Daniel Brötzmann pushed to branch master at gajim / gajim


Commits:
9c2b66af by wurstsalat at 2024-06-22T13:02:54+02:00
change: Raise nbxmpp version

- - - - -
ca5963aa by wurstsalat at 2024-06-22T13:06:49+02:00
ci: Debian: Raise nbxmpp version

- - - - -


5 changed files:

- README.md
- debian/control
- debian/patches/remove-nbxmpp-from-deps.patch
- gajim/main.py
- pyproject.toml


Changes:

=====================================
README.md
=====================================
@@ -12,7 +12,7 @@ ### Runtime Requirements
 - [Gtk3](https://gitlab.gnome.org/GNOME/gtk) (>=3.24.30)
 - [GtkSourceView](https://gitlab.gnome.org/GNOME/gtksourceview)
 - [keyring](https://pypi.org/project/keyring/)
-- [nbxmpp](https://pypi.org/project/nbxmpp/) (>=5.0.0)
+- [nbxmpp](https://pypi.org/project/nbxmpp/) (>=5.0.1)
 - [omemo-dr](https://dev.gajim.org/gajim/omemo-dr) (>=1.0.0)
 - [packaging](https://pypi.org/project/packaging/)
 - [Pango](https://gitlab.gnome.org/GNOME/pango) (>=1.50.0)


=====================================
debian/control
=====================================
@@ -12,7 +12,7 @@ Build-Depends:
     python3-css-parser,
     python3-gi,
     python3-gi-cairo,
-    python3-nbxmpp-nightly (>=20240608),
+    python3-nbxmpp-nightly (>=20240621),
     python3-omemo-dr (>=20230527),
     python3-setuptools,
     python3-packaging,
@@ -37,7 +37,7 @@ Depends:
     python3 (>= 3.10),
     python3-gi (>= 3.42.0),
     python3-gi-cairo (>= 1.14.0~),
-    python3-nbxmpp-nightly (>=20240608),
+    python3-nbxmpp-nightly (>=20240621),
     python3-omemo-dr (>=20230527),
     gir1.2-pango-1.0 (>= 1.50.0),
     gir1.2-gtk-3.0 (>= 3.24.30),


=====================================
debian/patches/remove-nbxmpp-from-deps.patch
=====================================
@@ -15,7 +15,7 @@ index f0fbbc2c6..58207a0c6 100644
    "css-parser",
    "emoji>=2.6.0",
    "keyring",
--  "nbxmpp>=5.0.0,<6.0.0",
+-  "nbxmpp>=5.0.1,<6.0.0",
    "omemo-dr>=1.0.0,<2.0.0",
    "packaging",
    "pillow>=9.1.0",


=====================================
gajim/main.py
=====================================
@@ -18,7 +18,7 @@
 
 from packaging.version import Version as V
 
-_MIN_NBXMPP_VER = '5.0.0'
+_MIN_NBXMPP_VER = '5.0.1'
 _MIN_GTK_VER = '3.24.30'
 _MIN_CAIRO_VER = '1.16.0'
 _MIN_PYGOBJECT_VER = '3.42.0'


=====================================
pyproject.toml
=====================================
@@ -29,7 +29,7 @@ dependencies = [
   "css-parser",
   "emoji>=2.6.0",
   "keyring",
-  "nbxmpp>=5.0.0,<6.0.0",
+  "nbxmpp>=5.0.1,<6.0.0",
   "omemo-dr>=1.0.0,<2.0.0",
   "packaging",
   "pillow>=9.1.0",



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/compare/14b1d6631eef135ca1ec4c194322f3d6ea65058d...ca5963aa7a118cc134d424a062d3faef8e7f05ae

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/compare/14b1d6631eef135ca1ec4c194322f3d6ea65058d...ca5963aa7a118cc134d424a062d3faef8e7f05ae
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list -- commits@gajim.org
To unsubscribe send an email to commits-le...@gajim.org

Reply via email to