https://git.schokokeks.org/derivepassphrase.git/tree/6fd0fd9f9288bbe4f9fabb7e36d7342969bdb925Recent commits to derivepassphrase.git (6fd0fd9f9288bbe4f9fabb7e36d7342969bdb925)2024-07-22T13:23:35+02:00tag:gitlist.org,2012:commit/6fd0fd9f9288bbe4f9fabb7e36d7342969bdb925Add bitseq function in tests for more readable notation2024-07-22T13:23:35+02:00Marco Riccim@the13thletter.info
<pre></pre>
tag:gitlist.org,2012:commit/7495b213d512315c4e72be5bda1a5cdd7e9030a0Release 0.1.22024-07-22T10:00:08+02:00Marco Riccim@the13thletter.info
<pre></pre>
tag:gitlist.org,2012:commit/84c805fe61f3d7f15355559a962efd29355436dbRename test file to match module name2024-07-22T08:53:28+02:00Marco Riccim@the13thletter.info
<pre></pre>
tag:gitlist.org,2012:commit/fc9f4cb5dff7f29b52006e4a3e0c867825decea7Fix Python package build contents (file selection)2024-07-22T08:46:54+02:00Marco Riccim@the13thletter.info
<pre>Because `hatch` was using heuristics to determine what to include in the
Python (distribution-)package, some files that were supposed to be
included (the `sequin` and `ssh_agent_client` modules in the `wheel`)
were actually excluded, and some files that were supposed to be excluded
(VCS artifacts from `coverage` and `towncrier`) were actually included.
So, explicitly configure what to include and exclude in the project
settings.
</pre>
tag:gitlist.org,2012:commit/1c630f0b0c90fadb69d50dc763af56fb6846a983Add `mkdocstrings-python` to documentation page footer2024-07-21T23:52:53+02:00Marco Riccim@the13thletter.info
<pre></pre>
tag:gitlist.org,2012:commit/8b176e486f59c9aeeffc121b4e211003878bfcf2Remove JavaScript and external fonts from documentation site2024-07-21T23:40:08+02:00Marco Riccim@the13thletter.info
<pre>For better browser security and offline experience, as a base measure,
override all website templates and remove JavaScript and font inclusion.
Selective JavaScript (such as full-text search with `lunr`) might be
re-enabled later.
</pre>
tag:gitlist.org,2012:commit/71afd6b335c6f5fa0d94a90b2eac5c0f08bc28f9Add a changelog and supporting infrastructure (towncrier)2024-07-21T23:15:20+02:00Marco Riccim@the13thletter.info
<pre></pre>
tag:gitlist.org,2012:commit/99863c4d7b2a3ee8f7b0d0d3e3f924afe7d40fb8Reformat everything with ruff2024-07-21T10:09:10+02:00Marco Riccim@the13thletter.info
<pre></pre>
tag:gitlist.org,2012:commit/a101d1f604a3ad6de242989f7a4887b78ab012a1Fix style issues with ruff (hatch default configuration)2024-07-20T23:46:05+02:00Marco Riccim@the13thletter.info
<pre>Because `ruff` only shows online documentation for the latest version,
it is inconvenient to work with outdated rulesets. So, manually update
the `hatch` configuration from `ruff` v0.4.5 to v0.5.0, and reimplement
all rule changes by hand.
</pre>
tag:gitlist.org,2012:commit/62317bc2b46db2cd7ea7686f742975f41bc1d507Fix style issues with ruff (in its default configuration)2024-07-19T18:58:12+02:00Marco Riccim@the13thletter.info
<pre>(One of them actually was a bug: an f-string missing the leading `f`.)
</pre>