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 2025-06-24 20:50:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-croniter (Old) and /work/SRC/openSUSE:Factory/.python-croniter.new.7067 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-croniter" Tue Jun 24 20:50:46 2025 rev:35 rq:1288264 version:6.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-croniter/python-croniter.changes 2024-11-19 22:24:17.902906556 +0100 +++ /work/SRC/openSUSE:Factory/.python-croniter.new.7067/python-croniter.changes 2025-06-24 20:53:08.514154812 +0200 @@ -1,0 +2,24 @@ +Tue Jun 24 12:05:14 UTC 2025 - Felix Stegmeier <felix.stegme...@suse.com> + +- Update to 6.0.0 + * Announce for now that croniter dev is ended (CRA). + * Rework timestamp_to_datetime to use whatever timezone [kiorky] + * Make datetime_to_timestamp & timestamp_to_datetime public [kiorky] + * Fix EPOCH calculation in case of non UTC & 32 bits based systems [kiorky] + * Apply isort formatter [kiorky] + * Reintegrate test_speed [kiorky] + * Apply black formatter [evanpurkhiser, kiorky] + + * Code quality changes [evanpurkhiser, kiorky] + * Remove unused _get_caller_globals_and_locals [evanpurkhiser] + * Remove single-use bad_length [evanpurkhiser] + * Remove unused days in proc_month [evanpurkhiser] + * Use field_index over i for readability [evanpurkhiser] + * Always use """ for docstrings [evanpurkhiser] + * Make helper instance methods that do not use self static [evanpurkhiser] + * Remove unusd call to sys.exc_info [evanpurkhiser] + * Remove unused ALPHAS [evanpurkhiser] + * Improve croniter.expand documentation [evanpurkhiser] + + +------------------------------------------------------------------- Old: ---- croniter-5.0.1.tar.gz New: ---- croniter-6.0.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-croniter.spec ++++++ --- /var/tmp/diff_new_pack.iznjdW/_old 2025-06-24 20:53:09.122180047 +0200 +++ /var/tmp/diff_new_pack.iznjdW/_new 2025-06-24 20:53:09.126180213 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-croniter # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-croniter -Version: 5.0.1 +Version: 6.0.0 Release: 0 Summary: Python iterators for datetime objects with cron-like format License: MIT @@ -35,6 +35,7 @@ BuildRequires: python-rpm-macros BuildRequires: unzip Requires: python-python-dateutil +Requires: python-pytz BuildArch: noarch %python_subpackages @@ -43,6 +44,7 @@ %prep %setup -q -n croniter-%{version} +find . -name "*.py" | xargs sed -i '1 { /^#!/ d }' %build %pyproject_wheel ++++++ croniter-5.0.1.tar.gz -> croniter-6.0.0.tar.gz ++++++ ++++ 5830 lines of diff (skipped)