Skip to content

Releases: logikal-io/pyorbs

v2.1.0

24 Oct 17:00
3a8d390
Compare
Choose a tag to compare

Added

  • The --no-cache option

v2.0.0

11 Feb 18:02
489e6e5
Compare
Choose a tag to compare

Changed

  • The default orb storage folder changed from ~/.pyorbs to $XDG_DATA_HOME/pyorbs, which means that the virtual environments used with pyorbs 1.x need to be re-created (or migrated manually)
  • The name of the glow file changed from .glowing to glowing
  • The -o, -n, -s and -b short options were removed
  • The --orbs option changed to --path
  • The --reqs option changed to --requirements
  • The --exec option changed to --executable
  • Requirements files without a lockfile are skipped when freezing or testing a folder
  • The core modules were re-written and the provided interfaces changed
  • The current orb is used as a default orb before falling back to the glowing orb name
  • The name argument is now mandatory when destroying orbs

Removed

  • Support for Python 3.6 and Python 3.7
  • The orbs.Orbs.test method is provided temporarily for backwards compatibility with pytest-logikal, but should be considered deprecated and removed

Added

  • Type hints
  • The requirements/dev.txt path to the default requirements
  • Support for creating empty orbs
  • Latest version of setuptools to created virtual environments

v1.6.1

11 Feb 10:47
7456111
Compare
Choose a tag to compare

Fixed

  • Default shell is now properly used

v1.6.0

11 Feb 10:47
aaa0430
Compare
Choose a tag to compare

Added

  • Default shell

v1.5.0

11 Feb 10:46
004b55b
Compare
Choose a tag to compare

Added

  • Quiet mode for testing lockfiles

v1.4.2

11 Feb 10:45
Compare
Choose a tag to compare

Fixed

  • The pkg_resources package is also excluded from lockfiles

v1.4.1

11 Feb 10:45
Compare
Choose a tag to compare

Fixed

  • Removed editable packages from lockfiles

v1.4.0

11 Feb 10:45
Compare
Choose a tag to compare

Added

  • The -i and --info options for listing outdated packages

Changed

  • Orbs are sorted by their name in the orb list

Removed

  • Python 3.5 support

v1.3.1

11 Feb 10:42
Compare
Choose a tag to compare

Changed

  • Migrated the GitHub repository

v1.3.0

11 Feb 10:41
Compare
Choose a tag to compare

Added

  • Bash command completion