This repository was archived by the owner on Jul 11, 2022. It is now read-only.
Tags: hwittenborn/tap
Tags
Various changes - Simplified config file. - Redid internal code for getting config file values. - Removed 'autoremove' command in favor of '--autoremove' flag for 'remove' command. - Added code to ensure options for commands in '--help' output are alphabetically sorted (this was already done manually before, but this should help a bit more in the future. - Fixed bug where '-mi' wouldn't show installed MPR packages. - Added text to inform user if updates are available after running 'sudo tap update'. - Added custom error messages when unknown and keyboard interrupt errors occur. Closes #32 and #25.
Fixed bad exceptions being raised in 'list' and 'search' commands Tap previously didn't handle unconfigured packages that don't have any version available other than the one that's deconfigured, in which case a candidate version cannot be found, thus returning 'None' from 'depcache.get_candidate_ver()'. Also fixed message API usage in 'tap/root_check.py'. Closes #26.
Various fixes - Fixed issue with only package names showing in output of 'search' and 'list' commands. - Fixed KeyError exceptions being thrown in 'search' and 'key' commands. - Removed 'from_mpr' function in favor of direct access to list of installed packages.
PreviousNext