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


Commits:
b466bb61 by Philipp Hörist at 2025-12-30T00:26:18+01:00
change: Raise omemo-dr version

- - - - -


4 changed files:

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


Changes:

=====================================
README.md
=====================================
@@ -22,7 +22,7 @@ ### Runtime Requirements
 - [GtkSourceView5](https://gitlab.gnome.org/GNOME/gtksourceview)
 - [keyring](https://pypi.org/project/keyring/)
 - [nbxmpp](https://pypi.org/project/nbxmpp/) (>=7.0.0)
-- [omemo-dr](https://dev.gajim.org/gajim/omemo-dr) (>=1.1.0)
+- [omemo-dr](https://dev.gajim.org/gajim/omemo-dr) (>=1.2.0)
 - [packaging](https://pypi.org/project/packaging/)
 - [httpx](https://pypi.org/project/httpx/)
 - [h2](https://pypi.org/project/h2/)


=====================================
debian/control
=====================================
@@ -13,7 +13,7 @@ Build-Depends:
     python3-gi,
     python3-gi-cairo,
     python3-nbxmpp-nightly (>=20251220),
-    python3-omemo-dr (>=20251116),
+    python3-omemo-dr (>=20251230),
     python3-setuptools,
     python3-packaging,
     python3-cryptography (>=3.4.8),
@@ -40,7 +40,7 @@ Depends:
     python3-h2,
     python3-socksio,
     python3-nbxmpp-nightly (>=20251220),
-    python3-omemo-dr (>=20251116),
+    python3-omemo-dr (>=20251230),
     gir1.2-pango-1.0 (>= 1.50.0),
     gir1.2-gtk-4.0,
     gir1.2-gtksource-5,


=====================================
debian/patches/remove-nbxmpp-from-deps.patch
=====================================
@@ -16,7 +16,7 @@ index 24ae76d42..b9f4d8d0e 100644
    "httpx[http2,socks]",
    "keyring",
 -  "nbxmpp>=7.0.0,<8.0.0",
-   "omemo-dr>=1.1.0,<2.0.0",
+   "omemo-dr>=1.2.0,<2.0.0",
    "packaging",
    "pillow>=9.1.0",
 -- 


=====================================
pyproject.toml
=====================================
@@ -30,7 +30,7 @@ dependencies = [
   "httpx[http2,socks]",
   "keyring",
   "nbxmpp>=7.0.0,<8.0.0",
-  "omemo-dr>=1.1.0,<2.0.0",
+  "omemo-dr>=1.2.0,<2.0.0",
   "packaging",
   "pillow>=9.1.0",
   "precis-i18n>=1.0.0",



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

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/b466bb612baa33beeac1fc250dfbaeb896ff9690
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to