Packages changed:
  fcitx5-gtk (5.0.21 -> 5.0.22)
  pam
  pam-full-src
  python-gevent
  python-hiredis (2.0.0 -> 2.2.2)

=== Details ===

==== fcitx5-gtk ====
Version update (5.0.21 -> 5.0.22)

- update to 5.0.22:
  * Implement notify-focus-out signal
  * Change GtkIMContext.reset to always commit preedit
  * preedit when focus out need to happen before has_focus set

==== pam ====

- Enable livepatching support on x86_64.

==== pam-full-src ====

- Enable livepatching support on x86_64.

==== python-gevent ====

- Clean up the SPEC file.

==== python-hiredis ====
Version update (2.0.0 -> 2.2.2)

- Update to 2.2.2:
  - Reverting gcc -BSymbolic due to symbol collisions
  - Add pack_command to support writing via hiredis-py
  - Fixing broken windows builds on python < 3.8
  - Fix url in Issue tracker
  - Restores publishing of source distribution
  - Supporting hiredis 1.1.0
  - Modernizing: Restoring CI, Moving to pytest
  - Adding LICENSE to Repository
  - Python 3.11 trove, and links back to the project
  - Integrating release drafter
  - Implement pack_command that serializes redis-py command to
    the RESP bytes object.
- Add 159-sdsalloc-to-alloc.patch (gh#redis/hiredis-py#158),
  which replaces use of sdsalloc with plain alloc.