Packages changed:
  MicroOS-release (20241003 -> 20241005)
  busybox (1.36.1 -> 1.37.0)
  busybox-links (1.36.1 -> 1.37.0)
  ffmpeg-7 (7.0.2 -> 7.1)
  kpipewire6
  libproxy-backend (0.5.7 -> 0.5.9)
  libproxy-client (0.5.7 -> 0.5.9)
  python-lark (1.1.9 -> 1.2.2)

=== Details ===

==== MicroOS-release ====
Version update (20241003 -> 20241005)
Subpackages: MicroOS-release-appliance MicroOS-release-dvd

- automatically generated by openSUSE-release-tools/pkglistgen

==== busybox ====
Version update (1.36.1 -> 1.37.0)

- Fix busybox.config again (got broken with 1.37.0 update)
- Cleanup spec file
- Update to 1.37.0
- remove unnecessary patch ash-fix-segfault-d417193cf.patch
- Update default config to match 1.37.0 expectations

==== busybox-links ====
Version update (1.36.1 -> 1.37.0)
Subpackages: busybox-coreutils busybox-diffutils busybox-grep busybox-gzip busybox-hostname busybox-sed busybox-which busybox-xz

- Partly revert changes from Aug 8th 2023 to automatically detect
  changes in busybox configuration
- Add getfattr applet to attr filelist
- BuildRequire busybox: as we want to track the version of busybox,
  we need to ensure busybox is part of the buildroot.

==== ffmpeg-7 ====
Version update (7.0.2 -> 7.1)
Subpackages: libavcodec61 libavfilter10 libavformat61 libavutil59 libpostproc58 libswresample5 libswscale8

- Update to release 7.1
  * ffmpeg CLI filtergraph chaining
  * pad_vaapi, drawbox_vaapi filters
  * vf_scale supports secondary ref input and framesync options
  * vf_scale2ref deprecated
  * removed DEC Alpha DSP and support code
  * perlin video source
  * Cropping metadata parsing and writing in Matroska and MP4/MOV
    de/muxers
  * YUV colorspace negotiation for codecs and filters, obsoleting
    the YUVJ pixel format
  * Vulkan H.264 and H.265 encoders
  * stream specifiers in fftools can now match by stream
    disposition
  * LCEVC enhancement data exporting in H.26x and MP4/ISOBMFF
  * LCEVC filter
- Delete patches/ffmpeg-7-fix-crashes.patch,
  0001-libavcodec-arm-mlpdsp_armv5te-fix-label-format-to-wo.patch (merged)
- Fix assertion due to missing priv_data cleanup on failed VAAPI
  acceleration with 11013-avcodec-decode-clean-up-if-get_hw_frames_parameters-.patch
  (ffmpeg#11013, vlc#28811)
- no longer build against libmfx; build also 15.5 against libvpl
  (boo#1230983)

==== kpipewire6 ====
Subpackages: kpipewire6-imports libKPipeWire6 libKPipeWireDmaBuf6 libKPipeWireRecord6

- Add ffmpeg 7.1 compatibility patch:
  * 0001-h264vaapi-Use-the-proper-getter-for-getting-the-hard.patch

==== libproxy-backend ====
Version update (0.5.7 -> 0.5.9)

- Update to version 0.5.9:
  + Ignore invalid proxy URL.
  + Memleak fixes.
  + kde: Add ReversedException support.
  + Fix memory leak using PX_FORCE_CONFIG.
  + Update msys2 build steps.
  + Remove white space in key value.
- Changes from version 0.5.8:
  + Update repology list.
  + Properly handle empty proxy ignore entry.
  + Add support for direct keyword in PAC.

==== libproxy-client ====
Version update (0.5.7 -> 0.5.9)

- Update to version 0.5.9:
  + Ignore invalid proxy URL.
  + Memleak fixes.
  + kde: Add ReversedException support.
  + Fix memory leak using PX_FORCE_CONFIG.
  + Update msys2 build steps.
  + Remove white space in key value.
- Changes from version 0.5.8:
  + Update repology list.
  + Properly handle empty proxy ignore entry.
  + Add support for direct keyword in PAC.

==== python-lark ====
Version update (1.1.9 -> 1.2.2)

- update to 1.2.2:
  * Bugfix: Earley now respects ambiguity='resolve' again.
- update to 1.2.1:
  * Dropped support for Python versions lower than 3.8
  * Several bugfixes in the Earley algorithm, related to
    suppressed ambiguities
  * Improved performance in `InteractiveParser.accepts()`
  * Give "Shaping the tree" clear sub-headings
  * Fix for when providing a transformer with a Token
  * Pin types-regex to a working version
  * Add Outlines to list of projects using Lark
  * Code coverage: Update Python version
  * Attempt to solve performance problems in accepts()
  * Docs: Added Indenter
  * Clean up test_parser.py, use xFail instead of skip where
    appropriate
  * Update config and drop python < 3.8
  * BUGFIX Earley: Now yielding a previously repressed ambiguity
  * Fix SymbolNode.end for completed tokens
  * Disable ForestToParseTree cache when ambiguity='resolve'
  * Bugfix for issue #1434