Skip to content

Releases: osomdev/pyshrimp

0.8.0 Cleaner environments

02 May 15:05
Compare
Choose a tag to compare

Virtual environment creation with venv no longer copies system site packages (using system_site_packages=False).

Full Changelog: release-0.7.0...release-0.8.0

release-0.7.0: New requirements file keywords

08 Mar 16:35
Compare
Choose a tag to compare
  • In addition to $requirements_file it is also possible to use alternative keywords: $requirementsFile, $requires_file, $requiresFile.
  • Internal change: improved version lookup during bootstrap

Full Changelog: release-0.6.0...release-0.7.0

0.6.0: $requirements_file

11 Mar 07:35
Compare
Choose a tag to compare

Added support for # $requirements_file: path-to-requirements.txt

Full Changelog: release-0.5.0...release-0.6.0

0.5.0: Small improvements

11 Mar 07:34
Compare
Choose a tag to compare

Changes:

  • disabled pip version check
  • added first_not_null utility
  • added support for the cwd param to command
  • bugfix: command populates more arguments during with_args invocation

0.4.0: Multiple fixes for MS Windows

04 Dec 17:04
Compare
Choose a tag to compare

This release partially fixes compatibility with windows:

  • FileBasedLock windows-specific implementation was added
  • Bootstrap uses windows-specific subprocess spawning
  • Bootstrap uses windows-specific paths for python and pip inside of virtualenv
  • Some of the unit tests are now executed on both Linux and Windows

While PyShrimp now runs at MS Windows the system is still not officially supported.

Enjoy!

0.3.0

08 May 15:37
Compare
Choose a tag to compare

Changes:

  • dotdict: added support for contains operation: x in dot_dict_wrapped_object
  • bootstrap: added extra logging about method of virtual environment setup

0.2.0

19 Dec 16:21
Compare
Choose a tag to compare

Added new utilities:

  • unwrap_dot_dict
  • chmod_set
  • chmod_unset
  • read_file
  • read_file_bin
  • write_to_file
  • regex_splitter
  • create_regex_splitter
  • parse_table
  • ParsedTable

0.1.0

27 Nov 19:50
Compare
Choose a tag to compare

First release of PyShrimp.