Recent commits to derivepassphrase.git (4f6950f50ec0762fa2f9f378739379b71f23ac11) https://git.schokokeks.org/derivepassphrase.git/tree/4f6950f50ec0762fa2f9f378739379b71f23ac11 Recent commits feed provided by GitList. Update documentation to use new module names Let the documentation reflect the moving and splitting of modules in 26973402aac5d216a66ae3fc8f2d7bcb0fd7ea89. The filenames are still mostly the same, to keep links alive where possible. Because the module list is now more tree-like than list-like, yet still very small as a whole, abandon the table format in favor of a hierarchy of (Markdown/HTML) lists. https://git.schokokeks.org/derivepassphrase.git/commit/4f6950f50ec0762fa2f9f378739379b71f23ac11 m@the13thletter.info (Marco Ricci) Sat, 03 Aug 2024 21:48:58 +0200 4f6950f50ec0762fa2f9f378739379b71f23ac11 Annotate settings and selections in pyproject.toml Annotate all extra dependencies or configuration choices that I may otherwise forget the reasoning for in the long run. https://git.schokokeks.org/derivepassphrase.git/commit/4c743695b4dd6e60507cbc47001664b9bd31a59e m@the13thletter.info (Marco Ricci) Sun, 28 Jul 2024 22:44:39 +0200 4c743695b4dd6e60507cbc47001664b9bd31a59e Consolidate `types` submodules into combined `_types` submodule Merge the submodules `types` and `ssh_agent.types` into a new submodule `_types`. This naming avoids a clash with the standard library, which in turn causes bizarre import errors when other code tries to import and then introspect the parent modules. Due to the new and shorter naming, some module or package imports have been rephrased, which causes deceivingly large-looking formatting changes. https://git.schokokeks.org/derivepassphrase.git/commit/8c9ca812be07a78de272aad82c08251cbaae5164 m@the13thletter.info (Marco Ricci) Sun, 28 Jul 2024 22:26:40 +0200 8c9ca812be07a78de272aad82c08251cbaae5164 Move `sequin` and `ssh_agent_client` submodules below `derivepassphrase` These modules were already strongly coupled to `derivepassphrase`, and prone to namespace collisions (particularly `ssh_agent_client`). Furthermore, maintaining the author and version information in three top-level modules is error-prone. A direct inclusion of `sequin` and `ssh_agent_client` revealed a circular import, so the bulk of `derivepassphrase` was delegated to a new submodule `derivepassphrase.vault`. This also yields a cleaner import graph. Also, because the shorter name makes more sense in this context, rename `derivepassphrase.ssh_agent_client` to `derivepassphrase.ssh_agent`. The two `types` submodules are not yet consolidated. https://git.schokokeks.org/derivepassphrase.git/commit/26973402aac5d216a66ae3fc8f2d7bcb0fd7ea89 m@the13thletter.info (Marco Ricci) Sun, 28 Jul 2024 21:32:08 +0200 26973402aac5d216a66ae3fc8f2d7bcb0fd7ea89 Add Material settings for versioning ...most notably, the "outdated version" warning. https://git.schokokeks.org/derivepassphrase.git/commit/d9bee4515def7baad405b069112f6c886b051f47 m@the13thletter.info (Marco Ricci) Sun, 28 Jul 2024 20:51:10 +0200 d9bee4515def7baad405b069112f6c886b051f47 Deploy versioned documentation with `mike` In anticipation of v1.0 and more potential stable branches to follow, set up the documentation such that each major development branch gets its own documentation directory. https://git.schokokeks.org/derivepassphrase.git/commit/e5b04417ba0cb10a834c59d0a7d6e1b99ea31e37 m@the13thletter.info (Marco Ricci) Sun, 28 Jul 2024 19:56:43 +0200 e5b04417ba0cb10a834c59d0a7d6e1b99ea31e37 Release 0.1.3 https://git.schokokeks.org/derivepassphrase.git/commit/df4e33299f059c55211861f029e2f58d8081e164 m@the13thletter.info (Marco Ricci) Sun, 28 Jul 2024 17:55:12 +0200 df4e33299f059c55211861f029e2f58d8081e164 Reformulate some current changelog messages before release https://git.schokokeks.org/derivepassphrase.git/commit/be038ab19c69b16a2bcaedaca70398f0cab46005 m@the13thletter.info (Marco Ricci) Sun, 28 Jul 2024 17:39:07 +0200 be038ab19c69b16a2bcaedaca70398f0cab46005 Merge topic branch 'issue5-cli-k-option' into master * t/issue5-cli-k-option: Avoid crashing when overriding key selection on the command-line Shift misplaced local function GitHub: Closes #5. https://git.schokokeks.org/derivepassphrase.git/commit/d000e7cbd2cfdfd86f614a9f65acea039baeff70 m@the13thletter.info (Marco Ricci) Sun, 28 Jul 2024 17:22:02 +0200 d000e7cbd2cfdfd86f614a9f65acea039baeff70 Avoid crashing when overriding key selection on the command-line A control-flow error resulted in there being a code path where both `phrase` and `key` arguments were passed to the `derivepassphrase.Vault` constructor, which does not take a `key` argument. So, unconditionally discard the `key` argument from the dict of arguments to pass to the `derivepassphrase.Vault` constructor. This also allows streamlining the preceding phrase and key handling logic somewhat. For the tests, add further aliases for the second and third dummy keys, because the comprehensive regression test for this bug needs three different sources of key selection. https://git.schokokeks.org/derivepassphrase.git/commit/0ea17f021eb19d00de8d7583cab2cf260ce6ff1f m@the13thletter.info (Marco Ricci) Sun, 28 Jul 2024 17:12:05 +0200 0ea17f021eb19d00de8d7583cab2cf260ce6ff1f