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


Commits:
9a886510 by Philipp Hörist at 2025-12-21T23:30:17+01:00
change: Raise PyGObject version

- - - - -
4b84f134 by Philipp Hörist at 2025-12-21T23:32:27+01:00
ci: Debian: Raise nightly lib versions

- - - - -


4 changed files:

- README.md
- debian/control
- gajim/main.py
- pyproject.toml


Changes:

=====================================
README.md
=====================================
@@ -30,7 +30,7 @@ ### Runtime Requirements
 - [Pillow](https://pypi.org/project/Pillow/) (>=9.1.0)
 - [precis_i18n](https://pypi.org/project/precis-i18n/)
 - [pycairo](https://pypi.org/project/pycairo/)
-- [PyGObject](https://pypi.org/project/PyGObject/) (>=3.52.0)
+- [PyGObject](https://pypi.org/project/PyGObject/) (>=3.53.0)
 - [Python](https://www.python.org/) (>=3.11)
 - [qrcode](https://pypi.org/project/qrcode/) (>=7.3.1)
 - [setuptools](https://pypi.org/project/setuptools/) (>=65.0.0)


=====================================
debian/control
=====================================
@@ -12,8 +12,8 @@ Build-Depends:
     python3-css-parser,
     python3-gi,
     python3-gi-cairo,
-    python3-nbxmpp-nightly (>=20250625),
-    python3-omemo-dr (>=20230527),
+    python3-nbxmpp-nightly (>=20251220),
+    python3-omemo-dr (>=20251116),
     python3-setuptools,
     python3-packaging,
     python3-cryptography (>=3.4.8),
@@ -35,12 +35,12 @@ Depends:
     ${python3:Depends},
     desktop-file-utils,
     python3 (>= 3.11),
-    python3-gi (>= 3.52.0),
+    python3-gi (>= 3.53.0),
     python3-gi-cairo (>= 1.14.0~),
     python3-h2,
     python3-socksio,
-    python3-nbxmpp-nightly (>=20251117),
-    python3-omemo-dr (>=20230527),
+    python3-nbxmpp-nightly (>=20251220),
+    python3-omemo-dr (>=20251116),
     gir1.2-pango-1.0 (>= 1.50.0),
     gir1.2-gtk-4.0,
     gir1.2-gtksource-5,


=====================================
gajim/main.py
=====================================
@@ -23,7 +23,7 @@
 _MIN_GTK_VER = "4.17.5"
 _MIN_ADW_VER = "1.7.0"
 _MIN_CAIRO_VER = "1.16.0"
-_MIN_PYGOBJECT_VER = "3.52.0"
+_MIN_PYGOBJECT_VER = "3.53.0"
 _MIN_GLIB_VER = "2.80.0"
 _MIN_PANGO_VER = "1.50.0"
 _MIN_SQLITE_VER = "3.35.0"


=====================================
pyproject.toml
=====================================
@@ -35,7 +35,7 @@ dependencies = [
   "pillow>=9.1.0",
   "precis-i18n>=1.0.0",
   "pycairo>=1.16.0",
-  "PyGObject>=3.52.0",
+  "PyGObject>=3.53.0",
   "pystray; platform_system == 'Windows'",
   "qrcode>=7.3.1",
   "SQLAlchemy>=2.0.0",



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/compare/aa53f459beeb891cdd81ea8fa5022f2aff7138ce...4b84f134b10d8b965a11c60f5c03ee8c78f89088

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/compare/aa53f459beeb891cdd81ea8fa5022f2aff7138ce...4b84f134b10d8b965a11c60f5c03ee8c78f89088
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