https://git.schokokeks.org/derivepassphrase.git/tree/f7fcac69546b5c15e4a911ccea8f036f16d21e69Recent commits to derivepassphrase.git (f7fcac69546b5c15e4a911ccea8f036f16d21e69)2025-06-14T16:49:39+02:00tag:gitlist.org,2012:commit/f7fcac69546b5c15e4a911ccea8f036f16d21e69Merge topic branch 'pin-testing-dependencies' into master2025-06-14T16:49:39+02:00Marco Riccisoftware@the13thletter.info
<pre>* pin-testing-dependencies:
Pin testing dependencies
</pre>
tag:gitlist.org,2012:commit/5ebe5c264adf4c95fd9d39a8689bc30d1af43c6bMerge topic branch 'defer-automatic-color-support' into master2025-06-09T23:03:12+02:00Marco Riccisoftware@the13thletter.info
<pre>* defer-automatic-color-support:
Document the removal/deferring of automatic color support
Remove automatic color and text styling support
</pre>
tag:gitlist.org,2012:commit/665c4b7e70fa60a64d8c5fc4f11fad02f77024fdDocument the removal/deferring of automatic color support2025-06-09T23:01:52+02:00Marco Riccisoftware@the13thletter.info
<pre></pre>
tag:gitlist.org,2012:commit/64b076508d85bc24a28e253d081b4f2bf95b552cRemove automatic color and text styling support2025-06-09T22:42:10+02:00Marco Riccisoftware@the13thletter.info
<pre>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.
</pre>
tag:gitlist.org,2012:commit/845f9e01f6423c9ff612d87f0149fa448c5478eeMerge topic branch 'embedded-wishlist' into master2025-06-09T22:40:12+02:00Marco Riccisoftware@the13thletter.info
<pre>* embedded-wishlist:
Fix outdated MkDocs settings and dead outbound links
Reserve the "jvm" local version identifier
Embed our "wishlist" branch in the documentation
</pre>
tag:gitlist.org,2012:commit/f5326abd975533bd7b9509e892ef212d1a9ef194Pin testing dependencies2025-06-09T20:34:03+02:00Marco Riccisoftware@the13thletter.info
<pre>Pin the versions of testing dependencies to ensure easy installability.
Specifically, pin `cryptography` on PyPy to versions that support
wheels, and pin `hypothesis` on Python 3.9 (CPython and PyPy) to
versions that correctly support the old LL(1) parser. Because
`cryptography` is an optional dependency, we introduce a new, matching
extra for the `cryptography` version pins, with an appropriate name.
As the extras are getting a bit confusing, especially with regard to one
another, we add a one-line synopsis to the beginning of each extra's
commentary.
</pre>
tag:gitlist.org,2012:commit/34e7fe63eb30027caa1ed61b0ad7ba434bf942efFix outdated MkDocs settings and dead outbound links2025-06-02T22:08:35+02:00Marco Riccisoftware@the13thletter.info
<pre></pre>
tag:gitlist.org,2012:commit/6f687d7b24a3490317afbf3693f0dc8d19568ca4Reserve the "jvm" local version identifier2025-06-01T23:11:11+02:00Marco Riccisoftware@the13thletter.info
<pre>Reserve the "jvm" local version identifier for `derivepassphrase-jvm`,
an early-stage port of `derivepassphrase` to the Java Virtual Machine.
(We reserve the identifier "jvm" instead of "java" because it is not yet
final whether the port will continue to be written in Java, or rather in
a different language targeting the JVM.)
</pre>
tag:gitlist.org,2012:commit/07524c7fe9000d747e6c28b3a6dd1dd8dbd21e7cEmbed our "wishlist" branch in the documentation2025-06-01T23:05:23+02:00Marco Riccisoftware@the13thletter.info
<pre>The contents of `docs/wishlist/` now host a checkout of the `wishlist`
branch, providing our own bug and wish listing. The navigation includes
a new section "Wishlist", and the section includes custom CSS styling.
The "actions" partial template is also updated so that it generates
correct links to the raw file on GitHub, i.e., on the "wishlist" branch
instead of on the "master" branch.
</pre>
tag:gitlist.org,2012:commit/01cc80bfa5585ce8cff561e341852e3d522a30beMerge topic branch 'click-821-prompt-testing' into master2025-05-29T23:04:56+02:00Marco Riccisoftware@the13thletter.info
<pre>* click-821-prompt-testing:
Mitigate testing discrepancies from click 8.2.0 and below
</pre>