-
Notifications
You must be signed in to change notification settings - Fork 2.5k
gajim: update to 2.4.3. #57782
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
gajim: update to 2.4.3. #57782
Conversation
|
Tested on x86_64-glibc, works |
|
Also tested on x86_64-glibc, and it works. I had to manually install python3-nbxmpp. Edit - 2.4.0 broke my OMEMO encrypted MUC, but I'm pretty sure it's a Gajim issue (https://dev.gajim.org/gajim/gajim/-/issues/12544) |
|
Bumped versions in my local build to 2.4.1 and python3-nbxmpp to 7.0.0, works well on my machine |
Co-authored-by: Komeil Parseh <[email protected]>
|
I updated the PR to gajim-2.4.1 @chilledfrogs you should install the new dependencies ( |
|
Tested 2.4.1 on new python, works so far |
python3-omemo-dr: update to 1.2.0.
python3-nbxmpp: update to 7.0.0.
New package: python3-truststore-0.10.4: this is a new dependency of gajim-2.4.0. I based the template on this part of a stale PR.
gajim: update to 2.4.3.
New gajim dependencies since v2.2.0:
gst-plugins-bad1,gst-plugins-good1,gst-plugins-rs1,libadwaita,python3-h2,python3-httpx,python3-socksioandpython3-truststore(I kept the dependency list ordered alphabetically, so the git diff might not be obvious)Note that
python3-h2andpython3-socksioare optional dependencies of thepython3-httpxlibrary that are required by gajim.Removed dependencies:
farstreamandgst-plugins-ugly1(they have been unused since the Audio / Video calls feature was dropped in gajim-2.0.0)Testing the changes
Local build testing
This PR deprecates #56999, #57511 and #57527