Skip to content

Releases: duckinator/bork

bork v11.0.0

13 Feb 03:47
e17ba14

Choose a tag to compare

bork v11.0.0 is now available!

It has support for Trusted Publishing to PyPi from GitHub Actions!

PyPI package: https://pypi.org/project/bork/11.0.0/

You can help bork by supporting me on GitHub Sponsors!


Changes:

bork v10.1.1

29 Jan 05:13
3a2e377

Choose a tag to compare

bork v10.1.1 is now available!

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

You can help bork by supporting me on GitHub Sponsors!


Changes:

bork v10.1.0

28 Jan 10:08
2dfde86

Choose a tag to compare

bork v10.1.0 is now available!

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

You can help bork by supporting me on GitHub Sponsors!


Changes:

bork v10.0.3

02 Nov 03:16
6f64836

Choose a tag to compare

bork v10.0.3 is now available!

PyPI package: https://pypi.org/project/bork/10.0.3/
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 v9.0.0

01 Aug 04:58
1a567ee

Choose a tag to compare

bork v9.0.0 is now available!

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

bork v8.0.0

15 Dec 22:35
27d0cc8

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

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

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

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

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: