Packages changed:
  gpgme
  grub2
  installation-images-MicroOS (17.30 -> 17.31)
  libical (3.0.11 -> 3.0.12)
  libical-glib (3.0.11 -> 3.0.12)
  python-SQLAlchemy (1.4.27 -> 1.4.29)
  python-setuptools

=== Details ===

==== gpgme ====
Subpackages: libgpgme11 libgpgmepp6

- Add patches to support building bindings packages for
  Python 3.10
  * gpgme-D545-python310.patch -- https://dev.gnupg.org/D545
  * gpgme-D546-python310.patch -- https://dev.gnupg.org/D546

==== grub2 ====
Subpackages: grub2-i386-pc grub2-snapper-plugin grub2-x86_64-efi

- Fix CVE-2021-3981 (bsc#1189644)
  * 0001-grub-mkconfig-restore-umask-for-grub.cfg.patch
- Fix can't allocate initrd error (bsc#1191378)
  * 0001-Factor-out-grub_efi_linux_boot.patch
  * 0002-Fix-race-in-EFI-validation.patch
  * 0003-Handle-multi-arch-64-on-32-boot-in-linuxefi-loader.patch
  * 0004-Try-to-pick-better-locations-for-kernel-and-initrd.patch
  * 0005-x86-efi-Use-bounce-buffers-for-reading-to-addresses-.patch
  * 0006-x86-efi-Re-arrange-grub_cmd_linux-a-little-bit.patch
  * 0007-x86-efi-Make-our-own-allocator-for-kernel-stuff.patch
  * 0008-x86-efi-Allow-initrd-params-cmdline-allocations-abov.patch
  * 0009-x86-efi-Reduce-maximum-bounce-buffer-size-to-16-MiB.patch
  * 0010-efilinux-Fix-integer-overflows-in-grub_cmd_initrd.patch
  * 0011-Also-define-GRUB_EFI_MAX_ALLOCATION_ADDRESS-for-RISC.patch

==== installation-images-MicroOS ====
Version update (17.30 -> 17.31)

- merge gh#openSUSE/installation-images#559
- Remove more binaries appearing with Ruby 3.0 (bsc#1193192)
- 17.31

==== libical ====
Version update (3.0.11 -> 3.0.12)

- update to 3.0.12:
  * Fix a libicalval crash in cleanVObject
  * METHOD:DECLINECOUNTER must have DTEND or DURATION
  * Handle if DTEND and DURATION are both missing
  * Improved FindICU (copied from official CMake)
  * Buildsystem fixes (especially for the Ninja generator)
  * Built-in timezones updated to tzdata2021e

==== libical-glib ====
Version update (3.0.11 -> 3.0.12)

- update to 3.0.12:
  * Fix a libicalval crash in cleanVObject
  * METHOD:DECLINECOUNTER must have DTEND or DURATION
  * Handle if DTEND and DURATION are both missing
  * Improved FindICU (copied from official CMake)
  * Buildsystem fixes (especially for the Ninja generator)
  * Built-in timezones updated to tzdata2021e

==== python-SQLAlchemy ====
Version update (1.4.27 -> 1.4.29)

- Update to 1.4.29:
  - truly, just plenty of small bugfixes, see the changelog on the Web
    https://docs.sqlalchemy.org/en/14/changelog/changelog_14.html#change-1.4.29
- update to 1.4.28:
  Bugfixes, see
  * https://docs.sqlalchemy.org/en/14/changelog/changelog_14.html#change-1.4.28

==== python-setuptools ====

- Remove unzip BuildRequires: the tarball is proper gz compressed,
  no zip files to decompress here.