Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/cygwin-apps/calm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-05-17Improve reporting of what's happening with their packages to a maintainerJon Turney
Allow maintainers get reporting on changes and problems with their packages, even if it's something occurring spontaneously in calm. e.g. being vaulted due to change in expiry mechanisms, failing package set validation due to tighter constraints, etc. Add a generic filter as a context manager, which sets log record attrs specified as kwargs. Use that to send each maintainer log entries caused by their actions, or pertaining to their packages.
2016-05-12Make packageableJon Turney
Rearrange file layout for python packaging Add setup.py Use python3 style relative imports Add calm and mksetupini script entry points Fix tests to locate testdata in the same directory