Skip to content

bork v7.0.0

Compare
Choose a tag to compare
@duckinator duckinator released this 01 Nov 03:13
d8440ee

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

  1. BREAKING CHANGE: bork dependencies and bork.api.dependencies() was removed. It relied on the deprecated pep517 library, the feature was already broken, and I couldn't find a replacement.
  2. Finally added decent documentation, which you can find at https://bork.readthedocs.io/.
  3. Migrated the setuptools configuration from setup.cfg to pyproject.toml.
  4. Removed setup.py entirely, since pip can now do editable installs without that.
  5. Migrated from Click to argparse (in the Python stdlib), but I forgot to remove the dependency — so it still gets installed.

@duckinator


Changes: