Skip to content

Releases: enpaul/tox-poetry-installer

Version 1.0.0 Beta 1

02 Aug 15:35
e875008
Compare
Choose a tag to compare
Version 1.0.0 Beta 1 Pre-release
Pre-release
  • Update Poetry compatibility to include >=1.5
  • Update Tox compatibility to use Tox 4
  • Remove support for Tox 3
  • Remove deprecated --require-poetry command line option
  • Remove deprecated install_dev_deps confguration option
  • Remove deprecated --parallelize-locked-install command line option

View this release on PyPI

Version 0.10.3

19 May 18:30
2b75f74
Compare
Choose a tag to compare
  • Update Poetry requirement to exclude usage with incompatible 1.5 release

This is the last release that supports Poetry <1.5 and Tox < 4.0

View this release on PyPI

Version 0.10.2

29 Mar 23:33
cee49ff
Compare
Choose a tag to compare
  • Update documentation with best practices and Poetry 1.2+ command syntax
  • Fix failed install of sdist package not raising an exception in multi-threaded mode.
    Contributed by chriskuehl (#86)

View this release on PyPI

Version 0.10.1

01 Mar 22:05
779dd8c
Compare
Choose a tag to compare
  • Add PyPI classifier for Python-3.11 compatibility
  • Add CI support for Python-3.11
  • Add support for Poetry-1.3.x (#83)

View this release on PyPI

Version 0.10.0

06 Oct 19:13
d5650f0
Compare
Choose a tag to compare
  • Add poetry_dep_groups option to support installing groups of Poetry dependencies. Contributed by Oshmoun (#76)
  • Deprecate install_dev_deps option

View this release on PyPI

Version 0.9.0

07 Sep 20:21
c435f1a
Compare
Choose a tag to compare
  • Add support for Poetry-1.2.x. Contributed by Justin Wood (#73)
  • Update Black formatting to stable release version
  • Remove support for Python-3.6
  • Remove support for Poetry-1.1.x
  • Fix installing dependencies multiple times when transient dependencies are duplicated in
    the dependency tree

View this release on PyPI

Version 0.8.5

06 Sep 20:47
17885b5
Compare
Choose a tag to compare
  • Fix Poetry version specification supporting the incompatible Poetry-1.2.0 release

This is the last release that supports Poetry-1.1.x and Python-3.6.

View this release on PyPI

Version 0.8.4

25 Apr 23:41
afc94a5
Compare
Choose a tag to compare
  • Fix issue where incompatible package versions were selected for installation when multiple package versions were in the lockfile (#68)

View this release on PyPI

Version 0.8.3

05 Jan 07:30
7400d1e
Compare
Choose a tag to compare
  • Add PyPI classifier for Python 3.10 compatibility

View this release on PyPI

Version 0.8.2

29 Oct 00:31
9d4e6d7
Compare
Choose a tag to compare
  • Improve debug-level logging for package installation, and time how long installing each package takes. Contributed by Rebecca Turner (#63)
  • Fix crash caused by the package-under-test depending on Poetry's unsafe dependencies (#65)

View this release on PyPI