Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-croniter for openSUSE:Factory checked in at 2021-06-19 23:03:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-croniter (Old) and /work/SRC/openSUSE:Factory/.python-croniter.new.2625 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-croniter" Sat Jun 19 23:03:05 2021 rev:17 rq:900659 version:1.0.13 Changes: -------- --- /work/SRC/openSUSE:Factory/python-croniter/python-croniter.changes 2021-03-25 14:52:46.832513244 +0100 +++ /work/SRC/openSUSE:Factory/.python-croniter.new.2625/python-croniter.changes 2021-06-19 23:03:36.823724364 +0200 @@ -1,0 +2,13 @@ +Thu Jun 17 20:56:13 UTC 2021 - Dirk M??ller <dmuel...@suse.com> + +- update to 1.0.13: + * Fix ZeroDivisionError with ``* * R/0 * *`` + * Add support for hashed/random/keyword expressions + * Review support support for hashed/random/keyword expression and add expanders reactor + * fix bug: bad case:``0 6 30 3 *`` + * Create ``CroniterUnsupportedSyntaxError`` exception for situations where CRON syntax may be valid but some combinations of features is not supported. + This *may* impact existing cron expressions in prior releases, because ``0 0 * * 15,sat#1`` was previously allowed but incorrectly handled. + * Update ``croniter_range()`` to allow an alternate ``croniter`` class to be used. Helpful when using a custom class derived from croniter. + * Remove external library ``natsort``. + +------------------------------------------------------------------- Old: ---- croniter-1.0.9.tar.gz New: ---- croniter-1.0.13.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-croniter.spec ++++++ --- /var/tmp/diff_new_pack.J33cXw/_old 2021-06-19 23:03:37.231724993 +0200 +++ /var/tmp/diff_new_pack.J33cXw/_new 2021-06-19 23:03:37.231724993 +0200 @@ -18,14 +18,13 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-croniter -Version: 1.0.9 +Version: 1.0.13 Release: 0 Summary: Python iterators for datetime objects with cron-like format License: MIT URL: http://github.com/kiorky/croniter Source: https://files.pythonhosted.org/packages/source/c/croniter/croniter-%{version}.tar.gz BuildRequires: %{python_module future} -BuildRequires: %{python_module natsort} BuildRequires: %{python_module pytest >= 3.0.3} BuildRequires: %{python_module python-dateutil} BuildRequires: %{python_module pytz} @@ -34,7 +33,6 @@ BuildRequires: fdupes BuildRequires: python-rpm-macros BuildRequires: unzip -Requires: python-natsort Requires: python-python-dateutil BuildArch: noarch %python_subpackages ++++++ croniter-1.0.9.tar.gz -> croniter-1.0.13.tar.gz ++++++ ++++ 1737 lines of diff (skipped)