Skip to content

Releases: duckinator/bork

bork v8.0.0

15 Dec 22:35
27d0cc8
Compare
Choose a tag to compare

bork v8.0.0 is now available!

PyPI package: https://pypi.org/project/bork/8.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!


Changes:

  • Bump version to v8.0.0. (#355 by @duckinator)
  • Bump packaging version. (#354 by @duckinator)
  • Add documentation about configuring Bork. (#353 by @duckinator)
  • Use build isolation + test against Poetry and Hatch projects. (#351 by @duckinator)
  • pypi.Dowloader._download_url: Fix improper use of configparser (#346 by @nbraud)
  • load_pyproject: Prefer the stdlib's TOML parser when available (#344 by @nbraud)
  • Drop obsolete dependency on wheel (#343 by @nbraud)
  • Update Python versions in CI and Dockerfile (#342 by @nbraud)
  • tests: Add example project for offline builds (#340 by @nbraud)

bork v7.0.2

20 Nov 23:13
ceeef19
Compare
Choose a tag to compare

bork v7.0.2 is now available!

PyPI package: https://pypi.org/project/bork/7.0.2/
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!


Changes:

bork v7.0.1

07 Nov 20:32
6b3b08c
Compare
Choose a tag to compare

bork v7.0.1 is now available!

PyPI package: https://pypi.org/project/bork/7.0.1/
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!


Changes:

bork v7.0.0

01 Nov 03:13
d8440ee
Compare
Choose a tag to compare

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:

Bork v6.0.1

26 Feb 23:32
370fb64
Compare
Choose a tag to compare

Bork v6.0.1 is now available!

Thank you to everyone who helped test v6.0.0b1. There was no stable v6.0.0, because of problems with the automated release process.

Thank you very much @nbraud and @AstraLuma for all of your contributions!

PyPI package: https://pypi.org/project/bork/6.0.1/
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!

I appreciate everyone's patience while I got this release out the door. I know two years is a long time to wait, especially given some of the problems folks were having from how strictly dependency versions were pinned in v5.1.0. ❤️


Changes:

Bork v5.1.0

15 Dec 03:35
c0ff8cc
Compare
Choose a tag to compare

Bork v5.1.0 is now available!

PyPI package: https://pypi.org/project/bork/5.1.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 GitHub Sponsors!


Changes:

Bork v5.0.0

04 Aug 00:12
5d4d5c2
Compare
Choose a tag to compare

Bork v5.0.0 is now available!

PyPI package: https://pypi.org/project/bork/5.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 GitHub Sponsors!


Changes:

Bork v4.0.5

31 Jul 03:49
86cad86
Compare
Choose a tag to compare

Bork v4.0.5 is now available. There are no user-facing changes, but the release process is significantly more automated. 🙂

PyPI package: https://pypi.org/project/bork/4.0.5/
Docker image: https://hub.docker.com/r/duckinator/bork/
The Docker release was broken for this version.

The ZipApp is available below, as bork.pyz.

Bork v4.0.2

05 Jul 16:57
438a4c1
Compare
Choose a tag to compare

Bork v4.0.2 is now available. There are no user-facing changes, but there is now a Docker image available.

PyPI package: https://pypi.org/project/bork/4.0.2/
Docker image: https://hub.docker.com/r/duckinator/bork/

The ZipApp is available below, as bork.pyz.

Bork v4.0.1

04 Jul 22:27
117b4e6
Compare
Choose a tag to compare

Bork v4.0.1 has been released. Most of the work was behind-the-scenes stuff, like improving CI for Bork itself.

As always, it's available via pip: https://pypi.org/project/bork/4.0.1/

Notable changes you may notice are:

  • Dropped support for Python 3.5 because the latest Twine requires 3.6+.
  • When Bork runs Twine, it uses --repository instead of --repository-url, which allows you to use ~/.pypirc. (#153, #156)
  • Bork is now released as a zipapp!

(Shame about that file size for the zipapp, though. ;~;)