Packages changed: apache2-mod_php7 (7.4.19 -> 7.4.20) hdjmod (1.28_k5.12.9_1 -> 1.32_k5.12.9_1) php7 (7.4.19 -> 7.4.20) python-alembic (1.6.2 -> 1.6.5) python-argcomplete (1.12.2 -> 1.12.3) === Details === ==== apache2-mod_php7 ==== Version update (7.4.19 -> 7.4.20) - updated to 7.4.20: This is a bug fix release. See https://www.php.net/ChangeLog-7.php#7.4.20 ==== hdjmod ==== Version update (1.28_k5.12.9_1 -> 1.32_k5.12.9_1) - Update to version 1.32 * Adds support for the Hercules Steel controller. - Switch to fork maintained at https://codeberg.org/Marix/hdjmod. * Consolidates fixes made for openSUSE and Ubuntu packages, providing support for newer kernel up to including Linux 5.12 without having to maintain a series of patch files. - Dropped obsolete patches: * hdjmod_fix_buffer_overrun_in_device_name_handling.patch * hdjmod_kernel_2.6.30.patch * hdjmod_kernel_2.6.36.patch.bz2 * hdjmod_kernel_2.6.37.patch * hdjmod_kernel_2.6.39.patch * hdjmod_kernel_3.6.patch * hdjmod_kernel_3.7.patch * hdjmod_kernel_3.16.patch * hdjmod_kernel_4.11.patch * hdjmod_kernel_4.14.patch * hdjmod_kernel_4.15.patch * hdjmod_kernel_5.0.patch * hdjmod_kernel_5.12.patch * hdjmod-kfree.patch ==== php7 ==== Version update (7.4.19 -> 7.4.20) Subpackages: php7-cli php7-ctype php7-dom php7-gd php7-gettext php7-iconv php7-json php7-mbstring php7-mysql php7-openssl php7-pdo php7-sqlite php7-tokenizer php7-xmlreader php7-xmlwriter - updated to 7.4.20: This is a bug fix release. See https://www.php.net/ChangeLog-7.php#7.4.20 ==== python-alembic ==== Version update (1.6.2 -> 1.6.5) - update to 1.6.5: * feature + [feature] [autogenerate] Fix the documentation regarding the default command-line argument position of the revision script filename within the post-write hook arguments. Implement a REVISION_SCRIPT_FILENAME token, enabling the position to be changed. Switch from str.split() to shlex.split() for more robust command-line argument parsing. + [feature] Implement a .cwd (current working directory) suboption for post-write hooks (of type console_scripts). This is useful for tools like pre-commit, which rely on the working directory to locate the necessary config files. Add pre-commit as an example to the documentation. Minor change: rename some variables from ticket #819 to improve readability. * bug + [bug] [autogenerate] Refactored the implementation of MigrateOperation constructs such as CreateIndexOp, CreateTableOp, etc. so that they no longer rely upon maintaining a persistent version of each schema object internally; instead, the state variables of each operation object will be used to produce the corresponding construct when the operation is invoked. The rationale is so that environments which m ==== python-argcomplete ==== Version update (1.12.2 -> 1.12.3) - update to 1.12.3: * Update importlib-metadata version pin * Display script debug output in tcsh * Fish support improvements * Print ``warn()`` message from beginning of line * Test infrastructure improvements