Skip to content

Releases: Malizor/lift

2.6.2

22 Jul 13:11
Compare
Choose a tag to compare
  • Fix compatibility with Python 3.12
  • Modernize the code

2.6.1

31 Oct 19:00
Compare
Choose a tag to compare
  • No more build-dependency on distutils
  • Man pages must be built and installed manually if needed (see the README)

2.6.0

06 Dec 15:33
Compare
Choose a tag to compare
  • Format the code
  • Make the build reproducible
  • Change copyright holder Arkena to Cognacq-Jay Image (the company was renamed)
  • Integrate with Github actions

2.5.0

25 Sep 16:08
Compare
Choose a tag to compare
  • Add the "--with-xunit" and "--xunit-file" options
  • Increase yaml loading safety
  • Clean built manpages when running ./setup.py clean
  • Do not rebuild manpages when it is not necessary
  • Depends on Python 3.3 or newer

2.0.0

25 Mar 21:37
Compare
Choose a tag to compare
  • Port to Python3, drop support for Python2
  • Allow to define remotes on the command line via the '--remote' option
  • Add the '--put-remotes-in-environment' option
  • Add a proper documentation for lift.yaml files
  • Code cleanup
  • Some small fixes

1.5.0

25 Mar 21:39
Compare
Choose a tag to compare
  • Tests now stream their output to stdout as they run
  • Unicode handling improvements
  • Add new '--quiet' and '--detailed-summary' options to the lift binary
  • Remove the now useless '--verbose' option
  • Progress toward Python3 support (not there yet)
  • Various setup.py improvements
  • Many bug fixes

1.0.0

25 Mar 21:40
Compare
Choose a tag to compare
  • Initial release