Packages changed:
  glib-networking (2.64.3 -> 2.66.0)
  glib2 (2.66.2 -> 2.66.3)
  gobject-introspection (1.64.1 -> 1.66.1)
  gsettings-desktop-schemas (3.36.1 -> 3.38.0)
  open-vm-tools
  python-gobject (3.36.1 -> 3.38.0)

=== Details ===

==== glib-networking ====
Version update (2.64.3 -> 2.66.0)

- Update to version 2.66.0:
  + Updated translations.
- Update to version 2.65.90:
  + Many fixes to OpenSSL backend.
- Changes from version 2.65.1:
  + Fix peer-certificate[-errors] props set too soon.
  + Implement ALPN for OpenSSL backend.

==== glib2 ====
Version update (2.66.2 -> 2.66.3)
Subpackages: glib2-tools libgio-2_0-0 libglib-2_0-0 libgmodule-2_0-0 libgobject-2_0-0

- Add requires(post) libgio-2_0-0 to glib2-tools: ensures
  glib-compile-schema to be functional when the file trigger fires,
  by explicitly requesting the correct library to be present for
  the post script. (boo#1178713).
- Update to version 2.66.3:
  + Fix awkward bug with `GPollFD` handling in some situations.
  + Fix sending FDs attached to very large D-Bus messages.
  + Bugs fixed: glgo#GNOME/GLib#1592, glgo#GNOME/GLib!1720,
    glgo#GNOME/GLib!1721, glgo#GNOME/GLib!1723,
    glgo#GNOME/GLib!1727, glgo#GNOME/GLib!1736.

==== gobject-introspection ====
Version update (1.64.1 -> 1.66.1)
Subpackages: girepository-1_0 libgirepository-1_0-1

- Update to version 1.66.1:
  + Update glib annotations.
  + gimarshallingtests: Add more tests for flags..
  + Revert "giscanner: Fix section matching for documentation.
- Update to version 1.66.0:
  + Support the gtk-doc action syntax.
  + GITypeInfo storage type utility API.
  + libgirepository: Add a couple missing nullable annotations.
  + dumper: Fix missing symbols in LTO case or with overridden
    symbol visibility settings.
  + Documentation improvements.
  + Remove old autoconf fallback code for the python tools.
  + giscanner: parse block comments for members and fields.
  + Add the notion of standalone doc sections.
  + giscanner: Add support for using clang-cl.
  + giscanner: Fix section matching for documentation.

==== gsettings-desktop-schemas ====
Version update (3.36.1 -> 3.38.0)

- Update to version 3.38.0:
  + Updated translations.

==== open-vm-tools ====
Subpackages: libvmtools0

- Add explicit pkgconfig(gdk-pixbuf-xlib-2.0) BuildRequires: used
  to be pulled in (as part of gdk-pixbuf) by GTK3 in the past. But
  as configure explicitly looks for it, it is our own duty to
  ensure its presence.

==== python-gobject ====
Version update (3.36.1 -> 3.38.0)

- Update to version 3.38.0:
  + meson: Make the `pycairo` option a feature.
  + gdk overrides: Fix wrapping of scroll events.
  + Add overrides for Gtk.Button set/get_focus_on_click.