Releases: massenz/common-utils
Releases · massenz/common-utils
0.7.2
Full Changelog: 0.6.0...0.7.2
Fixed bug in utils.sh
The UTILS_DIR
was being redefined, and this would cause issues.
Also added automation to generate tags and releases.
Fixes issue with missing Python
The new Ubuntu 22.04 Jammy Jellyfish has removed the python
command, in favor of python3
now being the default.
The abspath
function has been updated to use the latter as default, and falling back to the former if Python 3 is not installed.
Fixed bug in findfile function
The findfile
function was still using the parse_arg
name, which has now been refactored to parse-args
.
New utility to create a Virtualenv
Use the newenv ENV
to create a new Virtualenv; optionally, it will look for a ENV.txt
file in $HOME/.virtualenvs/requirements
for a requirements
-style list of packages to install.
Better handling of build/test & Added README
0.4.0 Updated release & scripts to be self-standing
Released as a package
0.3.0 Simplified usage, added build-release script