15
0
forked from pool/python-yacron
Files
python-yacron/python-yacron.changes
Matej Cepl 6c51b417cc - Update to 0.13.0:
- Add ability for one config file to include another one
  - Add shell command reporting ability
  - web: don't crash when receiving a web request without Accept header
  - add env_file configuration option (Alessandro Romani, )
  - email: add missing Date header
  - Add back a self contained binary, this time based on PyInstaller
  - Fix email reporting when multiple recipients given
  - reporting: add a failure reason line at the top of sentry/email
  - mail: new tls, startls, username, and password options
  - allow jobs to run as a different user
  - Support timezone schedule

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-yacron?expand=0&rev=7
2021-08-10 07:04:30 +00:00

37 lines
1.5 KiB
Plaintext

-------------------------------------------------------------------
Tue Aug 10 06:58:03 UTC 2021 - Matej Cepl <mcepl@suse.com>
- Update to 0.13.0:
- Add ability for one config file to include another one
- Add shell command reporting ability
- web: don't crash when receiving a web request without Accept header
- add env_file configuration option (Alessandro Romani, )
- email: add missing Date header
- Add back a self contained binary, this time based on PyInstaller
- Fix email reporting when multiple recipients given
- reporting: add a failure reason line at the top of sentry/email
- mail: new tls, startls, username, and password options
- allow jobs to run as a different user
- Support timezone schedule
-------------------------------------------------------------------
Fri May 15 12:54:51 UTC 2020 - Petr Gajdos <pgajdos@suse.com>
- %python3_only -> %python_alternative
-------------------------------------------------------------------
Tue Mar 10 08:49:39 UTC 2020 - pgajdos@suse.com
- version update to 0.10.0
* HTTP remote interface, allowing to get job status and start jobs on demand
* Simple Linux binary including all dependencies (built using PyOxidizer)
* Build Linux binary inside Docker Ubuntu 16.04, so that it is compatible with
older glibc systems
* Build a standalone Linux binary, using PyOxidizer
* Switch from raven to sentry-sdk
-------------------------------------------------------------------
Wed Sep 11 11:44:32 AM UTC 2019 - John Vandenberg <jayvdb@gmail.com>
- Initial spec for v0.9.0