- Require
argparsein setup.py if running on Python 2.6 or older - Add Python 3 compatibility
- Add parameter --quiet for suppressing cmd output.
- Replace
string-max-lengthbymax-message-length/-M. This is not compatible with version 0.4.4.
- Make the
cmdparameter required (https://github.com/Yipit/cron-sentry/issues/7) - Preserve exit status code from the specified command (https://github.com/Yipit/cron-sentry/issues/4)
- Add parameter
string-max-lengthto command line (https://github.com/Yipit/cron-sentry/issues/9)
- Fix PyPI package to include README.md (https://github.com/Yipit/cron-sentry/pull/8)
- Change argparse to use REMAINDER instead of '+' for
cmd. More details at https://github.com/Yipit/cron-sentry/pull/6 - Make cron-sentry compatible with old and new way of specifying arguments in the command line
- Change usage message to have
cmd [arg ...]rather than only... - Update setup.py to use README.md as
long_description
- Upload right files to PyPI
- Renamed fork from raven-cron to cron-sentry
- Yipit forks the project and keep it under the same name
- Add support to command options (commit 75ade6d920cbb9f0e84575ca3ed8b568f945727d)
- Preserve stdout and stderr (commit a604f3e0a104ab018fd1c9b35fe989fdd0834a4b)
- Python 3 support, added by @Ian-Foote (commit a0b74c504e748a821fd07236204c52439cc1b1e9)
- Update RELEASE.md
- How to make a release
- Fixes .gitignore
- Don't load the raven dependency in
__init__.py. Fixes #1 - Project moved
- Add LICENSE file