Recent commits to derivepassphrase.git (f650c5c3dc7c1e478588395c3b4c73dd802667ad) https://git.schokokeks.org/derivepassphrase.git/tree/f650c5c3dc7c1e478588395c3b4c73dd802667ad Recent commits feed provided by GitList. Release 0.5 https://git.schokokeks.org/derivepassphrase.git/commit/f650c5c3dc7c1e478588395c3b4c73dd802667ad software@the13thletter.info (Marco Ricci) Sat, 14 Jun 2025 21:41:32 +0200 f650c5c3dc7c1e478588395c3b4c73dd802667ad Merge topic branch 'project-config-and-script-fixes' into master * project-config-and-script-fixes: Update the man page diagnostic script: settings and output format Fix bump-my-version config to what derivepassphrase actually uses https://git.schokokeks.org/derivepassphrase.git/commit/47bc9ee9d7f7b210456250db7d164ece29e657de software@the13thletter.info (Marco Ricci) Sat, 14 Jun 2025 21:35:47 +0200 47bc9ee9d7f7b210456250db7d164ece29e657de Update the man page diagnostic script: settings and output format Update the man page diagnostic script to current settings: use the updated path to the man pages, and use metavars without the `!s` conversion. Additionally, since the output is currently a diagnostic on standard error, and very verbose, emit a terser shorthand notation to standard output instead. (Also sort the files to be examined first.) https://git.schokokeks.org/derivepassphrase.git/commit/599bde0abbadbc8e9c7ea3896fc8e6f8393ae233 software@the13thletter.info (Marco Ricci) Sat, 14 Jun 2025 20:07:44 +0200 599bde0abbadbc8e9c7ea3896fc8e6f8393ae233 Fix bump-my-version config to what derivepassphrase actually uses The version scheme did not match the actual pre-release version number formatting, the search-/replace-patterns overlapped, and the man pages were being searched for in the wrong directory. https://git.schokokeks.org/derivepassphrase.git/commit/6462970b6aa8b4c3739a1e929aed3565223efae2 software@the13thletter.info (Marco Ricci) Sat, 14 Jun 2025 19:05:26 +0200 6462970b6aa8b4c3739a1e929aed3565223efae2 Merge topic branch 'coverage-slipups' into master * coverage-slipups: Fix some coverage slipups https://git.schokokeks.org/derivepassphrase.git/commit/884677ae0f203aa922020e2128c97d121d150699 software@the13thletter.info (Marco Ricci) Sat, 14 Jun 2025 16:51:56 +0200 884677ae0f203aa922020e2128c97d121d150699 Merge topic branch 'pin-testing-dependencies' into master * pin-testing-dependencies: Pin testing dependencies https://git.schokokeks.org/derivepassphrase.git/commit/f7fcac69546b5c15e4a911ccea8f036f16d21e69 software@the13thletter.info (Marco Ricci) Sat, 14 Jun 2025 16:49:39 +0200 f7fcac69546b5c15e4a911ccea8f036f16d21e69 Fix some coverage slipups The first slipup deals with two different wrappers around `os.getenv`, depending on whether the system support bytes-based environment variables. We care about whether the wrapper function (whichever implementation) is called correctly, not which wrapper function is selected. So, rewrite the branch to put the system-specific definitions under coverage exclusion, and the rest not. The second slipup concerns the concurrency limit. The detection is system- and runtime-dependent, but the error paths were previously not excluded from coverage. Additionally, we claimed to manually support the `PYTHON_CPU_COUNT` environment variable on Python 3.12, but contained no matching code. So, rewrite the code to add that missing support, in a coverage-friendly way. https://git.schokokeks.org/derivepassphrase.git/commit/5ef40c2b120a9f4cac53794a225b5a7d91f2b0c8 software@the13thletter.info (Marco Ricci) Tue, 10 Jun 2025 19:31:24 +0200 5ef40c2b120a9f4cac53794a225b5a7d91f2b0c8 Merge topic branch 'defer-automatic-color-support' into master * defer-automatic-color-support: Document the removal/deferring of automatic color support Remove automatic color and text styling support https://git.schokokeks.org/derivepassphrase.git/commit/5ebe5c264adf4c95fd9d39a8689bc30d1af43c6b software@the13thletter.info (Marco Ricci) Mon, 09 Jun 2025 23:03:12 +0200 5ebe5c264adf4c95fd9d39a8689bc30d1af43c6b Document the removal/deferring of automatic color support https://git.schokokeks.org/derivepassphrase.git/commit/665c4b7e70fa60a64d8c5fc4f11fad02f77024fd software@the13thletter.info (Marco Ricci) Mon, 09 Jun 2025 23:01:52 +0200 665c4b7e70fa60a64d8c5fc4f11fad02f77024fd Remove automatic color and text styling support There are still too many open questions concerning the conventions for overriding the automatic detection of color and text styling output. Settling on any interpretation of these conventions now and formalizing that as code will only come back to bite us later. https://git.schokokeks.org/derivepassphrase.git/commit/64b076508d85bc24a28e253d081b4f2bf95b552c software@the13thletter.info (Marco Ricci) Mon, 09 Jun 2025 22:42:10 +0200 64b076508d85bc24a28e253d081b4f2bf95b552c