Skip to content

Releases: massenz/common-utils

0.7.2

08 Oct 23:26
Compare
Choose a tag to compare

Full Changelog: 0.6.0...0.7.2

Fixed bug in utils.sh

11 Jul 02:54
Compare
Choose a tag to compare

The UTILS_DIR was being redefined, and this would cause issues.
Also added automation to generate tags and releases.

Fixes issue with missing Python

24 Apr 17:17
Compare
Choose a tag to compare

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

22 Dec 00:39
Compare
Choose a tag to compare

The findfile function was still using the parse_arg name, which has now been refactored to parse-args.

New utility to create a Virtualenv

21 Dec 18:18
Compare
Choose a tag to compare

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

28 Nov 08:01
Compare
Choose a tag to compare
0.4.0

Updated release & scripts to be self-standing

Released as a package

26 Feb 04:21
Compare
Choose a tag to compare
0.3.0

Simplified usage, added build-release script