Releases: osomdev/pyshrimp
Releases · osomdev/pyshrimp
0.8.0 Cleaner environments
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
- 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
Added support for # $requirements_file: path-to-requirements.txt
Full Changelog: release-0.5.0...release-0.6.0
0.5.0: Small improvements
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
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
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
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
First release of PyShrimp.