Packages changed: alsa brotli (1.0.9 -> 1.1.0) gawk (5.2.2 -> 5.3.0) kernel-firmware (20231019 -> 20231107) libbytesize (2.9 -> 2.10) libgusb (0.4.7 -> 0.4.8) nghttp2 pcsc-gempc python-redis (4.5.5 -> 5.0.1) sqlite3 (3.43.2 -> 3.44.0) sysuser-tools wmctrl xxhash (0.8.1 -> 0.8.2) === Details === ==== alsa ==== Subpackages: libasound2 libatopology2 - Backport upstream fixes for sequencer and mixer: 0006-seq-Fix-invalid-sanity-check-in-snd_seq_set_input_bu.patch 0007-mixer-simple-Support-dB-TLVs-for-CTL_SINGLE-controls.patch 0008-seq-Clear-UMP-event-flag-for-legacy-apps.patch 0009-seq-Simplify-snd_seq_extract_output.patch 0010-seq-Check-protocol-compatibility-with-the-current-ve.patch - Clean up spec file ==== brotli ==== Version update (1.0.9 -> 1.1.0) Subpackages: libbrotlicommon1 libbrotlidec1 libbrotlienc1 - build with optflags again - Update to release 1.1 * CLI: added a --dictionary option - Reomve 0001-Revert-Add-runtime-linker-path-to-pkg-config-files-7.patch ==== gawk ==== Version update (5.2.2 -> 5.3.0) - Update to 5.3.0: * Built-in CSV file parsing (--csv) * Support a new \u escape sequence for specifying code points in multi-byte encodings * Pipe output is buffered if PROCINFO["BUFFERPIPE"] exists ==== kernel-firmware ==== Version update (20231019 -> 20231107) Subpackages: kernel-firmware-all kernel-firmware-amdgpu kernel-firmware-ath10k kernel-firmware-ath11k kernel-firmware-atheros kernel-firmware-bluetooth kernel-firmware-bnx2 kernel-firmware-brcm kernel-firmware-chelsio kernel-firmware-dpaa2 kernel-firmware-i915 kernel-firmware-intel kernel-firmware-iwlwifi kernel-firmware-liquidio kernel-firmware-marvell kernel-firmware-media kernel-firmware-mediatek kernel-firmware-mellanox kernel-firmware-mwifiex kernel-firmware-network kernel-firmware-nfp kernel-firmware-nvidia kernel-firmware-platform kernel-firmware-prestera kernel-firmware-qcom kernel-firmware-qlogic kernel-firmware-radeon kernel-firmware-realtek kernel-firmware-serial kernel-firmware-sound kernel-firmware-ti kernel-firmware-ueagle kernel-firmware-usb-network - Update to version 20231107 (git commit a5a6dded0c7f): * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200 * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101 * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203 * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211 * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203 * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203 * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211 * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211 * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210 * amdgpu: DMCUB updates for various AMDGPU ASICs * qca: add bluetooth firmware for WCN3988 * linux-firmware: ixp4xx: Add the IXP4xx firmware * rtw89: 8852b: update fw to v0.29.29.5 * rtw89: 8852b: update fw to v0.29.29.4 * rtw89: 8851b: update fw to v0.29.41.3 * Intel Bluetooth: Update firmware file for Intel Bluetooth AX211 * Intel Bluetooth: Update firmware file for Intel Bluetooth AX211 * Intel Bluetooth: Update firmware file for Intel Bluetooth AX210 * Intel Bluetooth: Update firmware file for Intel Bluetooth Magnetor AX101 * Intel Bluetooth: Update firmware file for Intel Bluetooth AX203 * Intel Bluetooth: Update firmware file for Intel Bluetooth AX203 * Intel Bluetooth: Update firmware file for Intel Bluetooth Magnetor AX201 * Intel Bluetooth: Update firmware file for Intel Bluetooth Magnetor AX211 * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200 * Disable deb and rpm CI other than at release * Use `git am` instead of `b4 shazam` * rtl_nic: update firmware of RTL8156B * Catch unicode decode errors ==== libbytesize ==== Version update (2.9 -> 2.10) - Update to release 2.10 * remove dependency on python3-six ==== libgusb ==== Version update (0.4.7 -> 0.4.8) - Update to version 0.4.8: + Add an device error code for 'busy'. ==== nghttp2 ==== - add keyring for gpg validation - spec file cleanups ==== pcsc-gempc ==== - Fix build with RPM 4.19: unnumbered patches are no longer supported. ==== python-redis ==== Version update (4.5.5 -> 5.0.1) - Disable broken tests for ppc64le, bsc#1216606 - Add pytest.ini source needed to run tests - Remove/disable broken tests because of suse environment - drop tox.ini. seems it does no longer exist in 5.0.1 - add support to easily disable the testsuite at build time - update to 5.0.1 - ๐Ÿš€ New Features - Provide aclose() / close() for classes requiring lifetime management (#2898) - Add support for ModuleCommands in cluster (#2951) - Add support for multiple values in RPUSHX (#2949) - Add Redis.from_pool() class method, for explicitly owning and closing a ConnectionPool (#2913) - ๐Ÿ› Bug Fixes - Fixing monitor parsing for messages containing specific substrings (#2950) - Cluster determine slot command name need to be upper (#2919) - Support timeout = 0 in search query (#2934) - Fix async sentinel: add push_request keyword argument to read_response (#2922) - Fix protocol checking for search commands (#2923) - Fix: SentinelManagedConnection.read_response() got an unexpected keyword argument 'push_request' (#2894) - Fix: automatically close connection pool for async Sentinel (#2900) - Save a reference to created async tasks, to avoid tasks potentially disappearing (#2816) - Avoid reference cycling by the garbage collector during response reading (#2932) - ๐Ÿงฐ Maintenance - Type hint improvements (#2952) - Replace clear_connect_callbacks with _deregister_connect_callback (#2955) - Async fixes, remove del and other things (#2870) - Add pagination, sorting and grouping examples to search json example (#2890) - Remove process-id checks from asyncio. Asyncio and fork() does not mix. (#2911) - Fix resource usage and cleanup Mocks in the unit tests (#2936) - Remove mentions of tox (#2929) - Add 7.2 to supported Redis versions (#2896) - Fix resource warnings in unit tests (#2899) - Fix typo in redis-stream-example.ipynb (#2918) - Deprecate RedisGraph (#2927) - Fix redis 7.2.0 tests (#2902) - Fix test_scorer (search) (#2920) - changes from 5.0.0 - What's new? - Triggers and Functions support Triggers and Functions allow you to execute server-side functions triggered when key values are modified or created in Redis, a stream entry arrival, or explicitly calling them. Simply put, you can replace Lua scripts with easy-to-develop JavaScript or TypeScript code. Move your business logic closer to the data to ensure a lower latency, and forget about updating dependent key values manually in your code. Try it for yourself with Quick start - Full Redis 7.2 and RESP3 support - Python 3.7 End-of-Life - Python 3.7 has reached its end-of-life (EOL) as of June 2023. This means that starting from this date, Python 3.7 will no longer receive any updates, including security patches, bug fixes, or improvements. If you continue to use Python 3.7 post-EOL, you may expose your projects and systems to potential security vulnerabilities. We ended its support in this version and strongly recommend migrating to Python 3.10. - ๐Ÿ› Bug Fixes - Fix timeout retrying on pipeline execution (#2812) - Fix socket garbage collection (#2859) - ๐Ÿงฐ Maintenance - Updating client license to clear, MIT (#2884) - Add py.typed in accordance with PEP-561 (#2738) - Dependabot label change (#2880) - Fix type hints in SearchCommands (#2817) - Add sync modules (except search) tests to cluster CI (#2850) - Fix a duplicate word in CONTRIBUTING.md (#2848) - Fixing doc builds (#2869) - Change cluster docker to edge and enable debug command (#2853) - changes from 4.6.0 - ๐Ÿงช Experimental Features - Support JSON.MERGE command (#2761) - Support JSON.MSET command (#2766) - ๐Ÿš€ New Features - Extract abstract async connection class (#2734) - Add support for WAITAOF (#2760) - Introduce OutOfMemoryError exception for Redis write command rejections due to OOM errors (#2778) - Add WITHSCORE argument to ZRANK (#2758) - ๐Ÿ› Bug Fixes - Fix dead weakref in sentinel connection causing ReferenceError (#2767) (#2771) - Fix Key Error in parse_xinfo_stream (#2788) - Remove unnecessary __del__ handlers (#2755) - Added support for missing argument to SentinelManagedConnection.read_response() (#2756) - ๐Ÿงฐ Maintenance - Fix type hint for retry_on_error in async cluster (#2804) - Clean up documents and fix some redirects (#2801) - Add unit tests for the connect method of all Redis connection classes (#2631) - Docstring formatting fix (#2796) ==== sqlite3 ==== Version update (3.43.2 -> 3.44.0) Subpackages: libsqlite3-0 sqlite3-tcl - Update to release 3.44.0 * Aggregate functions can now include an ORDER BY clause after their last parameter. The arguments to the function are processed in the order specified. This can be important for functions like string_agg() and json_group_array(). * Add support for the concat() and concat_ws() scalar SQL functions, compatible with PostgreSQL, SQLServer, and MySQL. * Add support for the string_agg() aggregate SQL function, compatible with PostgreSQL and SQLServer. * New conversion letters on the strftime() SQL function: %e %F %I %k %l %p %P %R %T %u * Add new C-language APIs: sqlite3_get_clientdata() and sqlite3_set_clientdata(). * Many errors associated with CREATE TABLE are now raised when the CREATE TABLE statement itself is run, rather than being deferred until the first time the table is actually used. ==== sysuser-tools ==== - Fix build with RPM 4.19: unnumbered patches are no longer supported. ==== wmctrl ==== - Fix build with RPM 4.19: unnumbered patches are no longer supported. ==== xxhash ==== Version update (0.8.1 -> 0.8.2) - Update to release 0.8.2 * ARM NEON speed improvements; on M1 Pro it is +20% speed for XXH3 and XXH128 (from 30.0 GB/s to 36 GB/s). * Added support for ARM's SVE vector extension. * Resolved some issues with XXH3's s390x vector implementation. - Delete xxhash-avoid-armv6-unaligned-access.patch (should be fixed by c0dd448b), delete 836f4e735cf368542f14005e41d2f84ec29dfd60.patch (merged), delete 15ce80f9f2760609d8cc68cea76d3f3217ab70e1.patch (merged)