Skip to content

Releases: masenf/tox-pin-deps

v0.2.2

09 Feb 23:23
a968f82
Compare
Choose a tag to compare

What's Changed

  • plugin4: skip install_package_deps by @masenf in #36

Full Changelog: v0.2.1...v0.2.2

v0.2.1

09 Feb 18:28
f5e4e74
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.2.1

v0.2.0

11 Dec 01:57
1c85ecc
Compare
Choose a tag to compare

What's Changed

  • tox4 support + improved integration tests by @masenf in #23
  • support --pre / pip_pre option by @masenf in #25
  • Coveralls by @masenf in #28
  • README.md: Add --pip-compile-opts \ --upgrade by @masenf in #27

Full Changelog: v0.1.0...v0.2.0

v0.1.0 tox-pin-deps initial release

24 Nov 21:06
79bf714
Compare
Choose a tag to compare

2023 - the year of strict pinned deps!

What's Changed

  • Rewrite README.md by @masenf in #14
  • Initial Commit and Tests by @masenf in #15
  • pip_compile_opts, --pip-compile-opts and PIP_COMPILE_OPTS by @masenf in #16
  • set envconfig.deps during tox_configure by @masenf in #17
  • Compile other dist files (setup.py, setup.cfg, pyproject.toml) by @masenf in #18
  • tox_configure: always --recreate with --pip-compile by @masenf in #19
  • README.md badges by @masenf in #20

Full Changelog: https://github.com/masenf/tox-pin-deps/commits/v0.1.0

0.1a3: Rewrite README.md

22 Nov 18:29
Compare
Choose a tag to compare
Pre-release
Include clear usage steps

Motivation and why not other, similar tools

0.1a2: tox.ini: publish specifically whl and tar.gz

20 Nov 07:44
Compare
Choose a tag to compare
avoid publishing more than one sdist per release

0.1a1: publish.yml: remove incorrect dist specifier

20 Nov 07:36
Compare
Choose a tag to compare
the correct `{distdir}/*` is given in tox.ini

0.1a0

20 Nov 07:31
Compare
Choose a tag to compare
0.1a0 Pre-release
Pre-release
pyproject.toml: require python 3.7+