sphinxcontrib-spelling 7.5.1

thumbnail imageWhat’s new in 7.5.1? #180 Suppress SystemExit errors in ImportableModuleFilter caused by importing modules that run code on import and exit when that code sees an error. Bug report and reproducer provided by Trevor Gross.

sphinxcontrib-spelling 7.5.0

thumbnail imageWhat’s new in 7.5.0? Support multiple wordlists as a string option from the command line via -D (contributions by Graham Smith) Include captions on figures in the text checked. Add a configuration option to limit the suggestions shown in the output.

sphinxcontrib-spelling 7.4.0

thumbnail imageWhat’s new in 7.4.0? Fixes #159 Use the line of the misspelled word as source position in message (contributions by Peter Gerell) #153 log our version of location instead of log library’s, report error locations using relative paths, show the correct filename for included files handle empty word list correctly Tooling ci: add python 3.11 test job tox: pass PYENCHANT_LIBRARY_PATH variable through to commands tox: only run unit tests with one version of python by default

imapautofiler 1.12.0

thumbnail imageWhat’s new in 1.12.0? mergify: Let mergify handle merging PRs client: update ssl handling for newer python 3 and imapclient requirements: update imapclient dependency to >=2.2.0 for python 3.10 packaging: add python 3.10 support to trove classifiers tox: use current python version only for default environments github: add python 3.10 to CI configuration stop building universal wheels

sphinxcontrib-spelling 7.3.3

thumbnail imageWhat’s new in 7.3.3? Minor code tweaks (contributions by Avram Lubkin) Skip contrib test when not in repo (contributions by Avram Lubkin) Switch to PEP 420 namespace (contributions by Avram Lubkin)

Scaling a Design Review Process

When I took on a staff engineer role on the OpenShift team at Red Hat last year, one of the first changes I wanted to make was to overhaul our design review process. Lately, we’ve been talking a lot about that process and whether we can update it to “go faster.” I’ve been explaining why the process works the way it does to different people, and thought that others outside of Red Hat might be interested in the same answers.

gh-review-stats v0.6.0

thumbnail imageWhat’s new in v0.6.0? pr-history: show activity level by date pr-history: ignore bots pr-history: show activie days for participants

gh-review-stats 0.5.1

thumbnail imageWhat’s new in 0.5.1? Add a new command, pr-history, to show the history of one or more pull requests as a sequence of events (opening, updating, commenting, reviewing, closing, and merging).

sphinxcontrib-spelling 7.3.2

thumbnail imageWhat’s new in 7.3.2? Treat __main__ as a special module name that cannot be imported. If the test suite is invoked by running python -m pytest instead of pytest then there will be no __main__ and find_spec() will fail, so this change makes the tests work in both modes. Fix python filename handling in ImportableModuleFilter. If the word looks like a python module filename, strip the extension to avoid the side-effect of actually importing the module.