bork v7.0.0
bork v7.0.0 is now available!
PyPI package: https://pypi.org/project/bork/7.0.0/
Docker image: https://hub.docker.com/r/duckinator/bork/
The ZipApp is available below, as bork.pyz.
You can help bork by supporting me on Patreon!
NOTABLE CHANGES
- BREAKING CHANGE:
bork dependencies
andbork.api.dependencies()
was removed. It relied on the deprecatedpep517
library, the feature was already broken, and I couldn't find a replacement. - Finally added decent documentation, which you can find at https://bork.readthedocs.io/.
- Migrated the setuptools configuration from
setup.cfg
topyproject.toml
. - Removed
setup.py
entirely, since pip can now do editable installs without that. - Migrated from Click to argparse (in the Python stdlib), but I forgot to remove the dependency — so it still gets installed.
Changes:
- Bump version to v7.0.0. (#326 by @duckinator)
- Actually publish sphinx-based documentation. (#325 by @duckinator)
- [.cirrus.yml] Update FreeBSD version in CI. (#323 by @duckinator)
- Significantly improve documentation (#322 by @duckinator)
- Migrate from Click to argparse (#321 by @duckinator)
- Configure PR annotations (#320 by @duckinator)
- Remove need for
load_setup_cfg()
; fix various linting errors (#319 by @duckinator) - BREAKING CHANGE: Remove
bork dependencies
; update deps (#318 by @duckinator) - Fix FreeBSD CI (#317 by @duckinator)
- Update README.md (#316 by @duckinator)
- Remove
setup.py
. (#315 by @duckinator) - Support setuptools projects with neither setup.cfg nor setup.py (#314 by @duckinator)
- Fix
bork dependencies
/bork.api.dependencies()
(#308 by @duckinator) - [RELEASING.md] Fix reference to the wrong file. (#307 by @duckinator)
- update test deps (#306 by @duckinator)
- [bork/api.py] Fix indentation (#305 by @duckinator)
- Update FUNDING.yml (#304 by @duckinator)
- Improve docs, improve pylint config (#303 by @duckinator)
- Update .readthedocs.yaml (#302 by @duckinator)
- [setup.cfg] pin jinja2 in bork[docs] (#301 by @duckinator)
- Update .readthedocs.yaml (#300 by @duckinator)
- Create .readthedocs.yaml (#299 by @duckinator)
- Add docs-requirements.txt, for readthedocs. (#298 by @duckinator)
- Start adding real documentation, and publish it to readthedocs (#297 by @duckinator)