diff --git a/python-yacron.changes b/python-yacron.changes index b3fcce7..d915433 100644 --- a/python-yacron.changes +++ b/python-yacron.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Tue Aug 10 06:58:03 UTC 2021 - Matej Cepl + +- 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 diff --git a/python-yacron.spec b/python-yacron.spec index 344824c..df454f8 100644 --- a/python-yacron.spec +++ b/python-yacron.spec @@ -1,7 +1,7 @@ # # spec file for package python-yacron # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-yacron -Version: 0.10.0 +Version: 0.13.0 Release: 0 Summary: Docker-friendly Cron replacement License: MIT @@ -38,7 +38,7 @@ Requires: python-sentry-sdk Requires: python-setuptools Requires: python-strictyaml >= 0.7.2 Requires(post): update-alternatives -Requires(postun): update-alternatives +Requires(postun):update-alternatives BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module Jinja2} @@ -46,6 +46,7 @@ BuildRequires: %{python_module aiohttp} BuildRequires: %{python_module aiosmtplib} BuildRequires: %{python_module crontab} BuildRequires: %{python_module pytest} +BuildRequires: %{python_module ruamel.yaml} BuildRequires: %{python_module sentry-sdk} BuildRequires: %{python_module strictyaml >= 0.7.2} # /SECTION diff --git a/yacron-0.10.0.tar.gz b/yacron-0.10.0.tar.gz deleted file mode 100644 index cbf27ce..0000000 --- a/yacron-0.10.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:613a5900e4f7a0d4cda5062b0d95016545f79e664c71806e7633ca2d40014bbc -size 63325 diff --git a/yacron-0.13.0.tar.gz b/yacron-0.13.0.tar.gz new file mode 100644 index 0000000..4fdff82 --- /dev/null +++ b/yacron-0.13.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd2020830a2959d9743d4436696207d768f7ad9040a1ca42697785c400973c40 +size 46999