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


Commits:
962d3631 by Philipp Hörist at 2023-07-15T18:51:00+02:00
Depend on sqlite3 3.35.0

- - - - -


3 changed files:

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


Changes:

=====================================
README.md
=====================================
@@ -20,7 +20,7 @@ ### Runtime Requirements
 - [GLib](https://gitlab.gnome.org/GNOME/glib) (>=2.60.0)
 - [GtkSourceView](https://gitlab.gnome.org/GNOME/gtksourceview)
 - [Pango](https://gitlab.gnome.org/GNOME/pango) (>=1.50.0)
-- [sqlite](https://www.sqlite.org/) (>=3.33.0)
+- [sqlite](https://www.sqlite.org/) (>=3.35.0)
 - [omemo-dr](https://dev.gajim.org/gajim/omemo-dr) (>=1.0.0)
 - [qrcode](https://pypi.org/project/qrcode/) (>=7.3.1)
 - [winsdk](https://pypi.org/project/winsdk/) (Only on Windows)


=====================================
debian/control
=====================================
@@ -20,6 +20,7 @@ Build-Depends:
     python3-pil,
     gir1.2-gtk-3.0 (>=3.24.30),
     gir1.2-gtksource-4,
+    sqlite3 (>=3.35.0),
 Rules-Requires-Root: no
 Standards-Version: 4.1.4
 Homepage: https://gajim.org/
@@ -40,6 +41,7 @@ Depends:
     gir1.2-pango-1.0 (>= 1.50.0),
     gir1.2-gtk-3.0 (>= 3.24.30),
     gir1.2-gtksource-4,
+    sqlite3 (>=3.35.0),
 Recommends:
     aspell-en | aspell-dictionary,
     ca-certificates,


=====================================
gajim/main.py
=====================================
@@ -35,7 +35,7 @@
 _MIN_PYGOBJECT_VER = '3.42.0'
 _MIN_GLIB_VER = '2.60.0'
 _MIN_PANGO_VER = '1.50.0'
-_MIN_SQLITE_VER = '3.33.0'
+_MIN_SQLITE_VER = '3.35.0'
 
 
 def check_version(dep_name: str, current_ver: str, min_ver: str) -> None:



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

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